{"id":44529036,"url":"https://github.com/githubcdr/docker-elk6","last_synced_at":"2026-02-13T18:24:48.669Z","repository":{"id":48074408,"uuid":"99816390","full_name":"githubcdr/docker-elk6","owner":"githubcdr","description":"Elasticsearch Logstash Kibana 6 on Alpine Docker","archived":false,"fork":false,"pushed_at":"2024-03-12T23:58:14.000Z","size":19,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T19:32:35.427Z","etag":null,"topics":[],"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}},"created_at":"2017-08-09T14:16:18.000Z","updated_at":"2020-08-28T15:39:58.000Z","dependencies_parsed_at":"2022-08-12T18:01:03.999Z","dependency_job_id":null,"html_url":"https://github.com/githubcdr/docker-elk6","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/githubcdr/docker-elk6","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/githubcdr","download_url":"https://codeload.github.com/githubcdr/docker-elk6/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubcdr%2Fdocker-elk6/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.620Z","updated_at":"2026-02-13T18:24:48.658Z","avatar_url":"https://github.com/githubcdr.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elasticsearch, Logstash and Kibana 6.8.1\n\nThis is a small container at only 300Mb compressed, running a full functional ELK 6 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/elk6: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-elk6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubcdr%2Fdocker-elk6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubcdr%2Fdocker-elk6/lists"}