Skip to content
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

Journalbeat translated conatiner.id_truncated field typo #10519

Closed
SpComb opened this issue Feb 4, 2019 · 2 comments
Closed

Journalbeat translated conatiner.id_truncated field typo #10519

SpComb opened this issue Feb 4, 2019 · 2 comments

Comments

@SpComb
Copy link

SpComb commented Feb 4, 2019

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

This is a typo, it should be container.id_truncated.

kvch added a commit to kvch/beats that referenced this issue Feb 4, 2019
kvch added a commit that referenced this issue Feb 4, 2019
Fix typo in the field name `container.id_truncated`

Closes #10519
@stanxing
Copy link

@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

@kvch
Copy link
Contributor

kvch commented Mar 28, 2019

It's not going to be fixed in 6.x, as it would be a breaking change.

DStape pushed a commit to DStape/beats that referenced this issue Aug 20, 2019
Fix typo in the field name `container.id_truncated`

Closes elastic#10519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants