You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2023. It is now read-only.
Currently, when default-logstash-fields.properties doesn't exist I observe all the additional fields. So far I would like to keep only default fields (as in the documentation) like:
I have found a workaround, when I provide default-logstash-fields.properties with the content like: ""=Time, then I see only default values in my logging solution. Still, it looks ugly and I think there should be a better way.