diff --git a/objects/intelmq_event/definition.json b/objects/intelmq_event/definition.json index 5c7b124..1ec6040 100644 --- a/objects/intelmq_event/definition.json +++ b/objects/intelmq_event/definition.json @@ -405,11 +405,13 @@ }, "time.observation": { "description": "The time the collector of the local instance processed (observed) the event.", + "disable_correlation": true, "misp-attribute": "datetime", "ui-priority": 1 }, "time.source": { "description": "The time of occurence of the event as reported the feed (source).", + "disable_correlation": true, "misp-attribute": "datetime", "ui-priority": 1 }, diff --git a/objects/intelmq_report/definition.json b/objects/intelmq_report/definition.json index bb428ad..8630d2e 100644 --- a/objects/intelmq_report/definition.json +++ b/objects/intelmq_report/definition.json @@ -47,6 +47,7 @@ }, "time.observation": { "description": "The time the collector of the local instance processed (observed) the event.", + "disable_correlation": true, "misp-attribute": "datetime", "ui-priority": 1 }