mirror of https://github.com/MISP/misp-objects
Merge pull request #416 from arvchristos/intelmq_disable_correlation
Disable correlation for IntelMQ time fieldspull/419/head
commit
1c1e395f38
|
@ -405,11 +405,13 @@
|
||||||
},
|
},
|
||||||
"time.observation": {
|
"time.observation": {
|
||||||
"description": "The time the collector of the local instance processed (observed) the event.",
|
"description": "The time the collector of the local instance processed (observed) the event.",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"time.source": {
|
"time.source": {
|
||||||
"description": "The time of occurence of the event as reported the feed (source).",
|
"description": "The time of occurence of the event as reported the feed (source).",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
},
|
},
|
||||||
"time.observation": {
|
"time.observation": {
|
||||||
"description": "The time the collector of the local instance processed (observed) the event.",
|
"description": "The time the collector of the local instance processed (observed) the event.",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue