-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Infra UI] Ensure correct message reconstruction for all official filebeat modules #26759
Comments
Pinging @elastic/infrastructure-ui |
Same thing for nginx error log (access log is fine). |
Same for Logstash module: |
This is impacting Filebeat as well. I'm getting this when I beat over logs from IIS. It's producing a LOT of logs, which impacts space within the deployment also... |
Seeing the same here with FileBeat, mysql and nginx error logs are all 'failed to format' but no problems with nginx access logs. Are there any temporary fixes for this? |
+1 urgency Having same issue with Filebeat for Logstash module. |
Not sure if this is the issue or not. I found the filebeat modules will use the field |
Did the trick! Thanks @jasonsattler |
I'm adding rules for MySQL slow and error logs via #28219 |
|
You should be able to rename the field either in filebeat or logstash. In filebeat just add the following to your prospectors:
Or in logstash use mutate in your filters
|
Tried with filebeat, didnt work is it added to the filebeat.yml or kubernetes.yml my configs:
|
@paltaa you are missing
|
@jasonsattler Did it, and still im getting these errors
|
I have a
kibana.yml:
Result in Logs UI:
|
There is a problem with the |
Filebeat for Elasticsearch. The problem appear when i search the IIS log at kibana |
Known issues with pre-ECS formats are covered by the following issues:
|
The heuristics used to reconstruct the message from the documents created by the official filebeat modules should support all kinds of log events.
Known issues with pre-ECS formats are covered by the following issues:
Compatibility with various modules in ECS format has been improved in #31120.
The text was updated successfully, but these errors were encountered: