Skip to content

Commit 889fe4e

Browse files
authored
Merge pull request #20175 from mburke5678/BZ-1792999
Sending a copy of the logs to an external log aggregator while keeping the logs local
2 parents ab2a155 + da071e3 commit 889fe4e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/cluster-logging-collector-external.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@
66
= Configuring the Fluentd out_forward plug-in to send logs to an external log aggregator
77

88
You can configure Fluentd to send a copy of its logs to an external log
9-
aggregator, and not the default Elasticsearch, using the *forward*
9+
aggregator instead of the default Elasticsearch instance using the Fluentd *forward*
1010
plug-in. From there, you can further process log records after the locally
1111
hosted Fluentd has processed them.
1212

13+
[NOTE]
14+
====
15+
You can configure {product-title} to send logs to both the internal Elasticsearch instance and an outside log aggregator using the '@type copy' plug-in within the Fluentd `output-application` configuration file. Specific instructions for this configuration are beyond the scope of this documentation.
16+
====
17+
1318
In this documentation, the {product-title} cluster is called the _sender_ and the external aggregator is called the _receiver_.
1419

1520
[NOTE]

0 commit comments

Comments
 (0)