fix: [timesketch] fix incorrect attribute type

pull/200/head
Christophe Vandeplas 2019-08-08 12:11:13 +02:00
parent 7dc65e5fe0
commit 7c3ee740fa
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
"timestamp": { "timestamp": {
"description": "When the log entry was seen in microseconds since Unix epoch", "description": "When the log entry was seen in microseconds since Unix epoch",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "timestamp-microsec" "misp-attribute": "text"
}, },
"timestamp_desc": { "timestamp_desc": {
"description": "Text explaining what type of timestamp is it", "description": "Text explaining what type of timestamp is it",
@ -25,7 +25,7 @@
"misp-attribute": "datetime" "misp-attribute": "datetime"
} }
}, },
"version": 2, "version": 3,
"description": "A timesketch timeline object based on mandatory field in timesketch to describe a log entry.", "description": "A timesketch timeline object based on mandatory field in timesketch to describe a log entry.",
"meta-category": "misc", "meta-category": "misc",
"uuid": "06db0221-cbc0-4ffc-ad98-7f34549310f1", "uuid": "06db0221-cbc0-4ffc-ad98-7f34549310f1",