Deprecate index audit output type#37301
Deprecate index audit output type#37301albertzaharovits wants to merge 2 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/es-security |
|
The beats work to handle this deprecation is close to being done: elastic/beats#8852 |
jaymode
left a comment
There was a problem hiding this comment.
Sorry I was too quick with the LGTM. This should also add a check in NodeDeprecationChecks
|
Ah, right. |
|
@jaymode I went for a new PR to add the |
This PR deprecates the index audit output.
In general, the problem with it is that event indexing can be slower than the rate with which audit events are generated, especially during the daily rollovers or the rolling cluster upgrades. In this situation audit events will be lost which is a terrible failure case for an audit system.
I will follow-up with the removal PR for 7.0 .
Relates #29881
CC @ycombinator