-
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
Pipeline ID in Logstash Error Log - multiple pipelines #10521
Comments
@lakshmiral this issue seems to relate to Logstash rather than Elasticsearch. Therefore I am going to move this issue to the Logstash repository |
andsel
added a commit
to andsel/logstash
that referenced
this issue
Aug 28, 2019
andsel
added a commit
to andsel/logstash
that referenced
this issue
Aug 28, 2019
Closed by PR #11075 |
elasticsearch-bot
pushed a commit
that referenced
this issue
Aug 29, 2019
elasticsearch-bot
pushed a commit
that referenced
this issue
Aug 29, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having multiple pipelines configured in Logstash through Xpack, it is really hard to identify which pipeline is causing the error as Logstash does not display the Pipeline ID in the Logstash error log. As a result, debugging is becoming a challenge. If something goes wrong, then we need to remove each of the pipeline and verify where the issue is exactly or execute individually for each pipeline which beats the purpose of having multiple pipelines in Logstash.
It will be helpful if logstash can publish the Pipeline ID in the error log.
Elasticsearch version (
bin/elasticsearch --version
): Elastic 6.2.4 versionPlugins installed: [] Xpack-6.2.4
JVM version (
java -version
): 1.8.0OS version (
uname -a
if on a Unix-like system): RHEL Linux 7Description of the problem including expected versus actual behavior:
Expected behavior is to print pipeline ID or pipeline details in Logstash error log vs. Actual behavior : If any of pipeline has an issue, logstash just errors out and we need to trace back each pipeline in order to identify which pipeline is errored out or not working.
Steps to reproduce:
Please include a minimal but complete recreation of the problem, including
(e.g.) index creation, mappings, settings, query etc. The easier you make for
us to reproduce it, the more likely that somebody will take the time to look at it.
The text was updated successfully, but these errors were encountered: