Skip to content
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

Adding the ability to skip the ingest pipeline #93016

Closed
wants to merge 8 commits into from

Conversation

masseyke
Copy link
Member

@masseyke masseyke commented Jan 17, 2023

This adds a new skip_pipeline flag to index and upsert requests (including bulk). This flag tells Elasticsearch to not run the request pipeline or default pipeline. Elasticsearch will still run the final pipeline if one exists. This will enable Logstash to run pipelines before sending data to Elasticsearch, and not have Elasticsearch run them again.

@masseyke masseyke added >enhancement :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP v8.7.0 labels Jan 17, 2023
@github-actions
Copy link
Contributor

Documentation preview:

@elasticsearchmachine
Copy link
Collaborator

Hi @masseyke, I've created a changelog YAML for you.

@masseyke
Copy link
Member Author

We realized that the _none pipeline already covers this for us. See #32286 and #93057.

@masseyke masseyke closed this Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >enhancement v8.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants