mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
[Cases] Updating the audit log docs (#160335)
This PR updates the security audit logs with some cases values. We added a new operation for retrieving the `categories` of a case and the users associated with a case.
This commit is contained in:
parent
cc5dca28ac
commit
2bf4ed4813
1 changed files with 8 additions and 0 deletions
|
@ -392,6 +392,10 @@ Refer to the corresponding {es} logs for potential write errors.
|
|||
| `success` | User has accessed a case comment as part of a search operation.
|
||||
| `failure` | User is not authorized to search for case comments.
|
||||
|
||||
.2+| `case_categories_get`
|
||||
| `success` | User has accessed a case.
|
||||
| `failure` | User is not authorized to access a case.
|
||||
|
||||
.2+| `case_tags_get`
|
||||
| `success` | User has accessed a case.
|
||||
| `failure` | User is not authorized to access a case.
|
||||
|
@ -416,6 +420,10 @@ Refer to the corresponding {es} logs for potential write errors.
|
|||
| `success` | User has accessed metrics for the user activity of a case.
|
||||
| `failure` | User is not authorized to access metrics for the user activity of a case.
|
||||
|
||||
.2+| `case_user_action_get_users`
|
||||
| `success` | User has accessed the users associated with a case.
|
||||
| `failure` | User is not authorized to access the users associated with a case.
|
||||
|
||||
.2+| `case_connectors_get`
|
||||
| `success` | User has accessed the connectors of a case.
|
||||
| `failure` | User is not authorized to access the connectors of a case.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue