{"id":29990439,"url":"https://github.com/scalingo/kibana-buildpack","last_synced_at":"2026-01-20T18:05:31.446Z","repository":{"id":11653844,"uuid":"70238041","full_name":"Scalingo/kibana-buildpack","owner":"Scalingo","description":"Buildpack to deploy Kibana as a simple application","archived":false,"fork":false,"pushed_at":"2025-02-19T08:56:24.000Z","size":73,"stargazers_count":0,"open_issues_count":2,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-05T00:20:26.664Z","etag":null,"topics":["buildpack","kibana","scalingo"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Scalingo.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}},"created_at":"2016-10-07T10:46:35.000Z","updated_at":"2025-02-19T08:56:28.000Z","dependencies_parsed_at":"2024-02-02T10:31:55.207Z","dependency_job_id":"9f589ffa-7b77-49a2-a82d-6c0514e43bd7","html_url":"https://github.com/Scalingo/kibana-buildpack","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Scalingo/kibana-buildpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scalingo%2Fkibana-buildpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scalingo%2Fkibana-buildpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scalingo%2Fkibana-buildpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scalingo%2Fkibana-buildpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Scalingo","download_url":"https://codeload.github.com/Scalingo/kibana-buildpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scalingo%2Fkibana-buildpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28608044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: 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":["buildpack","kibana","scalingo"],"created_at":"2025-08-04T23:38:34.952Z","updated_at":"2026-01-20T18:05:31.440Z","avatar_url":"https://github.com/Scalingo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scalingo buildpack for Kibana\n\nThis buildpack downloads and installs Kibana into a Scalingo app image.\n\n## Compatibility\n\nTested against Kibana 7.10.2 - ES 7.10.2\n\n## Usage\n\nTo deploy your own Kibana, you've to do the following:\n\n```console\n$ git init\n$ scalingo create my-kibana\n$ scalingo env-set BUILDPACK_URL=https://github.com/Scalingo/kibana-buildpack\n\n# If you don't already have an elasticsearch instance from another app\n$ scalingo addons-add scalingo-elasticsearch elasticsearch-sandbox\n# If you already have the ES instance, refer its URL\n$ scalingo env-set ELASTICSEARCH_URL=\"http://user:password@host:port\"\n\n$ echo 'web: kibana --port $PORT' \u003e Procfile\n$ git add Procfile\n$ git commit -m \"Prepare Kibana for Scalingo deployment\"\n$ git push scalingo master\n```\n\nThat's it, your Kibana is live! You may have to wait a few seconds for it to\ncreate its indexes, then refresh and the dashboard will be available.\n\n## Elasticsearch Configuration\n\n### HTTPS with self-signed certificate\n\nUse the environment variable `ELASICSEARCH_TLS_CA_URL` to specify an URL to\ndownload the certificate from\n- [https://db-api.osc-fr1.scalingo.com/api/ca_certificate](https://db-api.osc-fr1.scalingo.com/api/ca_certificate) for OSC-FR1\n- or [https://db-api.osc-secnum-fr1.scalingo.com/api/ca_certificate](https://db-api.osc-secnum-fr1.scalingo.com/api/ca_certificate) for OSC-SECNUM-FR1\n\nAlternatively you can add the CA to your GIT repository and configure its path\nwith the variable `ELASTICSEARCH_TLS_CA_PATH` (example: `ca.crt`)\n\n## Plugins\n\nYou may want to install plugins to your Kibana installation like\n[logtrail](https://github.com/sivasamyk/logtrail). To do\nthat, just create a file `kibana-plugins` with the urls of the plugins you\nwish to install.\n\nExample of `kibana-plugins` file:\n\n```\nhttps://github.com/sivasamyk/logtrail/releases/download/v0.1.18/logtrail-5.5.0-0.1.18.zip\n```\n\n## Plugins configuration\n\nYou may want to configure your plugins. To do that, just create a file 'plugins-config' with the local path of your config file and the path where this config file should be stored in the plugins directory.\n\nExample of 'plugins-config' for the 'logtrail.json' file:\n\n```\nlogtrail.json:logtrail/logtrail.json\n```\n\n## Security\n\nIf bother environment variables `KIBANA_USER` and `KIBANA_PASSWORD` are\ndefined, we'll deploy *nginx* alongside *Kibana*. All the requests will be\nauthenticating by nginx before being proxied to Kibana. The latter is not\nlonger directly reachable from the Internet.\n\n## Extra configuration\n\n* `KIBANA_VERSION`: Kibana version to install (e.g. `6.8.23`)\n* `DOWNLOAD_URL`: Source of the kibana archive, default is: `https://artifacts.elastic.co/downloads/kibana/kibana-${KIBANA_VERSION}-linux-x86_64.tar.gz`\n* `LOG_LEVEL`: Specify the logging level of Kibana. Set the [`logging.root.level` configuration key](https://www.elastic.co/guide/en/kibana/current/logging-settings.html) in the Kibana config file. Options are `all`, `fatal`, `error`, `warn`, `info`, `debug`, `trace`, `off`. Default is `info`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalingo%2Fkibana-buildpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscalingo%2Fkibana-buildpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalingo%2Fkibana-buildpack/lists"}