passing *accountID instead of *account in opts

This commit is contained in:
gezimbll
2025-05-21 10:27:59 +02:00
committed by Dan Christian Bogos
parent 2b27c681bc
commit 8bbe36c088
5 changed files with 29 additions and 12 deletions

View File

@@ -30,7 +30,7 @@
"thresholds": {
"enabled": true,
"apiers_conns": ["*localhost"],
"exists_indexed_fields": ["*opts.*account"],
"exists_indexed_fields": ["*opts.*accountID"],
"store_interval": "-1",
},