fix: Disabling correlation for all the bgp-ranking object attributes

pull/295/head
chrisr3d 2020-09-09 10:09:07 +02:00
parent 404b0e4c4f
commit cadaa5d8c9
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"attributes": {
"address-family": {
"description": "The IP address family concerned by the ranking.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"v4",
@ -11,16 +12,19 @@
},
"date": {
"description": "Date fo the ranking.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 1
},
"position": {
"description": "Position of the ASN for a given day.",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 0
},
"ranking": {
"description": "Ranking of the Autonomous System number.",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 1
}