{"id":44529035,"url":"https://github.com/githubcdr/docker-elk7","last_synced_at":"2026-02-13T18:24:44.334Z","repository":{"id":48074076,"uuid":"199645859","full_name":"githubcdr/docker-elk7","owner":"githubcdr","description":"ELK 7 running on Alpine Linux","archived":false,"fork":false,"pushed_at":"2022-08-03T17:23:51.000Z","size":7,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T19:32:35.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/githubcdr.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":"2019-07-30T12:18:25.000Z","updated_at":"2022-08-03T17:23:44.000Z","dependencies_parsed_at":"2022-08-12T18:01:00.878Z","dependency_job_id":null,"html_url":"https://github.com/githubcdr/docker-elk7","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/githubcdr/docker-elk7","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/githubcdr","download_url":"https://codeload.github.com/githubcdr/docker-elk7/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk7/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29414278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"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":[],"created_at":"2026-02-13T18:24:43.560Z","updated_at":"2026-02-13T18:24:44.321Z","avatar_url":"https://github.com/githubcdr.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elasticsearch, Logstash and Kibana 7.2.0\n\nThis is a small container at only 300Mb compressed, running a full functional ELK 7 stack.\n\n## Important\n\nMake sure your docker hosts has the folowing sysctl setting, this is required for ELK\n\ninsert in /etc/sysctl.conf\n\n```\nvm.max_map_count = 262144\n```\n\nor run\n\n```\nsysctl -w vm.max_map_count=262144\n```\n\n## Features\n\n* filebeat support\n* cisco syslog support\n* yum.log support via filebeat\n* nginx accesslogs support\n* updated upstream grok patterns\n* running on Alpine Linux with s6, small, clean and efficient\n* Maxmind geo data enabled\n* Each process runs as own user\n* multi input index is created based on type\n\n## Instructions\n\nStart the container\n\n```\ndocker run -d -p 5601:5601 -p 9200:9200 -p 5044:5044 \\\n  -v /var/lib/elasticsearch:/var/lib/elasticsearch \\\n  --name elk \\\n  cdrocker/elk7\n```\n\nCheck progress with\n\n```\ndocker logs -f elk\n```\n\nYou can now open kibana http://elasticsearchhost:5601\n\nThere will probably be no index patterns, you'll have to import them manually. For beats you can use the new import_dashboards script which automate this process. (Install filebeat for this functionality.)\n\n```\n/usr/share/filebeat/scripts/import_dashboards -es http://\u003celasticsearch\u003e:9200\n/usr/share/metricbeat/scripts/import_dashboards -es http://\u003celasticsearch\u003e:9200\n/usr/share/packetbeat/scripts/import_dashboards -es http://\u003celasticsearch\u003e:9200\n```\n\n## Todo\n\n* Add java environment options\n* autoupdate GEO data\n* curator install\n* auto cleanup of old indices\n* elasticsearch plugins\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubcdr%2Fdocker-elk7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubcdr%2Fdocker-elk7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubcdr%2Fdocker-elk7/lists"}