mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Properly document elastic index req opts
This commit is contained in:
committed by
Dan Christian Bogos
parent
9b9c7bb914
commit
9ac147f3a3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user