monitoring/crowdsec: add country flagss

This commit is contained in:
2026-05-17 13:27:07 +04:00
parent 1581be1722
commit cb4d12822d
2 changed files with 26 additions and 10 deletions
@@ -428,13 +428,15 @@
"origin": true
},
"indexByName": {
"ip": 0,
"country": 1,
"scenario": 2,
"type": 3,
"Value": 4
"flag": 0,
"ip": 1,
"country": 2,
"scenario": 3,
"type": 4,
"Value": 5
},
"renameByName": {
"flag": "Flag",
"ip": "IP",
"country": "Country",
"scenario": "Scenario",