Disable the Privilege Monitoring Engine

POST /api/entity_analytics/monitoring/engine/disable

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
    • error object
      Hide error attribute Show error attribute object
      • message string

        Error message typically only present if the engine is in error state

    • status string Required

      The status of the Privilege Monitoring Engine

      Values are started, error, disabled, or not_installed.

POST /api/entity_analytics/monitoring/engine/disable
curl \
 --request POST 'https://<KIBANA_URL>/api/entity_analytics/monitoring/engine/disable' \
 --header "Authorization: $API_KEY"