Skip to content

Commit 54ce202

Browse files
openshift-cherrypick-robotGitHub Actions
andauthored
RHIDP-6423 Remove references to the custom auditor implementation (#1080)
Co-authored-by: GitHub Actions <[email protected]>
1 parent c9b7600 commit 54ce202

File tree

6 files changed

+4
-101
lines changed

6 files changed

+4
-101
lines changed

assemblies/assembly-audit-log.adoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,9 @@ Audit logs are not forwarded to the internal log store by default because this d
3030
.Additional resources
3131

3232
* For more information about logging in {ocp-short}, see link:https://docs.openshift.com/container-platform/latest/observability/logging/cluster-logging.html[About Logging]
33-
* For a complete list of fields that a {product-short} audit log can include, see xref:ref-audit-log-fields.adoc_{context}[]
34-
* For a list of scaffolder events that a {product-short} audit log can include, see xref:ref-audit-log-scaffolder-events.adoc_{context}[]
3533

3634
include::modules/observe/con-audit-log-config.adoc[]
3735

3836
include::modules/observe/proc-forward-audit-log-splunk.adoc[leveloffset=+2]
3937

40-
include::modules/observe/proc-audit-log-view.adoc[]
41-
42-
include::modules/observe/ref-audit-log-fields.adoc[leveloffset=+2]
43-
44-
include::modules/observe/ref-audit-log-scaffolder-events.adoc[leveloffset=+2]
45-
46-
include::modules/observe/ref-audit-log-catalog-events.adoc[leveloffset=+2]
38+
include::modules/observe/proc-audit-log-view.adoc[]

modules/observe/proc-audit-log-view.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="proc-audit-log-view_{context}"]
66
= Viewing audit logs in {product-short}
77

8-
Administrators can view, search, filter, and manage the log data from the {ocp-brand-name} web console. You can filter audit logs from other log types by using the `isAuditLog` field.
8+
Administrators can view, search, filter, and manage the log data from the {ocp-brand-name} web console. You can filter audit logs from other log types by using the `isAuditEvent` field.
99

1010
.Prerequisites
1111
* You are logged in as an administrator in the {ocp-short} web console.
@@ -16,4 +16,4 @@ Administrators can view, search, filter, and manage the log data from the {ocp-b
1616
. From the *Topology* view, click the pod that you want to view audit log data for.
1717
. From the pod panel, click the *Resources* tab.
1818
. From the *Pods* section of the *Resources* tab, click *View logs*.
19-
. From the *Logs* view, enter `isAuditLog` into the *Search* field to filter audit logs from other log types. You can use the arrows to browse the logs containing the `isAuditLog` field.
19+
. From the *Logs* view, enter `isAuditEvent` into the *Search* field to filter audit logs from other log types. You can use the arrows to browse the logs containing the `isAuditEvent` field.

modules/observe/proc-forward-audit-log-splunk.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ filters:
130130
drop:
131131
- test:
132132
- field: .message
133-
notMatches: isAuditLog
133+
notMatches: isAuditEvent
134134
----
135135
For more information, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/logging/index#logging-content-filtering[Filtering logs by content] in {ocp-short} documentation.
136136
--

modules/observe/ref-audit-log-catalog-events.adoc

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

modules/observe/ref-audit-log-fields.adoc

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

modules/observe/ref-audit-log-scaffolder-events.adoc

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

0 commit comments

Comments
 (0)