-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
Description
Today we have the ability for the audit log to record all authentication successes including authentication success on the REST and transport layer. There are use cases where we see a large number of authentication messages being logged due to transport layer authentication. These messages cannot be filtered today without disabling the filtering of all authentication success events.
Disabling all authentication success events isn't a reasonable solution. A possible option is to allow the filtering of transport authentication messages.
There are of course drawbacks to filtering transport authentication messages, it could give an attacker a way to view cluster data without leaving any log messages.
fr-sunkyungchoi