Skip to content

Commit

Permalink
Merge pull request #416 from arvchristos/intelmq_disable_correlation
Browse files Browse the repository at this point in the history
Disable correlation for IntelMQ time fields
  • Loading branch information
adulau authored Mar 6, 2024
2 parents 173af55 + a367c43 commit 1c1e395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions objects/intelmq_event/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
1 change: 1 addition & 0 deletions objects/intelmq_report/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 1c1e395

Please sign in to comment.