mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Added prefix to opts for Event Exporter
This commit is contained in:
committed by
Dan Christian Bogos
parent
5fb8b198c7
commit
69eefe18c1
@@ -333,17 +333,19 @@
|
||||
"tenant": "cgrates.org",
|
||||
"attempts": 1,
|
||||
"opts": {
|
||||
"index": "cdrs",
|
||||
//"if_primary_term": 0,
|
||||
//"if_seq_no": 0,
|
||||
"op_type": "",
|
||||
"pipeline": "",
|
||||
"require_alias": "",
|
||||
"routing": "",
|
||||
"timeout": 0,
|
||||
//"version": 0,
|
||||
"version_type": "",
|
||||
"wait_for_active_shards": "",
|
||||
"opts": {
|
||||
"elsIndex": "cdrs",
|
||||
//"elsIfPrimaryTerm": 0,
|
||||
//"elsIfSeqNo": 0,
|
||||
"elsOpType": "",
|
||||
"elsPipeline": "",
|
||||
"require_alias": "",
|
||||
"elsRouting": "",
|
||||
"elsTimeout": 0,
|
||||
//"elsVersion": 0,
|
||||
"elsVersionType": "",
|
||||
"elsWaitForActiveShards": "",
|
||||
}
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "CGRID", "path": "*exp.CGRID", "type": "*variable", "value": "~*req.CGRID"},
|
||||
|
||||
Reference in New Issue
Block a user