Apply DataView indices to all installed engines

POST /api/entity_store/engines/apply_dataview_indices

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
    • result array[object]
      Hide result attributes Show result attributes object
      • changes object
        Hide changes attribute Show changes attribute object
        • indexPatterns array[string]
      • type string Required
    • success boolean
  • 207 application/json

    Partial successful response

    Hide response attributes Show response attributes object
    • errors array[string]
    • result array[object]
      Hide result attributes Show result attributes object
      • changes object
        Hide changes attribute Show changes attribute object
        • indexPatterns array[string]
      • type string Required
    • success boolean
  • 500 application/json

    Error response

    Hide response attributes Show response attributes object
    • body string
    • statusCode number
POST /api/entity_store/engines/apply_dataview_indices
curl \
 --request POST 'https://<KIBANA_URL>/api/entity_store/engines/apply_dataview_indices' \
 --header "Authorization: $API_KEY"