Properly document elastic index req opts

This commit is contained in:
ionutboangiu
2025-01-27 20:00:05 +02:00
committed by Dan Christian Bogos
parent 9b9c7bb914
commit 9ac147f3a3

View File

@@ -555,13 +555,14 @@ const CGRATES_CFG_JSON = `
// "elsRetryOnStatus":[], // List of status codes for retry. Default: 502, 503, 504.
// "elsMaxRetries": 0, // Default: 3.
// "elsDisableRetry": false, // Default: false.
// "elsIndex": "", // ElsIndex
// "elsRefresh": "false", // controls when changes become visible <true|false|wait_for>
// "elsOpType": "", // ElsOpType
// "elsPipeline": "", // ElsPipeline
// "elsRouting": "", // ElsRouting
// "elsTimeout": "", // ElsTimeout
// "elsWaitForActiveShards": "", // ElsWaitForActiveShards
// "elsIndex": "", // target elasticsearch index
// "elsRefresh": "false", // controls when changes become searchable <true|false|wait_for>
// "elsOpType": "index", // operation type <index|create>
// "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