Skip to content

Commit 5fd4fb4

Browse files
[7.x] ECS audit logging (#74640) (#80921)
* ECS audit logging (#74640) * ECS audit logging * Apply suggestions from code review Co-authored-by: Larry Gregory <larry.gregory@elastic.co> * Update x-pack/plugins/security/server/authentication/audit_events.ts Co-authored-by: Larry Gregory <larry.gregory@elastic.co> * Update docs/settings/security-settings.asciidoc Co-authored-by: Larry Gregory <larry.gregory@elastic.co> * remove audit trail service from core * fix test * Updated docs and added beta warning * Added dev docs * Tweaks * Plugin list changes * Apply suggestions from technical writers Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> * Added docs suggestion * Added api integration tests * Added suggestions from platform team * Update x-pack/plugins/security/server/audit/audit_service.test.ts Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> * Update x-pack/plugins/security/server/audit/audit_service.test.ts Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> * Update x-pack/plugins/security/server/audit/audit_service.test.ts Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> * Update docs/user/security/audit-logging.asciidoc Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> * Update docs/settings/security-settings.asciidoc Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> * Update x-pack/plugins/security/server/config.ts Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> * Added suggestions from PR * Grouped events table * Update x-pack/plugins/security/server/audit/audit_events.ts Co-authored-by: Larry Gregory <larry.gregory@elastic.co> * Update x-pack/plugins/security/server/audit/audit_events.ts Co-authored-by: Larry Gregory <larry.gregory@elastic.co> * Fixed ECS version number in docs Co-authored-by: Larry Gregory <larry.gregory@elastic.co> * Added suggestions from code review * Removed beta * Added suggestions from code review Co-authored-by: Larry Gregory <larry.gregory@elastic.co> Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> # Conflicts: # x-pack/plugins/security/server/config.test.ts # x-pack/scripts/functional_tests.js * Fix tests * Fix audit logger logging to console even when disabled Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
1 parent a547801 commit 5fd4fb4

93 files changed

Lines changed: 2439 additions & 2021 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/developer/plugin-list.asciidoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,6 @@ which will load the visualization's editor.
286286
|To access an elasticsearch instance that has live data you have two options:
287287
288288
289-
|{kib-repo}blob/{branch}/x-pack/plugins/audit_trail[auditTrail]
290-
|WARNING: Missing README.
291-
292-
293289
|{kib-repo}blob/{branch}/x-pack/plugins/beats_management/readme.md[beatsManagement]
294290
|Notes:
295291
Failure to have auth enabled in Kibana will make for a broken UI. UI-based errors not yet in place
@@ -469,7 +465,8 @@ Elastic.
469465
470466
471467
|{kib-repo}blob/{branch}/x-pack/plugins/security/README.md[security]
472-
|See Configuring security in Kibana.
468+
|See Configuring security in
469+
Kibana.
473470
474471
475472
|{kib-repo}blob/{branch}/x-pack/plugins/security_solution/README.md[securitySolution]

docs/development/core/server/kibana-plugin-core-server.auditableevent.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/development/core/server/kibana-plugin-core-server.auditableevent.message.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/development/core/server/kibana-plugin-core-server.auditableevent.type.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/development/core/server/kibana-plugin-core-server.auditor.add.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/development/core/server/kibana-plugin-core-server.auditor.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/development/core/server/kibana-plugin-core-server.auditor.withauditscope.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/development/core/server/kibana-plugin-core-server.auditorfactory.asscoped.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/development/core/server/kibana-plugin-core-server.auditorfactory.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/development/core/server/kibana-plugin-core-server.audittrailsetup.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)