forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefinition.json
More file actions
33 lines (33 loc) · 913 Bytes
/
definition.json
File metadata and controls
33 lines (33 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"requiredOneOf": [
"message",
"datetime"
],
"attributes": {
"message": {
"description": "Informative message of the event",
"ui-priority": 0,
"misp-attribute": "text"
},
"timestamp": {
"description": "When the log entry was seen in microseconds since Unix epoch",
"ui-priority": 0,
"misp-attribute": "text"
},
"timestamp_desc": {
"description": "Text explaining what type of timestamp is it",
"ui-priority": 0,
"misp-attribute": "text"
},
"datetime": {
"description": "When the log entry was seen",
"ui-priority": 0,
"misp-attribute": "datetime"
}
},
"version": 3,
"description": "A timesketch timeline object based on mandatory field in timesketch to describe a log entry.",
"meta-category": "misc",
"uuid": "06db0221-cbc0-4ffc-ad98-7f34549310f1",
"name": "timesketch-timeline"
}