This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Add a note to an existing Timeline
editAdd a note to an existing Timeline
editAdd a note to an existing Timeline or Timeline event.
Request URL
editPATCH <kibana host>:<port>/api/note
Request body
editA JSON object defining the note content to be added.
Name | Type | Description | Required |
---|---|---|---|
|
A note added to a specific Timeline event
|
Yes |
Example requests
editExample 1
Add a note to an existing Timeline event:
PATCH api/note { "note":{ "eventId":"dDaPFXkB-qWtr5vqlN9o", "note":"My note", "timelineId":"b2c103b0-a79d-11eb-9dce-0f3114099868" } }
Example 2
Add a note to an existing Timeline:
PATCH api/note { "note":{ "note":"My note", "timelineId":"b2c103b0-a79d-11eb-9dce-0f3114099868" } }