{"id":17291932,"url":"https://github.com/veewee/docker-tail-cloudwatch-logs","last_synced_at":"2025-03-26T19:16:00.071Z","repository":{"id":145900896,"uuid":"49769483","full_name":"veewee/docker-tail-cloudwatch-logs","owner":"veewee","description":"A docker container that makes it possible to tail your AWS cloudwatch logs.","archived":false,"fork":false,"pushed_at":"2016-01-16T11:05:19.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T00:57:46.173Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veewee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-16T10:43:29.000Z","updated_at":"2016-01-16T10:44:19.000Z","dependencies_parsed_at":"2023-04-18T07:26:31.363Z","dependency_job_id":null,"html_url":"https://github.com/veewee/docker-tail-cloudwatch-logs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veewee%2Fdocker-tail-cloudwatch-logs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veewee%2Fdocker-tail-cloudwatch-logs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veewee%2Fdocker-tail-cloudwatch-logs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veewee%2Fdocker-tail-cloudwatch-logs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veewee","download_url":"https://codeload.github.com/veewee/docker-tail-cloudwatch-logs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245718784,"owners_count":20661161,"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":[],"created_at":"2024-10-15T10:42:17.448Z","updated_at":"2025-03-26T19:16:00.049Z","avatar_url":"https://github.com/veewee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker tail cloudwatch logs\n\nThis container provides an easy way to tail cloudwatch logs in your terminal.\n Internally it runs a slightly altered version of the node application\n [cloudwatch-logs-tail](https://github.com/liamoehlman/cloudwatch-logs-tail.git).\n\n\n## Config file\n\nFor cnnecting with AWS, a config.json needs to be added to the container:\n\n```js\n// config.json\n{\n    \"accessKeyId\": \"aws-acceskeyid\",\n    \"secretAccessKey\": \"aws-secretAccessKey\",\n    \"region\": \"eu-west-1\"\n}\n```\n\n## Run\n\nRunning the container is done with following command:\n\n```sh\ndocker run -ti --rm \\\n    --name=tailcloudwatch-logs \\\n    -v \"$PWD/config.json\":\"/app/config.json\" \\\n    -e LOG_GROUP_NAME=aws-cloudwatch-logs-group-name \\\n    -e LOG_STREAM_NAME=aws-cloudwatch-logs-stream-name \\\n    veewee/tail-cloudwatch-logs\n```\n\n### Volumes\n\n- **config.json**: Your aws config file needs to be synced to the `/app/config.json` file in the container.\n\n### Envorinment variables\n\n- **LOG_GROUP_NAME**: The name of a group in cloudwatch logs.\n- **LOG_STREAM_NAME**: The name of a stream in cloudwatch logs.\n\n\n## Building the container\n```\ndocker build --no-cache -t veewee/tail-cloudwatch-logs .\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveewee%2Fdocker-tail-cloudwatch-logs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveewee%2Fdocker-tail-cloudwatch-logs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveewee%2Fdocker-tail-cloudwatch-logs/lists"}