elastic / kibana

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

[ResponseOps] change audit log usage to use core instead of security plugin #187358

Open pmuellr opened 5 days ago

pmuellr commented 5 days ago

From issue: https://github.com/elastic/kibana/pull/187020

The audit log service is available in CoreStart: https://github.com/elastic/kibana/pull/181644.

In 9.0, all the Security APIs should be accessed through Core. These things should be done before 9.0, so that backporting the future fixes doesn't become a pain.

I assume there are hits in both the alerting and actions plugins, I think they can be made at the same time.

elasticmachine commented 5 days ago

Pinging @elastic/response-ops (Team:ResponseOps)