Skip to content
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 correlation section to audit logging docs #123757

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

jportner
Copy link
Contributor

@jportner jportner commented Jan 25, 2022

Related to: #123737

This PR updates the audit logging docs to include more details about how audit events can be correlated.

Docs preview link: https://kibana_123757.docs-preview.app.elstc.co/diff

Note: the backports to 7.17 and earlier will need to have the "Correlating audit events" section header changed to "Correlating ECS audit events"

@jportner jportner added Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more! release_note:skip Skip the PR/issue when compiling release notes docs v7.11.3 v7.12.2 v7.13.5 v8.1.0 v7.14.3 v7.15.3 v7.17.0 v7.16.4 v8.0.1 labels Jan 25, 2022
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@jportner jportner requested a review from legrego January 25, 2022 19:46
@jportner jportner marked this pull request as ready for review January 26, 2022 13:21
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-security (Team:Security)

Copy link
Member

@legrego legrego left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

{"event":{"action":"http_request","category":["web"],"outcome":"unknown"},"http":{"request":{"method":"post"}},"url":{"domain":"localhost","path":"/api/alerting/rule","port":5601,"scheme":"https"},"user":{"name":"thom","roles":["superuser"]},"kibana":{"space_id":"default","session_id":"3dHCZRB..."},"@timestamp":"2022-01-25T13:05:34.449-05:00","message":"User is requesting [/api/alerting/rule] endpoint","trace":{"id":"e300e06..."}}
{"event":{"action":"space_get","category":["database"],"type":["access"],"outcome":"success"},"kibana":{"space_id":"default","session_id":"3dHCZRB...","saved_object":{"type":"space","id":"default"}},"user":{"name":"thom","roles":["superuser"]},"@timestamp":"2022-01-25T13:05:34.454-05:00","message":"User has accessed space [id=default]","trace":{"id":"e300e06..."}}
{"event":{"action":"connector_get","category":["database"],"type":["access"],"outcome":"success"},"kibana":{"space_id":"default","session_id":"3dHCZRB...","saved_object":{"type":"action","id":"5e3b1ae..."}},"user":{"name":"thom","roles":["superuser"]},"@timestamp":"2022-01-25T13:05:34.948-05:00","message":"User has accessed connector [id=5e3b1ae...]","trace":{"id":"e300e06..."}}
{"event":{"action":"connector_get","category":["database"],"type":["access"],"outcome":"success"},"kibana":{"space_id":"default","session_id":"3dHCZRB...","saved_object":{"type":"action","id":"5e3b1ae..."}},"user":{"name":"thom","roles":["superuser"]},"@timestamp":"2022-01-25T13:05:34.956-05:00","message":"User has accessed connector [id=5e3b1ae...]","trace":{"id":"e300e06..."}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of scope for this PR, but do you know why we are accessing the same connector twice? That feels like a bug, or at the very least unnecessary overhead.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great minds think alike! I opened a GH issue for this yesterday: #123753

It's not a bug but it is unnecessary overhead IMO.

@jportner jportner merged commit 6e4c311 into elastic:main Jan 26, 2022
@jportner jportner deleted the update-audit-logging-docs branch January 26, 2022 13:54
jportner added a commit to jportner/kibana that referenced this pull request Jan 26, 2022
jportner added a commit to jportner/kibana that referenced this pull request Jan 26, 2022
jportner added a commit that referenced this pull request Jan 26, 2022
jportner added a commit that referenced this pull request Jan 26, 2022
* Add correlation section to audit logging docs (#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"
jportner added a commit to jportner/kibana that referenced this pull request Jan 26, 2022
…elastic#123830)

* Add correlation section to audit logging docs (elastic#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"

(cherry picked from commit 8241279)
jportner added a commit to jportner/kibana that referenced this pull request Jan 26, 2022
…elastic#123830)

* Add correlation section to audit logging docs (elastic#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"

(cherry picked from commit 8241279)
jportner added a commit to jportner/kibana that referenced this pull request Jan 26, 2022
…elastic#123830)

* Add correlation section to audit logging docs (elastic#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"

(cherry picked from commit 8241279)
jportner added a commit to jportner/kibana that referenced this pull request Jan 26, 2022
…elastic#123830)

* Add correlation section to audit logging docs (elastic#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"

(cherry picked from commit 8241279)
jportner added a commit to jportner/kibana that referenced this pull request Jan 26, 2022
…elastic#123830)

* Add correlation section to audit logging docs (elastic#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"

(cherry picked from commit 8241279)
jportner added a commit to jportner/kibana that referenced this pull request Jan 26, 2022
…elastic#123830)

* Add correlation section to audit logging docs (elastic#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"

(cherry picked from commit 8241279)
jportner added a commit that referenced this pull request Jan 26, 2022
…) (#123831)

* Add correlation section to audit logging docs (#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"

(cherry picked from commit 8241279)
jportner added a commit that referenced this pull request Jan 26, 2022
…) (#123832)

* Add correlation section to audit logging docs (#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"

(cherry picked from commit 8241279)
jportner added a commit that referenced this pull request Jan 26, 2022
…) (#123833)

* Add correlation section to audit logging docs (#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"

(cherry picked from commit 8241279)
jportner added a commit that referenced this pull request Jan 26, 2022
…) (#123836)

* Add correlation section to audit logging docs (#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"

(cherry picked from commit 8241279)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
jportner added a commit that referenced this pull request Jan 26, 2022
…) (#123835)

* Add correlation section to audit logging docs (#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"

(cherry picked from commit 8241279)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
jportner added a commit that referenced this pull request Feb 1, 2022
…) (#123834)

* Add correlation section to audit logging docs (#123757)

(cherry picked from commit 6e4c311)

* "Correlating audit events" -> "Correlating ECS audit events"

(cherry picked from commit 8241279)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs release_note:skip Skip the PR/issue when compiling release notes Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more! v7.11.3 v7.12.2 v7.13.5 v7.14.3 v7.15.3 v7.16.4 v7.17.0 v8.0.1 v8.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants