Skip to content

Commit 742f412

Browse files
committed
Removed unnecessary inclusion, minor editing
1 parent 1537c80 commit 742f412

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

modules/cluster-logging-collector-log-forwarding-about.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
To send logs to specific endpoints inside and outside your {product-title} cluster, you specify a combination of _outputs_ and _pipelines_ in a `ClusterLogForwarder` custom resource (CR). You can also use _inputs_ to forward the application logs associated with a specific project to an endpoint. Authentication is provided by a Kubernetes _Secret_ object.
66

7-
include::snippets/audit-logs-default.adoc[]
8-
97
_pipeline_:: Defines simple routing from one log type to one or more outputs, or which logs you want to send. The log types are one of the following:
108
+
119
--

snippets/audit-logs-default.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
In a {logging} deployment, container and infrastructure logs are forwarded to the internal log store defined in the `ClusterLogging` custom resource (CR) by default.
99

10-
Audit logs are not forwarded to the internal log store by default because this does not provide secure storage. Ensure that the system to which you forward audit logs is compliant with your organizational and governmental regulations and is properly secured.
10+
Audit logs are not forwarded to the internal log store by default because this does not provide secure storage. You are responsible for ensuring that the system to which you forward audit logs is compliant with your organizational and governmental regulations, and is properly secured.
1111

1212
If this default configuration meets your needs, you do not need to configure a `ClusterLogForwarder` CR. If a `ClusterLogForwarder` CR exists, logs are not forwarded to the internal log store unless a pipeline is defined that contains the `default` output.

0 commit comments

Comments
 (0)