-
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 Fails to Start After Upgrade to Version 8.15.1 #40805
Labels
needs_team
Indicates that the issue/PR needs a Team:* label
Comments
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Sep 13, 2024
This issue doesn't have a |
@jamiehynds @nimarezainia @leehinman |
See #40751. |
Merged
6 tasks
@efd6 ok if we close this now? (thank you) |
That's good for me. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue: Filebeat Fails to Start After Upgrade to Version 8.15.1
Problem Summary:
After upgrading Elastic infrastructure from version 8.14.3 to 8.15.1, Filebeat 8.15.1 on one of the servers failed to start with the following error:
Error Details:
The error occurs due to the
replace
processor configuration in thefilebeat.yml
file. Specifically, thereplacement
field is missing a value.Filebeat Configuration Example:
The problematic section in
filebeat.yml
was identified as:Solution Provided by Support Engineer:
The missing
replacement
field must contain a valid value. The support engineer tested the following fixes, both of which resolved the issue:Setting the
replacement
to a test value:Using an empty space as the replacement value:
Via
git log v8.14.3..v8.15.1 libbeat/cmd/instance/beat.go
, I found this change.Can you please check if this is expected behavior or not?
Right now, you can not replace a string to empty value.
The text was updated successfully, but these errors were encountered: