Skip to content

Commit 079ad7a

Browse files
authored
Merge pull request #26899 from mburke5678/logging-add-components
adding log forwarding and links to Understanding cluster logging
2 parents 5c4fc2a + 4ee9daa commit 079ad7a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

logging/cluster-logging.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,26 @@ endif::[]
4646

4747
include::modules/cluster-logging-about.adoc[leveloffset=+1]
4848

49+
For information, see xref:../logging/cluster-logging-deploying.adoc#cluster-logging-deploying[Configuring the log collector].
50+
4951
include::modules/cluster-logging-about-components.adoc[leveloffset=+2]
5052

5153
include::modules/cluster-logging-about-collector.adoc[leveloffset=+2]
5254

55+
For information, see xref:../logging/config/cluster-logging-collector.adoc#cluster-logging-collector[Configuring the log collector].
56+
5357
include::modules/cluster-logging-about-logstore.adoc[leveloffset=+2]
5458

59+
For information, see xref:../logging/config/cluster-logging-log-store.adoc#cluster-logging-store[Configuring the log store].
60+
5561
include::modules/cluster-logging-about-visualizer.adoc[leveloffset=+2]
5662

63+
For information, see xref:../logging/config/cluster-logging-visualizer.adoc#cluster-logging-visualizer[Configuring the log visualizer].
64+
5765
include::modules/cluster-logging-eventrouter-about.adoc[leveloffset=+2]
5866

67+
For information, see xref:../logging/cluster-logging-eventrouter.adoc#cluster-logging-eventrouter[Collecting and storing Kubernetes events].
68+
69+
include::modules/cluster-logging-forwarding-about.adoc[leveloffset=+2]
5970

71+
For information, see xref:../logging/cluster-logging-external.adoc#cluster-logging-external[Forwarding logs to third party systems].
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * logging/cluster-logging.adoc
4+
5+
[id="cluster-logging-forwarding-about_{context}"]
6+
= About log forwarding
7+
8+
By default, {product-title} cluster logging sends logs to the default internal Elasticsearch log store, defined in the Cluster Logging Custom Resource. If you want to forward logs to other log aggregators, you can use the log forwarding features to send logs to specific endpoints within or outside your cluster.
9+

0 commit comments

Comments
 (0)