elastic/kibana
View on GitHubMove Security's `audit` service from the `setup` to the `start` contract.
Open
#138,842 opened on Aug 15, 2022
Feature:Security/AuditTeam:Securitychoregood first issuetechnical debt
Repository metrics
- Stars
- (19,065 stars)
- PR merge metrics
- (Avg merge 1d 16h) (999 merged PRs in 30d)
Description
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.