Added prefix to opts for Event Exporter

This commit is contained in:
andronache
2021-05-10 09:05:43 +03:00
committed by Dan Christian Bogos
parent 5fb8b198c7
commit 69eefe18c1
3 changed files with 35 additions and 33 deletions

View File

@@ -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"},