{"id":13409018,"url":"https://github.com/rclement/dokku-kibana","last_synced_at":"2025-10-26T14:30:15.762Z","repository":{"id":82415247,"uuid":"123499321","full_name":"rclement/dokku-kibana","owner":"rclement","description":"Deploy Kibana (with LogTrail) on Dokku","archived":false,"fork":false,"pushed_at":"2018-03-01T22:32:09.000Z","size":3,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T19:31:08.489Z","etag":null,"topics":["docker","dokku","elk-stack","kibana"],"latest_commit_sha":null,"homepage":null,"language":null,"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/rclement.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}},"created_at":"2018-03-01T22:23:55.000Z","updated_at":"2022-08-18T11:14:38.000Z","dependencies_parsed_at":"2023-06-15T14:00:36.986Z","dependency_job_id":null,"html_url":"https://github.com/rclement/dokku-kibana","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Fdokku-kibana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Fdokku-kibana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Fdokku-kibana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Fdokku-kibana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rclement","download_url":"https://codeload.github.com/rclement/dokku-kibana/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238337633,"owners_count":19455345,"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":["docker","dokku","elk-stack","kibana"],"created_at":"2024-07-30T20:00:57.328Z","updated_at":"2025-10-26T14:30:15.384Z","avatar_url":"https://github.com/rclement.png","language":null,"funding_links":[],"categories":["Others","Data Visualization"],"sub_categories":[],"readme":"# Kibana on Dokku\n\nDeploy your own instance of [Kibana](https://www.elastic.co/fr/products/kibana)\non [Dokku](https://github.com/dokku/dokku)!\n\nThis setup is intended to be used as a `syslog` container log visualiser,\nusing the [LogTrail](https://github.com/sivasamyk/logtrail) Kibana plugin.\n\nTo aggregate the logs, you can go with the full ELK stack by running\n[Logstash](https://github.com/rclement/dokku-logstash) side-by-side.\n\n\n# Notice\n\nThis project makes use of:\n\n- The official (legacy) [Kibana](https://hub.docker.com/_/kibana/) Docker image \n- The [LogTrail](https://github.com/sivasamyk/logtrail) plugin for Kibana\n\nFor compatibility reasons with `dokku-elasticsearch`, deployed versions are:\n\n- ElasticSearch: 2.4.6\n- Kibana: 4.6.6\n- LogTrail: 4.x-0.1.14\n\n\n# Setup\n\n## Requirements\n\nBe sure to properly setup a [Dokku](https://github.com/dokku/dokku) instance.\n\nThe following Dokku plugins need to be installed:\n\n- [dokku-elasticsearch](https://github.com/dokku/dokku-elasticsearch)\n\n## App and database\n\n1. Create the `kibana` app:\n\n```\n    dokku apps:create kibana\n```\n\n2. Create the elasticsearch database (if not done yet for `logstash`):\n\n```\n    export ELASTICSEARCH_IMAGE=\"elasticsearch\"\n    export ELASTICSEARCH_IMAGE_VERSION=\"2.4.6\"\n    dokku elasticsearch:create logstash\n    dokku elasticsearch:link logstash kibana\n```\n\n\n# Deploy\n\n1. Clone this repository:\n\n```\n    git clone https://github.com/rclement/dokku-kibana.git\n```\n\n2. Setup Dokku git remote (with your defined domain):\n\n```\n    git remote add dokku dokku@example.com:kibana\n```\n\n3. Push `kibana`:\n\n```\n    git push dokku master\n```\n\n4. Fix proxy ports:\n\n```\n    dokku proxy:ports-add kibana http:80:5601\n    dokku proxy:ports-remove kibana http:5601:5601\n```\n\n\n# Run\n\n`kibana` should be running at: `http://kibana.example.com`\n\n\n# Troubleshooting\n\n## Error while installing the LogTrail plugin\n\nThis error can happen during the LogTrail plugin installation:\n\n```\n    The command '/bin/sh -c kibana-plugin install ...' returned a non-zero code: 137\n```\n\nThis usually means there is not enough RAM allocated for the virtual machine\nwhere Dokku is installed. A minimum of 2GB is recommended.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frclement%2Fdokku-kibana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frclement%2Fdokku-kibana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frclement%2Fdokku-kibana/lists"}