Resync streams
Technical Preview
Resyncs all streams, making sure that Elasticsearch assets are up to date
[Required authorization] Route required privileges: manage_stream.
POST
/api/streams/_resync
curl \
--request POST 'https://localhost:5601/api/streams/_resync' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true"