{"id":20565816,"url":"https://github.com/spudmashmedia/kibana-selfhosted","last_synced_at":"2026-04-18T00:07:30.488Z","repository":{"id":90661666,"uuid":"62487799","full_name":"spudmashmedia/kibana-selfhosted","owner":"spudmashmedia","description":"Docker Compose file to generate a Kibana + Elasticsearch instance in docker/kitematic","archived":false,"fork":false,"pushed_at":"2016-08-27T03:41:39.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T23:50:45.378Z","etag":null,"topics":["docker","docker-compose","elasticsearch","kibana","tool"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spudmashmedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-07-03T08:26:29.000Z","updated_at":"2023-03-05T04:24:18.000Z","dependencies_parsed_at":"2023-07-09T03:45:49.621Z","dependency_job_id":null,"html_url":"https://github.com/spudmashmedia/kibana-selfhosted","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spudmashmedia/kibana-selfhosted","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spudmashmedia%2Fkibana-selfhosted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spudmashmedia%2Fkibana-selfhosted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spudmashmedia%2Fkibana-selfhosted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spudmashmedia%2Fkibana-selfhosted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spudmashmedia","download_url":"https://codeload.github.com/spudmashmedia/kibana-selfhosted/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spudmashmedia%2Fkibana-selfhosted/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["docker","docker-compose","elasticsearch","kibana","tool"],"created_at":"2024-11-16T04:39:13.021Z","updated_at":"2026-04-18T00:07:30.466Z","avatar_url":"https://github.com/spudmashmedia.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# kibana-selfhosted\nDocker Compose file to generate a Kibana + Elasticsearch instance in docker/kitematic\n\n## Requirements\nPlease install\n\n1) Docker Toolbox\n```\nhttps://www.docker.com/products/docker-toolbox\n```\n2) Docker-Compose\n```\nhttps://docs.docker.com/compose/\n```\n\n## Installation\n\nClone the repository\n\nUsing Kitematic (Docker toolbox), click Docker CLI to open a console which is remoted into your Virtual Box VM with Docker.\n\nIn the console, run:\n```\n  /\u003e docker-compose -f docker-compose.yaml up -d\n```\n\nAt this point 2 docker containers will be created:\n- kibana_ki_1  (port 15601)\n- kibana_es_1 (port 19200)\n\nNow remote into kibana_ki_1 to update */opt/kibana/config/kibana.yml* file to address SSL issue:\n```\n  /\u003e docker exec -it kibana_ki_1 bash\n```\nonce remoted into the container:\n```\n/\u003ecd /opt/kibana/config\n/opt/kibana/config\u003esed '/es:9200/a elasticsearch.ssl.verify:false' kibana.yml\n```\n## Test\n\n### Test Elasticsearch\nIn your Chrome web browser, navigate to\n```\nhttp://192.168.99.100:19200\n```\nJson response should be similar to this\n\n```\n{\n  \"name\" : \"Torrent\",\n  \"cluster_name\" : \"elasticsearch\",\n  \"version\" : {\n    \"number\" : \"2.3.3\",\n    \"build_hash\" : \"218bdf10790eef486ff2c41a3df5cfa32dadcfde\",\n    \"build_timestamp\" : \"2016-05-17T15:40:04Z\",\n    \"build_snapshot\" : false,\n    \"lucene_version\" : \"5.5.0\"\n  },\n  \"tagline\" : \"You Know, for Search\"\n}\n```\n\n### Test Kibana\nIn your Chrome web browser, navigate to\n```\nhttp://192.168.99.100:15601\n```\n\nKibana should now load.\n\n\n\n## Contributing\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## History\n- V1\n\n\n\n## License\nCopyright @ 2016 Spudmash Media Pty Ltd\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspudmashmedia%2Fkibana-selfhosted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspudmashmedia%2Fkibana-selfhosted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspudmashmedia%2Fkibana-selfhosted/lists"}