Updated filter indexes to only index dynamic path

This commit is contained in:
Trial97
2020-07-24 15:31:55 +03:00
committed by Dan Christian Bogos
parent 8004fd3753
commit b0c354c7c1
60 changed files with 673 additions and 434 deletions

View File

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

View File

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

View File

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

View File

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