forked from omc/heroku-kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
25 lines (25 loc) · 882 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 4.",
"keywords": [
"kibana", "time-series", "metrics", "analytics", "dataviz", "visualization",
"elasticsearch", "elastic", "bonsai"
],
"website": "https://bonsai.io/",
"repository": "https://github.com/romanlevin/heroku-kibana",
"logo": "https://cdn.rawgit.com/romanlevin/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.",
"value": "https://kibanauser:[email protected]/",
"required": true
}
},
"addons": [],
"buildpacks": [
{
"url": "https://github.com/omc/heroku-buildpack-kibana"
}
]
}