{"id":44529059,"url":"https://github.com/githubcdr/docker-elk","last_synced_at":"2026-02-13T18:24:53.641Z","repository":{"id":12792019,"uuid":"72477598","full_name":"githubcdr/docker-elk","owner":"githubcdr","description":"Elasticsearch Logstash Kibana 5 on Alpine Docker","archived":false,"fork":false,"pushed_at":"2026-01-27T18:50:50.000Z","size":140,"stargazers_count":8,"open_issues_count":5,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-28T05:00:05.983Z","etag":null,"topics":["alpine","docker","elasticsearch","filebeat","kibana"],"latest_commit_sha":null,"homepage":"","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-10-31T21:00:32.000Z","updated_at":"2026-01-05T21:38:56.000Z","dependencies_parsed_at":"2023-11-07T16:34:20.484Z","dependency_job_id":"f4f2d4a4-b795-47a7-bdec-3cab013a0eec","html_url":"https://github.com/githubcdr/docker-elk","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/githubcdr/docker-elk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/githubcdr","download_url":"https://codeload.github.com/githubcdr/docker-elk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk/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":["alpine","docker","elasticsearch","filebeat","kibana"],"created_at":"2026-02-13T18:24:53.558Z","updated_at":"2026-02-13T18:24:53.626Z","avatar_url":"https://github.com/githubcdr.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elasticsearch, Logstash and Kibana 5.6.16\n\nThis is a small container at only 300Mb compressed, running a full functional ELK 5 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, in docker ;)\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/elk5:latest\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-elk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubcdr%2Fdocker-elk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubcdr%2Fdocker-elk/lists"}