You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/cephadm/services/monitoring.rst
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ retrieve the current credentials.
119
119
Centralized Logging in Ceph
120
120
~~~~~~~~~~~~~~~~~~~~~~~~~~~
121
121
122
-
Ceph now provides centralized logging with Loki & Promtail. Centralized Log Management (CLM) consolidates all log data and pushes it to a central repository,
122
+
Ceph now provides centralized logging with Loki and Alloy. Centralized Log Management (CLM) consolidates all log data and pushes it to a central repository,
123
123
with an accessible and easy-to-use interface. Centralized logging is designed to make your life easier.
124
124
Some of the advantages are:
125
125
@@ -128,13 +128,12 @@ Some of the advantages are:
128
128
#. **Flexible retention policies**: with per-daemon logs, log rotation is usually set to a short interval (1-2 weeks) to save disk usage.
129
129
#. **Increased security & backup**: logs can contain sensitive information and expose usage patterns. Additionally, centralized logging allows for HA, etc.
130
130
131
-
Centralized Logging in Ceph is implemented using two new services - ``loki`` & ``promtail``.
131
+
Centralized Logging in Ceph is implemented using two services: ``loki`` and ``alloy``.
132
132
133
-
Loki: It is basically a log aggregation system and is used to query logs. It can be configured as a datasource in Grafana.
133
+
* Loki is a log aggregation system and is used to query logs. It can be configured as a ``datasource`` in Grafana.
134
+
* Alloy acts as an agent that gathers logs from each node and forwards them to Loki.
134
135
135
-
Promtail: It acts as an agent that gathers logs from the system and makes them available to Loki.
136
-
137
-
These two services are not deployed by default in a Ceph cluster. To enable the centralized logging you can follow the steps mentioned here :ref:`centralized-logging`.
136
+
These two services are not deployed by default in a Ceph cluster. To enable centralized logging you can follow the steps mentioned here :ref:`centralized-logging`.
0 commit comments