add: [crowdsec-ip-context] Added the classifications multiple attribute

pull/393/head
Christian Studer 2023-05-24 16:29:06 +02:00
parent 37e43490c0
commit 35285505a1
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 8 additions and 1 deletions

View File

@ -47,6 +47,13 @@
"misp-attribute": "text",
"ui-priority": 1
},
"classifications": {
"description": "Classifications",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"country": {
"description": "Country of origin",
"disable_correlation": true,
@ -145,5 +152,5 @@
"ip"
],
"uuid": "0f0a6def-a351-4d3b-9868-d732f6f4666f",
"version": 2
"version": 3
}