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
Version: 6.5.4 Operating system: Amazon Linux 2 Discuss Forum URL: https://discuss.elastic.co/t/incorrect-journalbeat-container-output-fields-for-docker-journald-messages/166017
Journalbeat translates the Docker journald logging driver CONTAINER_ID field to conatiner.id_truncated: https://github.com/elastic/beats/blob/v6.5.4/journalbeat/reader/fields.go#L83
CONTAINER_ID
conatiner.id_truncated
This is a typo, it should be container.id_truncated.
container.id_truncated
The text was updated successfully, but these errors were encountered:
fix tyop
f16de42
Closes elastic#10519
Fix typo in the field name container.id_truncated (#10525)
9e4a597
Fix typo in the field name `container.id_truncated` Closes #10519
@kvch This problem still exists in 6.7 release. Is there any plan to release it? https://github.com/elastic/beats/blob/v6.7.0/journalbeat/reader/fields.go#L83
Sorry, something went wrong.
It's not going to be fixed in 6.x, as it would be a breaking change.
Fix typo in the field name container.id_truncated (elastic#10525)
da15e5f
Fix typo in the field name `container.id_truncated` Closes elastic#10519
No branches or pull requests
Version: 6.5.4
Operating system: Amazon Linux 2
Discuss Forum URL: https://discuss.elastic.co/t/incorrect-journalbeat-container-output-fields-for-docker-journald-messages/166017
Journalbeat translates the Docker journald logging driver
CONTAINER_ID
field toconatiner.id_truncated
: https://github.com/elastic/beats/blob/v6.5.4/journalbeat/reader/fields.go#L83This is a typo, it should be
container.id_truncated
.The text was updated successfully, but these errors were encountered: