Resync streams
Technical Preview
Resyncs all streams, making sure that Elasticsearch assets are up to date
POST
/api/streams/_resync
curl \
--request POST 'http://localhost:5622/api/streams/_resync' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true"
Request examples
# Headers
kbn-xsrf: true
# Payload
{}