mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Updated filter indexes to only index dynamic path
This commit is contained in:
committed by
Dan Christian Bogos
parent
8004fd3753
commit
b0c354c7c1
@@ -64,28 +64,28 @@
|
||||
|
||||
"attributes": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
"resources": {
|
||||
"enabled": true,
|
||||
"thresholds_conns": ["*internal"],
|
||||
"string_indexed_fields": ["Account"],
|
||||
"prefix_indexed_fields": ["Destination"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
"prefix_indexed_fields": ["*req.Destination"],
|
||||
},
|
||||
|
||||
|
||||
"stats": {
|
||||
"enabled": true,
|
||||
"thresholds_conns": ["*internal"],
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
"thresholds": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
@@ -93,8 +93,8 @@
|
||||
"enabled": true,
|
||||
"resources_conns": ["*internal"],
|
||||
"stats_conns": ["*internal"],
|
||||
"string_indexed_fields": ["Account"],
|
||||
"prefix_indexed_fields": ["Destination"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
"prefix_indexed_fields": ["*req.Destination"],
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user