-
Notifications
You must be signed in to change notification settings - Fork 155
Description
Type of issue
None
What documentation page is affected
https://www.elastic.co/docs/reference/enrich-processor/reroute-processor
What happened?
The documentation of reroute processor
should be improved, describing what happens next with the document once it is re-routed.
The page currently well describes what happens within the current pipeline (the paragraph starting with "After a reroute processor has been executed..."). However it does not describe that the document is processed in an ingest pipeline which corresponds to the new destination (or dataset+namespace). I am pretty sure there is some logic there which is worth describing. Most importantly, it should be described what happens if the new pipeline also contains a reroute processor. Could the document be rerouted several times? What will happen if there is a routing cycle?
Additional info
Thank you for a comprehensive Elastic documentation. I find it very valuable. If you could improve this page, it would be beneficial for all of us.