Merge pull request #416 from arvchristos/intelmq_disable_correlation

Disable correlation for IntelMQ time fields
pull/263/merge
Alexandre Dulaunoy 2024-03-06 06:27:11 +01:00 committed by GitHub
commit 1c1e395f38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -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
},

View File

@ -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
}