{"id":37146248,"url":"https://github.com/dbgeek/elblogcat","last_synced_at":"2026-01-14T17:01:32.688Z","repository":{"id":57567996,"uuid":"172130080","full_name":"dbgeek/elblogcat","owner":"dbgeek","description":"elb/alb access log cli. List and show content of accesslog.","archived":false,"fork":false,"pushed_at":"2023-02-25T02:33:57.000Z","size":57,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T11:15:04.625Z","etag":null,"topics":["aws","aws-alb","aws-elb","cat","cli","logs"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/dbgeek.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-22T20:26:22.000Z","updated_at":"2019-04-20T18:32:23.000Z","dependencies_parsed_at":"2024-06-20T10:37:00.538Z","dependency_job_id":null,"html_url":"https://github.com/dbgeek/elblogcat","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/dbgeek/elblogcat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbgeek%2Felblogcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbgeek%2Felblogcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbgeek%2Felblogcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbgeek%2Felblogcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbgeek","download_url":"https://codeload.github.com/dbgeek/elblogcat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbgeek%2Felblogcat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28427181,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aws","aws-alb","aws-elb","cat","cli","logs"],"created_at":"2026-01-14T17:01:31.896Z","updated_at":"2026-01-14T17:01:32.687Z","avatar_url":"https://github.com/dbgeek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ELBLOGCAT\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/dbgeek/elblogcat)](https://goreportcard.com/report/github.com/dbgeek/elblogcat)\n\n`elblogcat` is tool to list accesslogs for aws loadbalancers and cat them to see the content of them without need to download them local and cat them manual.\n\nThis cli program is inspired by [wolviecb](https://github.com/wolviecb) that made bash script that analyses elb/access logs.\n\n## Installation\n\n### Manual installation - compile it\n\n- [Install go](https://golang.org/doc/install)\n- Set up `GOPATH` and add `$GOPATH/bin` to your `PATH`\n- Run `go get -u github.com/dbgeek/elblogcat`\n\n### Download github release \n\n```sh\ncurl https://github.com/dbgeek/elblogcat/releases/download/\u003crelease\u003e/elblogcat_\u003crelease\u003e_\u003cos\u003e_\u003carch\u003e.tar.gz --out elblogcat_0.0.1-rc2_darwin_amd64.tar.gz\n```\n\n## Usage\n\n### list all accesslog with prefix\n\n```sh\nelblogcat list --aws-account-id 1234567890 --s3-prefix-bucket lb-bucket --s3-prefix team-xxx\n```\n\n### list all accesslog with without prefix\n\n```sh\nelblogcat list --aws-account-id 1234567890 --s3-prefix-bucket lb-bucket\n```\n\n### cat accesslog for one load-balancer between a timerange\n\n```sh\nelblogcat cat --load-balancer-id load-balancer-id --start-time \"2019-03-03 11:00:00\" --end-time \"2019-03-03 12:00:00\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbgeek%2Felblogcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbgeek%2Felblogcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbgeek%2Felblogcat/lists"}