diff --git a/config/config_defaults.go b/config/config_defaults.go index a2fc026ca..637f760c6 100644 --- a/config/config_defaults.go +++ b/config/config_defaults.go @@ -540,13 +540,13 @@ const CGRATES_CFG_JSON = ` // "elsDisableRetry": false, // Default: false. - // "elsIndex": "", // ElsIndex - // "elsRefresh": "false", // controls when changes become visible - // "elsOpType": "", // ElsOpType - // "elsPipeline": "", // ElsPipeline - // "elsRouting": "", // ElsRouting - // "elsTimeout": "", // ElsTimeout - // "elsWaitForActiveShards": "", // ElsWaitForActiveShards + // "elsIndex": "", // target elasticsearch index + // "elsRefresh": "false", // controls when changes become searchable + // "elsOpType": "index", // operation type + // "elsPipeline": "", // name of the ingest pipeline to use + // "elsRouting": "", // custom routing value for document storage + // "elsTimeout": "1m", // maximum time to wait for operation + // "elsWaitForActiveShards": "1", // number of shard copies required before indexing (default: 1) // SQL