-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add audit events for spaces #86343
Add audit events for spaces #86343
Conversation
@@ -89,9 +88,12 @@ Refer to the corresponding {es} logs for potential write errors. | |||
| `failure` | User is not authorized to create a connector. | |||
|
|||
.2+| `alert_create` | |||
| `unknown` | User is creating an alert rule. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really part of this PR but decided to fix the docs for these since we went with "alert_" rather than "alert_rule_" in the end
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We unfortunately can't backport this PR to 7.11, so we'll need another PR to update the 7.11 version of the docs for alerts
💚 Build SucceededMetrics [docs]Distributable file count
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-security (Team:Security) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - tested locally. Thanks!
@@ -89,9 +88,12 @@ Refer to the corresponding {es} logs for potential write errors. | |||
| `failure` | User is not authorized to create a connector. | |||
|
|||
.2+| `alert_create` | |||
| `unknown` | User is creating an alert rule. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We unfortunately can't backport this PR to 7.11, so we'll need another PR to update the 7.11 version of the docs for alerts
* Add audit events for spaces * fix eslint error
Summary
Adds audit events for spaces CRUD operations.
Checklist
Delete any items that are not applicable to this PR.