-
Notifications
You must be signed in to change notification settings - Fork 23
/
app.json
25 lines (25 loc) · 907 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "Kibana",
"description": "Build analytics and data visualization dashboards for Elasticsearch with Kibana 5+",
"keywords": [
"kibana", "time-series", "metrics", "analytics", "dataviz", "visualization",
"elasticsearch", "elastic", "bonsai"
],
"website": "https://bonsai.io/",
"repository": "https://github.com/omc/heroku-kibana.git",
"logo": "https://cdn.rawgit.com/omc/heroku-kibana/master/kibana.svg",
"success_url": "/",
"env": {
"ELASTICSEARCH_URL": {
"description": "If you already have an Elasticsearch cluster, you can provide its URL here and remove the provisioned addon after initial deployment. Format: https://kibanauser:[email protected]:443",
"value": "",
"required": false
}
},
"addons": [ "bonsai:staging" ],
"buildpacks": [
{
"url": "https://github.com/omc/heroku-buildpack-kibana.git"
}
]
}