Resync streams Technical Preview

POST /api/streams/_resync

Resyncs all streams, making sure that Elasticsearch assets are up to date

Headers

  • kbn-xsrf string Required

    A required header to protect against CSRF attacks

application/json

Body

object object

Additional properties are NOT allowed.

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
{}