77855020181bfb19c5d1506d3cd8b990b67bc7b5
[oom.git] / kubernetes / config / docker / init / src / config / consul / consul-agent-config / log-elastic-search.json
1 {
2   "service": {
3     "name": "Health Check: Log - Elastic Search",
4     "checks": [
5       {
6         "id": "log-elasticsearch-server",
7         "name": "Log Elastic Search Health Check",
8         "http": "http://elasticsearch.onap-log:9200/_cluster/health?pretty",
9         "method": "GET",
10         "tls_skip_verify": true,
11         "interval": "15s",
12         "timeout": "1s"
13       },
14       {
15         "id": "log-elasticsearch-tcp",
16         "name": "Log Elastic Search TCP Health Check",
17         "tcp": "elasticsearchtcp.onap-log:9300",
18         "interval": "15s",
19         "timeout": "1s"
20       }
21     ]
22   }
23 }