-
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 Kibana module doesn't support new 8.0 logging format #31216
Comments
Pinging @elastic/integrations (Team:Integrations) |
Do we have any workarounds before fixing the bug? |
@insukcho Ignoring failures of the |
Raised a potential bug in Kibana log entries #31576 |
After implementing the workaround we were presented with |
Fix was merged in main and backported to 8.2 |
I'm still seeing this in 8.2, but this time it appears to be only occurring on Machine Learning entries. @klacabane should this be a new issue or a recurrence of this same issue? |
I got also the same error. Kibana uses 8.4.0 ecs and filebeat 1.12.0 |
Hi @muratkucuktepe, is this happening in cloud or onprem environment ? Which filebeat/kibana version are you using ? The |
Hi @klacabane. We have production & monitoring cluster. kibana.yml
|
@muratkucuktepe The filebeat version running in production does not fully support 8.0+ log format and should be upgraded. I've reproduced the issue and using a filebeat > v8.2 fixes it. You can use 8.5.3 to align with the production stack |
For confirmed bugs, please report:
Starting with v8.0, Kibana introduces a new logging system that changes the JSON fields that are generated.
The
kibana
module doesn't support the new fields: expects apid
field, while the new format outputs ECS-compatibleprocess.pid
. Other fields need review.This results in an ingestion:
The text was updated successfully, but these errors were encountered: