-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Filter and output threads arent named correctly #2425
Comments
cc @electrical |
Agreed, this should be fix, it will simplify the debugging. |
After discussing with @talevy this isn't an easy fix to do for 1.5, we need to refactor the pipeline to do it in a clean way. Because one output thread consist of multiple plugins and some plugins can run in their own thread if But we both agreed that we need to give more visibility to user about what logstash is doing. |
@jsvd this ticket should be included in the pipeline discussion. |
noted 👍 |
This is moot now with the next generation pipeline, where filters and outputs are merged. |
Naming thread will help us debug problematic plugins.
https://github.com/elasticsearch/logstash/blob/master/lib/logstash/pipeline.rb#L196
The text was updated successfully, but these errors were encountered: