-
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
Delay in sending logs with fielbeat 8.12.1 #39614
Comments
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Hello @sasikiranvaddi |
Hi @pierrehilbert, |
Keep me honest here but it doesn't seem to be a problem with the exclusion filters then but with the new default you have compare to the behavior you were expecting. |
Hi @pierrehilbert, |
Yes this is definitively related to this parameter that we changed to improve overall performances observed by the users. |
Thank you @pierrehilbert, |
Yes, it sounds to me like this is caused by the presets changes. If you want to stick with a general preset you can try |
Hi @faec, |
Hi @faec, @pierrehilbert , |
There has been a noticeable delay observed when sending logs to using filebat 8.12.1
filebeat configuration used
filebeat.inputs:
type: stdin
json.keys_under_root: true
processors:
drop_event:
when:
!java.util.LinkedHashMap
or:
- !java.util.LinkedHashMap
equals: !java.util.LinkedHashMap
exclude: Hello
- !java.util.LinkedHashMap
equals: !java.util.LinkedHashMap
exclude2: Hello Testing
drop_fields:
fields: ["input","offset","log","@metadata","host","beat","prospector","source"]
output.console:
pretty: false
The text was updated successfully, but these errors were encountered: