forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
33 lines (33 loc) · 912 Bytes
/
definition.json
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
{
"attributes": {
"datetime": {
"description": "When the log entry was seen",
"misp-attribute": "datetime",
"ui-priority": 0
},
"message": {
"description": "Informative message of the event",
"misp-attribute": "text",
"ui-priority": 0
},
"timestamp": {
"description": "When the log entry was seen in microseconds since Unix epoch",
"misp-attribute": "text",
"ui-priority": 0
},
"timestamp_desc": {
"description": "Text explaining what type of timestamp is it",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "A timesketch timeline object based on mandatory field in timesketch to describe a log entry.",
"meta-category": "misc",
"name": "timesketch-timeline",
"requiredOneOf": [
"message",
"datetime"
],
"uuid": "06db0221-cbc0-4ffc-ad98-7f34549310f1",
"version": 3
}