Skip to content

Commit 9650bb3

Browse files
committed
Incorporated review comments
1 parent a6abe62 commit 9650bb3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[id='proc-forward-audit-log-splunk_{context}']
22
= Forwarding {product} audit logs to Splunk
33

4-
You can use the {logging-brand-name} ({logging-short}) Operator and `ClusterLogForwarder` to capture the streamed audit logs from a {product-short} instance and forward them to the HTTPS endpoint associated with your Splunk instance.
4+
You can use the {logging-brand-name} ({logging-short}) Operator and a `ClusterLogForwarder` instance to capture the streamed audit logs from a {product-short} instance and forward them to the HTTPS endpoint associated with your Splunk instance.
55

66
.Prerequisites
77

88
* You have a cluster running on a supported {ocp-short} version.
99
* You have an account with `cluster-admin` privileges.
10-
* You have a Splunk Cloud account.
10+
* You have a Splunk Cloud account or Splunk Enterprise installation.
1111

1212
.Procedure
1313

@@ -146,7 +146,7 @@ pipelines:
146146
oc apply -f <ClusterLogForwarder-configuration.yaml>
147147
----
148148
--
149-
. Optional: Customize your `ClusterLogForwarder` pods using the following options:
149+
. Optional: To reduce the risk of log loss, configure your `ClusterLogForwarder` pods using the following options:
150150
.. Define the resource requests and limits for the log collector as follows:
151151
+
152152
--
@@ -172,11 +172,13 @@ collector:
172172
[source,yaml]
173173
----
174174
tuning:
175-
delivery: AtLeastOnce
175+
delivery: AtLeastOnce <1>
176176
compression: none
177177
minRetryDuration: 1s
178178
maxRetryDuration: 10s
179179
----
180+
181+
<1> `AtLeastOnce` delivery mode means that if the log forwarder crashes or is restarted, any logs that were read before the crash but not sent to their destination are re-sent. It is possible that some logs are duplicated after a crash.
180182
--
181183

182184
.Verification

0 commit comments

Comments
 (0)