IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Pin an event to an existing Timeline
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Pin an event to an existing Timeline
editRequest URL
editPATCH <kibana host>:<port>/api/pinned_event
Request body
editName | Type | Description | Required |
---|---|---|---|
|
String |
Each document has an |
Yes |
|
String |
A pinned event |
No |
|
String |
The |
Yes |
Example requests
editExample 1
Pin an event to an existing Timeline:
PATCH api/pinned_event { "eventId":"LRuPFXkBVs8glbN0jXtI", "timelineId":"b2c103b0-a79d-11eb-9dce-0f3114099868" }
Example 2
Unpin an event:
PATCH api/pinned_event { "eventId":"LRuPFXkBVs8glbN0jXtI", "pinnedEventId":"9bc11e40-b312-11eb-8078-5b983613cc0f", "timelineId":"b2c103b0-a79d-11eb-9dce-0f3114099868" }