|
| 1 | +[[timeline-object-schema]] |
| 2 | +[role="xpack"] |
| 3 | +== Timeline object schema |
| 4 | + |
| 5 | +[width="100%",options="header"] |
| 6 | +|============================================== |
| 7 | +|Name |Type |Description |
| 8 | + |
| 9 | +|`columns` |Object[] |The timeline's displayed columns. |
| 10 | +|`created` |Float |The time the timeline was created, using a |
| 11 | +13-digit Epoch timestamp. |
| 12 | +|`createdBy` |String |The user who created the timeline. |
| 13 | +|`dataProviders` |Object[] |The dropzone query. |
| 14 | +|`dateRange` |Object |The timeline's range. |
| 15 | +|`description` |String |The timeline's description. |
| 16 | +|`eventNotes` |Object[] |Ben: ??Notes added to specific events. |
| 17 | +|`eventType` |String a|Event types displayed in the timeline, which can be: |
| 18 | + |
| 19 | +* `all`: all events |
| 20 | +* `raw`: raw events only |
| 21 | +* `signal`: signals only |
| 22 | + |
| 23 | +|`filters` |Object[] |Filters used in addition to the dropzone query. |
| 24 | +|`globalNotes` |Object[] |Notes added to the timeline. |
| 25 | +|`kqlMode` |String a|Determines whether the dropzone queries are filtered (`and`) or additional search results are displayed (`or`), can be: |
| 26 | + |
| 27 | +* `filter`: filters dropzone query results |
| 28 | +* `search`: displays additional search results |
| 29 | + |
| 30 | +|`kqlQuery` |Object |Determines whether additional filters use KQL or Lucene |
| 31 | +queries. |
| 32 | +|`pinnedEventIds` |Object[] |Pinned events |
| 33 | +|`savedObjectId` |String |Saved object ID. |
| 34 | +|`savedQueryId` |String |If used, the saved query ID used to filter or search |
| 35 | +dropzone query results. |
| 36 | +|`sort` |Object |Determines how rows are sorted in the result's grid. |
| 37 | +|`templateTimelineId` |Ben: ??? | |
| 38 | +|`templateTimelineVersion` |Ben: ??? | |
| 39 | +|`timelineType` |String |Ben: ???? |
| 40 | +|`title` |String |The timeline's title. |
| 41 | +|`updated` |Float |The time the timeline was last updated, using a |
| 42 | +13-digit Epoch timestamp. |
| 43 | +|`updatedBy` |String |The user who last updated the timeline. |
| 44 | +|`version` |String |Timeline version. |
| 45 | +|============================================== |
0 commit comments