Read the significant events
Technical Preview; added in 9.1.0
Spaces method and path for this operation:
get /s/{space_id}/api/streams/{name}/significant_events
Refer to Spaces for more information.
Read the significant events
[Required authorization] Route required privileges: read_stream.
GET
/api/streams/{name}/significant_events
curl \
--request GET 'http://localhost:5601/api/streams/{name}/significant_events?from=string&to=string&bucketSize=string' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"