mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Make elasticsearch refresh opt configurable
This commit is contained in:
committed by
Dan Christian Bogos
parent
f1cdf920df
commit
8d7628410e
@@ -512,6 +512,7 @@
|
||||
|
||||
|
||||
// // "elsIndex": "", // ElsIndex
|
||||
// // "elsRefresh": "", // ElsRefresh
|
||||
// // "elsOpType": "", // ElsOpType
|
||||
// // "elsPipeline": "", // ElsPipeline
|
||||
// // "elsRouting": "", // ElsRouting
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
"synchronous": true,
|
||||
"failed_posts_dir": "*none",
|
||||
"opts": {
|
||||
"elsIndex": "cdrs_basic"
|
||||
"elsIndex": "cdrs_basic",
|
||||
"elsRefresh": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -26,7 +27,8 @@
|
||||
"synchronous": true,
|
||||
"failed_posts_dir": "*none",
|
||||
"opts": {
|
||||
"elsIndex": "cdrs_fields"
|
||||
"elsIndex": "cdrs_fields",
|
||||
"elsRefresh": "true"
|
||||
},
|
||||
"fields": [
|
||||
{ "tag": "CGRID", "path": "*exp.CGRID", "type": "*variable", "value": "~*req.CGRID" },
|
||||
|
||||
Reference in New Issue
Block a user