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

Support grouping partial lines from Docker's journald log driver #10114

Closed
matthughes opened this issue Jan 16, 2019 · 2 comments
Closed

Support grouping partial lines from Docker's journald log driver #10114

matthughes opened this issue Jan 16, 2019 · 2 comments
Labels
containers Related to containers use case enhancement Journalbeat needs_team Indicates that the issue/PR needs a Team:* label Stalled

Comments

@matthughes
Copy link

Describe the enhancement:

Docker's journald log driver (https://docs.docker.com/config/containers/logging/journald/) splits long log entries over multiple journald entries. If a message is being split, the driver at least helpfully annotates the journald entry with a CONTAINER_PARTIAL_MESSAGE:true flag.

This has been discussed here: https://github.com/mheese/journalbeat/issues/37 and a similar issue has been fixed in filebeats here: #6967.

It would be nice if journalbeats could look for this flag, and if present, group subsequent messages together into a single message prior to sending to the targeted output.

Describe a specific use case for the enhancement or feature:

Many folks use Docker and journald logging driver.

@exekias exekias added the containers Related to containers use case label Jul 11, 2019
@botelastic
Copy link

botelastic bot commented Jul 8, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added Stalled needs_team Indicates that the issue/PR needs a Team:* label labels Jul 8, 2020
@botelastic
Copy link

botelastic bot commented Jul 8, 2020

This issue doesn't have a Team:<team> label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
containers Related to containers use case enhancement Journalbeat needs_team Indicates that the issue/PR needs a Team:* label Stalled
Projects
None yet
Development

No branches or pull requests

3 participants