ui-priority

pull/17/head
Alexandre Dulaunoy 2017-07-03 16:43:12 +02:00
parent 89858f8f72
commit 65ec7b18a7
1 changed files with 9 additions and 9 deletions

View File

@ -10,52 +10,52 @@
"first-seen": { "first-seen": {
"description": "When the location was seen for the first time.", "description": "When the location was seen for the first time.",
"disable_correlation": true, "disable_correlation": true,
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "datetime" "misp-attribute": "datetime"
}, },
"last-seen": { "last-seen": {
"description": "When the location was seen for the last time.", "description": "When the location was seen for the last time.",
"disable_correlation": true, "disable_correlation": true,
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "datetime" "misp-attribute": "datetime"
}, },
"text": { "text": {
"description": "A generic description of the location.", "description": "A generic description of the location.",
"disable_correlation": true, "disable_correlation": true,
"ui-frequency": 1, "ui-priority": 1,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"latitude": { "latitude": {
"description": "The latitude is the decimal value of the latitude in the World Geodetic System 84 (WGS84) reference.", "description": "The latitude is the decimal value of the latitude in the World Geodetic System 84 (WGS84) reference.",
"disable_correlation": true, "disable_correlation": true,
"ui-frequency": 1, "ui-priority": 1,
"misp-attribute": "float" "misp-attribute": "float"
}, },
"longitude": { "longitude": {
"description": "The longitude is the decimal value of the longitude in the World Geodetic System 84 (WGS84) reference", "description": "The longitude is the decimal value of the longitude in the World Geodetic System 84 (WGS84) reference",
"disable_correlation": true, "disable_correlation": true,
"ui-frequency": 1, "ui-priority": 1,
"misp-attribute": "float" "misp-attribute": "float"
}, },
"altitude": { "altitude": {
"description": "The altitude is the decimal value of the altitude in the World Geodetic System 84 (WGS84) reference.", "description": "The altitude is the decimal value of the altitude in the World Geodetic System 84 (WGS84) reference.",
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "float" "misp-attribute": "float"
}, },
"city": { "city": {
"description": "City.", "description": "City.",
"misp-attribute": "text", "misp-attribute": "text",
"ui-frequency": 1 "ui-priority": 1
}, },
"region": { "region": {
"description": "Region.", "description": "Region.",
"misp-attribute": "text", "misp-attribute": "text",
"ui-frequency": 1 "ui-priority": 1
}, },
"country": { "country": {
"description": "Country.", "description": "Country.",
"misp-attribute": "text", "misp-attribute": "text",
"ui-frequency": 1 "ui-priority": 1
} }
}, },
"version": 2, "version": 2,