One of the Audit Logging requirement is:
fail-safe to stop the Kibana process if audit records cannot be written
Kibana doesn't provide such API at the moment.
Receiving shutdown command, Kibana server should:
- stop handling incoming requests from the client
- inform the client that Kibana is shutting down
- respond with error to all pending requests
- finish all long-running processes
- run
stop lifecycle
One of the Audit Logging requirement is:
Kibana doesn't provide such API at the moment.
Receiving
shutdowncommand, Kibana server should:stoplifecycle