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

Add container data #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

whitmo
Copy link
Contributor

@whitmo whitmo commented Aug 31, 2016

Not sure if this would be interesting to you all, but figured I would see.

This PR adds information about logs shipped from containers to journald via the docker journald driver.

The output to cloudwatch looks like :

{
...
    "container": {
        "id": "7203ffd33e5f",
        "id_full": "7203ffd33e5f5958509d963c6d9d4604b3fbb54213217679011c68e2ef068059",
        "Name": "k8s_border-dnsmasq.c519f80_border-dnsmasq-172.31.224.5_default_858f5fac233909242a78296b9b53347b_d200cabb"
         "tag": "{some-arbitrary-tag-text}"
}

Add information about logs shipped from containers to journald via the [docker journald driver](https://docs.docker.com/engine/admin/logging/journald/).
eyj added a commit to kialo/journald-cloudwatch-logs that referenced this pull request Sep 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant