-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Filebeat's log harvester panics on configuration error #6800
Comments
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Apr 9, 2018
When the log harvester initialisation fails (i.e. due to wrong configuration), it causes a panic instead of reporting the error. Fixes elastic#6800
ruflin
pushed a commit
that referenced
this issue
Apr 9, 2018
When the log harvester initialisation fails (i.e. due to wrong configuration), it causes a panic instead of reporting the error. Fixes #6800
adriansr
added
the
needs_backport
PR is waiting to be backported to other branches.
label
Apr 9, 2018
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Apr 9, 2018
When the log harvester initialisation fails (i.e. due to wrong configuration), it causes a panic instead of reporting the error. Fixes elastic#6800
tsg
pushed a commit
that referenced
this issue
Apr 9, 2018
When the log harvester initialisation fails (i.e. due to wrong configuration), it causes a panic instead of reporting the error. Fixes #6800
tsg
added
v6.2.4
and removed
needs_backport
PR is waiting to be backported to other branches.
labels
Apr 9, 2018
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
When the log harvester initialisation fails (i.e. due to wrong configuration), it causes a panic instead of reporting the error. Fixes elastic#6800
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a configuration error is found in the log harvester, it panics instead of printing an error message.
For example, adding the following configuration:
results in:
instead of:
The text was updated successfully, but these errors were encountered: