{"id":16531401,"url":"https://github.com/marcbachmann/dockerfile-kibana4","last_synced_at":"2025-09-13T23:32:16.368Z","repository":{"id":24591131,"uuid":"27999334","full_name":"marcbachmann/dockerfile-kibana4","owner":"marcbachmann","description":":chart_with_upwards_trend: Kibana 4 Dashboard, Environment variable support, without elasticsearch server","archived":false,"fork":false,"pushed_at":"2023-12-15T05:14:50.000Z","size":11,"stargazers_count":10,"open_issues_count":2,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-03T04:50:45.630Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/marcbachmann.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":"2014-12-14T15:57:54.000Z","updated_at":"2018-01-25T18:38:11.000Z","dependencies_parsed_at":"2024-10-19T00:56:35.013Z","dependency_job_id":"9c0922cc-5113-48fb-8d0a-b907c28cf7b8","html_url":"https://github.com/marcbachmann/dockerfile-kibana4","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fdockerfile-kibana4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fdockerfile-kibana4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fdockerfile-kibana4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fdockerfile-kibana4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcbachmann","download_url":"https://codeload.github.com/marcbachmann/dockerfile-kibana4/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232931885,"owners_count":18598663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-10-11T18:08:44.388Z","updated_at":"2025-01-07T20:06:43.378Z","avatar_url":"https://github.com/marcbachmann.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerfile for Kibana v4\n\nThis Dockerfile contains the [Kibana](https://github.com/elasticsearch/kibana) Dashboard. The default Kibana port 5601 is exposed.\n\nTo run this container you'll need a separate elasticsearch server.\nKibana automatically proxies all requests from the dashboard to the elasticsearch server. So the ES server doesn't need to be accessible from the internet.\n\n## Tags\n\nAvailable Kibana Versions:\n\n`4.0.0-BETA2`  \n`4.0.0-BETA3`  \n`4.0.0-RC1`  \n`4.0.0`  \n`4.0.1`  \n`4.0.2`  \n`4.1.0`  \n`4.1.1`  \n`4.1.4`, `latest`\n\n## Run\nTo connect to an elasticsearch server on the docker host, run this:\n\n```bash\ndocker run -e ELASTICSEARCH=http://172.17.42.1:9200 -P marcbachmann/kibana4\n```\n\n## Upgrade\n\n### from 4.0.0-RC1 to 4.0.0\n\nThere was a bug in the automatic config migration of Kibana 4.0.0-RC1.  \nIf you're migrating from v4.0.0-RC1 to v4.0.0, you have to execute the following command.\n\n```\nBODY=`curl -XGET 'localhost:9200/.kibana/config/4.0.0-rc1/_source'`;\ncurl -XPUT \"localhost:9200/.kibana/config/4.0.0\" -d \"$BODY\" \u0026\u0026 curl -XDELETE \"localhost:9200/.kibana/config/4.0.0-rc1\"\n```\n\n\n## Options\nMost configuration variables can be set using environment variables.\n\n```\nENV VAR         - default value\n---------------------------------------\nELASTICSEARCH   = http://172.17.42.1:9200\nKIBANA_INDEX    = .kibana\nDEFAULT_APP_ID  = discover\nREQUEST_TIMEOUT = 60\nSHARD_TIMEOUT   = 30000\nVERIFY_SSL      = true\n```\n\n### Linking an Elasticsearch Container\n\nWhen you're running Elasticsearch in a separate docker container, you can automatically link to it by naming the linked container `elasticsearch`. By doing so the `ELASTICSEARCH` variable gets automatically set. To link it correctly, it needs to expose the port 9200.\n\ne.g.\n```\ndocker run -d --name myElasticSearch elasticsearch\ndocker run -d --link myElasticSearch:elasticsearch -P marcbachmann/kibana4\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcbachmann%2Fdockerfile-kibana4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcbachmann%2Fdockerfile-kibana4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcbachmann%2Fdockerfile-kibana4/lists"}