-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ingest: Default index pipeline not being applied to docs during bulk indexing #36144
Comments
Pinging @elastic/es-core-features |
I don't know if it is the same issue, but it might be. The JavaScript code is not using any aliases - the |
Is it possible to grab the http requests that are being sent from JavaScript ? Or can you provide a reproduction scenario ? |
I don't seem to be able to see the requests - not sure why. I'll PM you a link to a google doc with everyone configured and ready for testing. |
Sorry @jakelandis - I don't know how the Add-On works, but it appears to use a callback mechanism. The data is not posted from my browser, so I can't see the At any rate, my guess is that this is a duplicate of #35817 - it's the only thing that makes sense. |
closing and will take a closer look outside of this issue. |
Elasticsearch version (
bin/elasticsearch --version
): 6.5.1Description of the problem including expected versus actual behavior: I am indexing a Google spreadsheet (using the add-on: https://github.com/elastic/google-sheets-add-on) into a 6.5.1 cluster. The index has a default pipeline defined, which works as expected if I use
_bulk
from within Console. But the pipeline is not being applied to docs indexed using a_bulk
insert from the JavaScript code.The text was updated successfully, but these errors were encountered: