Skip to content

Commit

Permalink
fixup! Update audit documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfreden committed Jan 11, 2024
1 parent 4fa520e commit dbd1b98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/security/auditing/event-types.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ event action.
"applications":[],"run_as":[]},{"cluster":["all"],"indices":[{"names":
["index-b*"],"privileges":["all"]}],"applications":[],"run_as":[]}],
"metadata":{"application":"my-application","environment":{"level": 1,
"tags":["dev","staging"]}}}}}
"tags":["dev","staging"]}},"expiration":"10d"}}}
====

[[event-change-apikeys]]
Expand All @@ -281,7 +281,7 @@ event action.
"applications":[],"run_as":[]},{"cluster":["all"],"indices":[{"names":
["index-b*"],"privileges":["all"]}],"applications":[],"run_as":[]}],
"metadata":{"application":"my-application","environment":{"level":1,
"tags":["dev","staging"]}}}}}
"tags":["dev","staging"]}},"expiration":"10d"}}}
====

[[event-delete-privileges]]
Expand Down Expand Up @@ -797,7 +797,7 @@ The `role_descriptors` objects have the same schema as the `role_descriptor`
object that is part of the above `role` config object.

The object for an API key update will differ in that it will not include
a `name` or `expiration`.
a `name`.

`grant` :: An object like:
+
Expand Down

0 comments on commit dbd1b98

Please sign in to comment.