Skip to content

audit events ignore policies: add support for "actions" attribute #37148

@fbaligand

Description

@fbaligand

Currently, through Logfile audit events ignore policies, we can define rules for users, realms, roles or indices.
But we cannot define rules for actions.

Since Kibana now does a lot of actions with generic "kibana" user to know the user privileges, and this, at each user event, it generates a lot of actions not very interesting for audit purpose. And we can add all monitor actions executed by Kibana user.

=> It would be great to add support for actions in audit events ignore policies.

Doing so, we could add some rule like this one :

xpack.security.audit.logfile:
    events.ignore_filters.evict_monitor_actions.actions: ["cluster:monitor/*"]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions