-
Notifications
You must be signed in to change notification settings - Fork 134
/
app.json
24 lines (24 loc) · 807 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
{
"name": "aws-es-kibana",
"description": "A simple proxy to allow external access to your AWS Kibana instance",
"repository": "https://github.com/santthosh/aws-es-kibana",
"logo": "https://raw.githubusercontent.com/santthosh/aws-es-kibana/master/aws-es-kibana.png",
"keywords": [
"AWS",
"ES",
"ElasticSearch",
"Kibana",
"AWS ES Proxy",
"AWS ES Kibana"
],
"env": {
"BIND_ADDRESS": "0.0.0.0",
"AWS_ACCESS_KEY_ID": "Your AWS Access Key ID Here",
"AWS_SECRET_ACCESS_KEY": "Your AWS Secret Key Here",
"ENDPOINT": "ES Endpoint (ex: my-endpoint.region-1.es.amazonaws.com)",
"USER": "HTTP Auth Username",
"PASSWORD" : "HTTP Auth Password",
"BIND_ADDRESS" : "0.0.0.0",
"HEALTH_PATH" : "Optional HTTP Path for health check (ex: '/health')"
}
}