]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr: remove section absent from pacific 47823/head
authorZac Dover <zac.dover@gmail.com>
Fri, 2 Sep 2022 19:18:03 +0000 (05:18 +1000)
committerZac Dover <zac.dover@gmail.com>
Fri, 2 Sep 2022 19:18:03 +0000 (05:18 +1000)
This removes a section that is not in Pacific.

This is an alteration to the simple backport from
the main branch.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/mgr/dashboard.rst

index b8e42bab162955b2a53b6ef43795141180cde061..393063e05fd3901dae2a3b8f77c82808aad56e5f 100644 (file)
@@ -1554,37 +1554,6 @@ something like this:
 
 .. _centralized-logging:
 
-Enable Centralized Logging in Dashboard
-"""""""""""""""""""""""""""""""""""""""
-
-To learn more about centralized logging, see :ref:`cephadm-monitoring-centralized-logs`
-
-1. Create the Loki service on any particular host using "Create Services" option.
-
-2. Similarly create the Promtail service which will be by default deployed 
-   on all the running hosts.
-
-3. To see debug-level messages as well as info-level events, run the following command via CLI:
-
-   .. prompt:: bash $
-
-      ceph config set mgr mgr/cephadm/log_to_cluster_level debug
-
-4. To enable logging to files, run the following commands via CLI:
-
-   .. prompt:: bash $
-
-      ceph config set global log_to_file true
-      ceph config set global mon_cluster_log_to_file true
-
-5. Click on the Daemon Logs tab under Cluster -> Logs.
-
-6. You can find some pre-defined labels there on clicking the Log browser button such as filename,
-   job etc that can help you query the logs at one go.
-
-7. You can query the logs with LogQL for advanced search and perform some
-   calculations as well - https://grafana.com/docs/loki/latest/logql/.
-
 
 Reporting issues from Dashboard
 """""""""""""""""""""""""""""""