elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.69k stars 8.24k forks source link

Move Security's `audit` service from the `setup` to the `start` contract. #138842

Open legrego opened 2 years ago

legrego commented 2 years ago

Kibana's audit logging service is currently exposed under the security plugin's setup contract. We should deprecate this existing API, and expose its replacement via the start contract.

Relates to https://github.com/elastic/kibana/issues/66405

elasticmachine commented 2 years ago

Pinging @elastic/kibana-security (Team:Security)