elastic/kibana

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

Open

#138,842 opened on Aug 15, 2022

View on GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (8,021 forks)batch import
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.

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

Contributor guide