|
13 | 13 | |`dataProviders` |Object[] |The dropzone query. |
14 | 14 | |`dateRange` |Object |The timeline's range. |
15 | 15 | |`description` |String |The timeline's description. |
16 | | -|`eventNotes` |Object[] |Ben: ??Notes added to specific events. |
| 16 | +|`eventNotes` |Object[] |Notes added to specific events in the timeline. |
17 | 17 | |`eventType` |String a|Event types displayed in the timeline, which can be: |
18 | 18 |
|
19 | 19 | * `all`: all events |
20 | 20 | * `raw`: raw events only |
21 | 21 | * `signal`: signals only |
22 | 22 |
|
| 23 | +|`favorite` |Object[] |Indicates who and marked a timeline as a favorite. |
23 | 24 | |`filters` |Object[] |Filters used in addition to the dropzone query. |
24 | 25 | |`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 | +|`kqlMode` |String a|Indicates whether the dropzone queries are filtered (`and`) or additional search results are displayed (`or`), can be: |
26 | 27 |
|
27 | 28 | * `filter`: filters dropzone query results |
28 | 29 | * `search`: displays additional search results |
29 | 30 |
|
30 | | -|`kqlQuery` |Object |Determines whether additional filters use KQL or Lucene |
| 31 | +|`kqlQuery` |Object |Indicates whether additional filters use KQL or Lucene |
31 | 32 | queries. |
32 | | -|`pinnedEventIds` |Object[] |Pinned events |
| 33 | +|`pinnedEventIds` |Object[] |Pinned row IDs. |
33 | 34 | |`savedObjectId` |String |Saved object ID. |
34 | 35 | |`savedQueryId` |String |If used, the saved query ID used to filter or search |
35 | 36 | dropzone query results. |
36 | | -|`sort` |Object |Determines how rows are sorted in the result's grid. |
| 37 | +|`sort` |Object |Indicates how rows are sorted in the result's grid. |
| 38 | +|`status` |String |Ben: ??? |
37 | 39 | |`templateTimelineId` |Ben: ??? | |
38 | 40 | |`templateTimelineVersion` |Ben: ??? | |
39 | 41 | |`timelineType` |String |Ben: ???? |
40 | 42 | |`title` |String |The timeline's title. |
41 | | -|`updated` |Float |The time the timeline was last updated, using a |
| 43 | +|`updated` |Float |The last time the timeline was last updated, using a |
42 | 44 | 13-digit Epoch timestamp. |
43 | 45 | |`updatedBy` |String |The user who last updated the timeline. |
44 | | -|`version` |String |Timeline version. |
| 46 | +|`version` |String |The timeline's version. |
45 | 47 | |============================================== |
0 commit comments