-
Notifications
You must be signed in to change notification settings - Fork 174
Custom ingest pipelines #2094
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
Custom ingest pipelines #2094
Conversation
|
A documentation preview will be available soon: |
| ** Processor: "Set" | ||
| ** Field: `test` | ||
| ** Value: `true` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If anyone has a better idea for an example, I'm all ears.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I personally think it's an easy to understand example :)
|
@nchaulet / @joshdover here's a first draft of custom ingest pipeline documentation. I could use your help to:
|
|
I need to merge this now, but I welcome any additional feedback and will address it in a follow-up PR. Thanks! |
* docs: incredibly _rough_ draft * docs: clean 🧽🧽 * docs: remove notes * docs: titles * docs: fix build error * docs: clarify what has a pipeline (cherry picked from commit b5c3a1a)
* docs: incredibly _rough_ draft * docs: clean 🧽🧽 * docs: remove notes * docs: titles * docs: fix build error * docs: clarify what has a pipeline (cherry picked from commit b5c3a1a) Co-authored-by: Brandon Morelli <[email protected]>
|
I think there's a leftover of outdated docs that could be confusing to users: https://www.elastic.co/guide/en/elasticsearch/reference/8.4/ingest.html#pipeline-custom-logs-configuration Maybe we should replace this with a link to https://www.elastic.co/guide/en/fleet/current/data-streams-pipeline-tutorial.html? But maybe there are some subtleties here. Not sure if the latter would work for the "custom logs" integration which doesn't have a default pipeline. cc @joshdover |
|
Catching up after a long vacation. Thanks for pointing this out, Felix! I'll connect with the ES docs team to figure out the best path forward and get this fixed. AFAIK, the latter should work with all integrations. @joshdover can you verify? |
|
@nchaulet can confirm, but my understanding is that it does work with custom logs |
Just checked and it does not work with custom logs as we do not generate a correct index template for that stream |
* docs: incredibly _rough_ draft * docs: clean 🧽🧽 * docs: remove notes * docs: titles * docs: fix build error * docs: clarify what has a pipeline
Summary
Preview the new tutorial by clicking here.
Related