Skip to content

Commit 3410b3f

Browse files
committed
update config example: add elasticsearch config example
1 parent 125bf0e commit 3410b3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config_example.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
"enable": true
4343
},
4444

45+
"elasticsearch_cluster_one": {
46+
"kind": "web",
47+
"url": "http://elastic:devpass@localhost:9200/_cluster/health?pretty",
48+
"checkInterval": 10,
49+
"enable": true
50+
},
51+
4552
"dummy_one": {
4653
"kind": "dummy",
4754
"url": "https://minio-storage.com/minio/health/ready",

0 commit comments

Comments
 (0)