Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Mar 14, 2022
1 parent 7501057 commit 2a9a284
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/user/security/audit-logging.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ Refer to the corresponding {es} logs for potential write errors.
| `success` | User has accessed a rule.
| `failure` | User is not authorized to access a rule.

.2+| `rule_get_execution_log`
| `success` | User has accessed execution log for a rule.
| `failure` | User is not authorized to access execution log for a rule.

.2+| `rule_find`
| `success` | User has accessed a rule as part of a search operation.
| `failure` | User is not authorized to search for rules.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const eventVerbs: Record<RuleAuditAction, VerbsTuple> = {
rule_aggregate: ['access', 'accessing', 'accessed'],
rule_get_execution_log: [
'access execution log for',
'accessing executiog log for',
'accessing execution log for',
'accessed execution log for',
],
};
Expand Down

0 comments on commit 2a9a284

Please sign in to comment.