Skip to content

Commit b9d5dec

Browse files
authored
Merge pull request #73793 from eromanova97/OBSDOCS-732
OBSDOCS-732: Update monitoring glossary for logging components
2 parents c51c195 + af7acd3 commit b9d5dec

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

modules/monitoring-common-terms.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ etcd::
3333
etcd is the key-value store for {product-title}, which stores the state of all resource objects.
3434

3535
Fluentd::
36-
Fluentd gathers logs from nodes and feeds them to Elasticsearch.
36+
Fluentd is a log collector that resides on each {product-title} node. It gathers application, infrastructure, and audit logs and forwards them to different outputs.
37+
+
38+
--
39+
include::snippets/logging-fluentd-dep-snip.adoc[]
40+
--
3741

3842
Kubelets::
3943
Runs on nodes and reads the container manifests. Ensures that the defined containers have started and are running.
@@ -95,5 +99,8 @@ You can manage container storage for persistent and non-persistent data in an {p
9599
Thanos Ruler::
96100
The Thanos Ruler is a rule evaluation engine for Prometheus that is deployed as a separate process. In {product-title}, Thanos Ruler provides rule and alerting evaluation for the monitoring of user-defined projects.
97101

102+
Vector::
103+
Vector is a log collector that deploys to each {product-title} node. It collects log data from each node, transforms the data, and forwards it to configured outputs.
104+
98105
web console::
99106
A user interface (UI) to manage {product-title}.

snippets/logging-fluentd-dep-snip.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
[NOTE]
1212
====
13-
Fluentd is deprecated and is planned to be removed in a future release. Red Hat provides bug fixes and support for this feature during the current release lifecycle, but this feature no longer receives enhancements. As an alternative to Fluentd, you can use Vector instead.
13+
Fluentd is deprecated and is planned to be removed in a future release. Red{nbsp}Hat provides bug fixes and support for this feature during the current release lifecycle, but this feature no longer receives enhancements. As an alternative to Fluentd, you can use Vector instead.
1414
====

0 commit comments

Comments
 (0)