mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated filter indexes to only index dynamic path
This commit is contained in:
committed by
Dan Christian Bogos
parent
8004fd3753
commit
b0c354c7c1
@@ -77,25 +77,25 @@
|
||||
|
||||
"attributes": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
"resources": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
"stats": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account","RunID","Destination"],
|
||||
"string_indexed_fields": ["*req.Account","*req.RunID","*req.Destination"],
|
||||
},
|
||||
|
||||
|
||||
"thresholds": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
"resources_conns": ["*internal"],
|
||||
"stats_conns": ["*internal"],
|
||||
"rals_conns": ["*internal"],
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -75,25 +75,25 @@
|
||||
|
||||
"attributes": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
"resources": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
"stats": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account","RunID","Destination"],
|
||||
"string_indexed_fields": ["*req.Account","*req.RunID","*req.Destination"],
|
||||
},
|
||||
|
||||
|
||||
"thresholds": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
"resources_conns": ["*internal"],
|
||||
"stats_conns": ["*internal"],
|
||||
"rals_conns": ["*internal"],
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -76,25 +76,25 @@
|
||||
|
||||
"attributes": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
"resources": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
"stats": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account","RunID","Destination"],
|
||||
"string_indexed_fields": ["*req.Account","*req.RunID","*req.Destination"],
|
||||
},
|
||||
|
||||
|
||||
"thresholds": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
"resources_conns": ["*internal"],
|
||||
"stats_conns": ["*internal"],
|
||||
"rals_conns": ["*internal"],
|
||||
"string_indexed_fields": ["Account"],
|
||||
"string_indexed_fields": ["*req.Account"],
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -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