significant_events
Upsert a query to a stream
Spaces method and path for this operation:
<div><span class="operation-verb put">put</span> <span class="operation-path">/s/{space_id}/api/streams/{name}/queries/{queryId}</span></div>Refer to Spaces for more information.
Adds a query to a stream. Noop if the query is already present on the stream.<br/><br/>[Required authorization] Route required privileges: manage_stream.
put/api/streams/{name}/queries/{queryId}
Path parameters
namestring required
The name of the stream.
queryIdstring required
The identifier of the query.
Headers
kbn-xsrfstring required
Example:true
A required header to protect against CSRF attacks
Request body
Response
The query was added or updated successfully.
Changes
No recorded changes to this endpoint across all 92 revisions of this API.