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
editPin an event to an existing Timeline
editThe Kibana Console supports only Elasticsearch APIs. You cannot interact with the Kibana APIs with the Console and must use curl
or another HTTP tool instead. For more information, refer to Console.
Request 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" }