DOC Audit security config change#66839
Merged
albertzaharovits merged 69 commits intoelastic:masterfrom Jan 16, 2021
Merged
Conversation
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Contributor
Author
|
Thanks for the thorough review Lisa! |
lcawl
approved these changes
Jan 5, 2021
Contributor
lcawl
left a comment
There was a problem hiding this comment.
Added a fix for table formatting and two minor suggestions. Otherwise, LGTM!
x-pack/docs/en/security/auditing/auditing-search-queries.asciidoc
Outdated
Show resolved
Hide resolved
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Contributor
Author
Niice, thank you! |
tvernum
approved these changes
Jan 15, 2021
x-pack/docs/en/security/auditing/auditing-search-queries.asciidoc
Outdated
Show resolved
Hide resolved
|
|
||
| | `put_user` | ||
| | Logged when the <<security-api-put-user,put user API>> is invoked to create or | ||
| update a native or built-in user. Note that user updates can also change the |
Contributor
There was a problem hiding this comment.
Suggested change
| update a native or built-in user. Note that user updates can also change the | |
| update a native user. Note that user updates can also change the |
You cannot call the put user API on a reserved user.
Contributor
Author
There was a problem hiding this comment.
Ha! yeah, that's right. I think I remember looking specifically about that, but I must've not looked in the transport action for the validation.
Though, technically, the put_user event will be emitted for reserved users too, because auditing happens before validation.
But I'll go with your suggestion.
Co-authored-by: Tim Vernum <tim@adjective.org>
Co-authored-by: Tim Vernum <tim@adjective.org>
Co-authored-by: Tim Vernum <tim@adjective.org>
Co-authored-by: Tim Vernum <tim@adjective.org>
Co-authored-by: Tim Vernum <tim@adjective.org>
Contributor
Author
|
@elasticmachine run elasticsearch-ci/packaging-sample-unix |
albertzaharovits
added a commit
to albertzaharovits/elasticsearch
that referenced
this pull request
Jan 16, 2021
Audit log doc changes about: * the new security_config_change event type (main scope of this PR) * remove mentions of the 6.5 audit format changes (the JSON format) * mention the new archiving and rotation by size (in v8 only) * mention the request.id event attribute used to correlate audit events * mention that audit is only available on certain subscription levels * add an exhaustive audit event example list (because schema became too complex to explain in words 😢 given the new security_config_change events) * move the ignore policies are explained on a separate page (it was collocated with the logfile output since we had multiple outputs and the policies were specific the the logfile only). Co-authored-by: Lisa Cawley lcawley@elastic.co Relates elastic#62916 Closes elastic#29912
This was referenced Jan 16, 2021
albertzaharovits
added a commit
that referenced
this pull request
Jan 16, 2021
Audit log doc changes about: * the new security_config_change event type (main scope of this PR) * remove mentions of the 6.5 audit format changes (the JSON format) * mention the new archiving and rotation by size (in v8 only) * mention the request.id event attribute used to correlate audit events * mention that audit is only available on certain subscription levels * add an exhaustive audit event example list (because schema became too complex to explain in words 😢 given the new security_config_change events) * move the ignore policies are explained on a separate page (it was collocated with the logfile output since we had multiple outputs and the policies were specific the the logfile only). Co-authored-by: Lisa Cawley lcawley@elastic.co Relates #62916 Closes #29912
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Audit log doc changes about:
security_config_changeevent type (main scope of this PR)request.idevent attribute used to correlate audit eventssecurity_config_changeevents)logfileonly).Relates #62916 .
Closes #29912 .
Co-authored-by: Lisa Cawley lcawley@elastic.co
Preview