Skip to content

Instantly share code, notes, and snippets.

@minyk
Created June 16, 2016 08:48
Show Gist options
  • Save minyk/95dee18f075e48e1ae746a84068049e8 to your computer and use it in GitHub Desktop.
Save minyk/95dee18f075e48e1ae746a84068049e8 to your computer and use it in GitHub Desktop.
dcos-kibana.json
{
"id": "/dashboard/kibana",
"cmd": null,
"cpus": 1,
"mem": 512,
"disk": 0,
"instances": 1,
"container": {
"docker": {
"image": "kibana",
"network": "BRIDGE",
"portMappings": [
{
"containerPort": 5601,
"protocol": "tcp",
"name": null
}
],
"parameters": []
},
"type": "DOCKER",
"volumes": []
},
"env": {
"ELASTICSEARCH_URL": "http://10.10.10.100:9200"
},
"labels": {
"DCOS_SERVICE_NAME": "kibana",
"DCOS_SERVICE_PORT_INDEX": "0",
"DCOS_SERVICE_SCHEME": "http",
"DCOS_PACKAGE_NAME": "kibana",
"DCOS_PACKAGE_IS_FRAMEWORK": "true"
},
"healthChecks": [
{
"protocol": "HTTP",
"path": "/",
"portIndex": 0,
"gracePeriodSeconds": 300,
"intervalSeconds": 60,
"timeoutSeconds": 20,
"maxConsecutiveFailures": 3
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment