{"id":19420742,"url":"https://github.com/vincit/logspout-gelf","last_synced_at":"2025-04-24T14:32:22.980Z","repository":{"id":66104548,"uuid":"82281759","full_name":"Vincit/logspout-gelf","owner":"Vincit","description":"Logspout with GELF adapter","archived":false,"fork":false,"pushed_at":"2018-11-27T12:35:40.000Z","size":5,"stargazers_count":15,"open_issues_count":2,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-03T06:41:58.236Z","etag":null,"topics":["docker","gelf","gelf-adapter","graylog","logging","logspout"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vincit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-17T09:42:19.000Z","updated_at":"2022-09-28T22:22:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"8223b3af-27db-4be6-9b11-7c5abfbf2a67","html_url":"https://github.com/Vincit/logspout-gelf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vincit%2Flogspout-gelf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vincit%2Flogspout-gelf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vincit%2Flogspout-gelf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vincit%2Flogspout-gelf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vincit","download_url":"https://codeload.github.com/Vincit/logspout-gelf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250643536,"owners_count":21464197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","gelf","gelf-adapter","graylog","logging","logspout"],"created_at":"2024-11-10T13:24:56.011Z","updated_at":"2025-04-24T14:32:22.973Z","avatar_url":"https://github.com/Vincit.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logspout with GELF adapter\n\nThis image contains [Logspout](https://github.com/gliderlabs/logspout) which is compiled with [GELF adapter](https://github.com/rickalm/logspout-gelf) so you can forward Docker logs in GELF format using `gelf://hostname:port` as the Logspout command.\n\n## Usage\n\nAlways read the official instructions first. This image should work the same way. Just use `gelf` as the protocol scheme.\n\nRemember to set the hostname of the container to something meaningfull, because that gets set as the source of the GELF message.\n\n### CLI example\n\n`docker run -d --name=logspout --restart=unless-stopped -h $(hostname -f) -v /var/run/docker.sock:/var/run/docker.sock vincit/logspout-gelf gelf://my.log.server:12201`\n\n### Docker Compose example\n\nYou could use this image with the following docker-compose file:\n\n```\nversion: '2'\n\nservices:\n  logspout:\n    image: vincit/logspout-gelf\n    hostname: my.message.source\n    volumes:\n      - /var/run/docker.sock:/var/run/docker.sock\n    command: gelf://my.log.server:12201\n    restart: unless-stopped\n```\n\n## Disclaimer\n\nThis image is provided as-is and only with best effort. We try to update this image with the latest Logspout stable version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincit%2Flogspout-gelf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvincit%2Flogspout-gelf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincit%2Flogspout-gelf/lists"}