mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add check for els nodes in config
This commit is contained in:
committed by
Dan Christian Bogos
parent
469f77d1fd
commit
f780621625
@@ -359,10 +359,12 @@
|
||||
{
|
||||
"id": "ElasticsearchExporterCluster",
|
||||
"type": "*els",
|
||||
"export_path": "http://192.168.56.64:9200;http://192.168.56.22:9200",
|
||||
"export_path": "http://192.168.56.22:9200;http://192.168.56.64:9200",
|
||||
"attempts": 1,
|
||||
"opts": {
|
||||
"elsIndex": "cdrs",
|
||||
"discoverNodesInterval":"30s",
|
||||
"discoverNodesOnStart":true,
|
||||
//"elsIfPrimaryTerm": 0,
|
||||
//"elsIfSeqNo": 0,
|
||||
"elsOpType": "",
|
||||
|
||||
Reference in New Issue
Block a user