We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When have no fields configured in my filebeat.yml I get null in all published events. This seems to be a regression of elastic/filebeat#126.
fields
null
... "count": 1, "fields": null, "input_type": "log", ...
Relavant source: https://github.com/elastic/beats/blob/master/filebeat/input/file.go#L78
The text was updated successfully, but these errors were encountered:
Omit 'fields' from Filebeat events when null
1bbe205
Fixes elastic#899
This seems to be still a problem in 1.2.3 version
Sorry, something went wrong.
Closing this issue as it won't be fixed in the 1.x versions.
No branches or pull requests
When have no
fields
configured in my filebeat.yml I getnull
in all published events. This seems to be a regression of elastic/filebeat#126.Relavant source: https://github.com/elastic/beats/blob/master/filebeat/input/file.go#L78
The text was updated successfully, but these errors were encountered: