Providing introspection into running pipeline components
Open
design
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 88
Description
Currently, it's hard to introspect the middle of a logstash pipeline and determine the contents of the events in those spots. To accomplish this today you'd need to edit your pipeline significantly and `clone` in the right spots and add the right `if` conditions to reroute the cloned data.
It'd be great if we had a general purpose facility for allowing users to reroute and debug messages.
Contributor guide
Assessment
This issue has not been assessed yet.