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: source/operations_and_monitoring.rst
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -591,21 +591,26 @@ perform the following cleanup procedure regularly:
591
591
592
592
Elasticsearch indexes retention
593
593
===============================
594
-
To enable and alter default rotation values for Elasticsearch Curator edit ``${KAYOBE_CONFIG_PATH}/kolla/globals.yml`` - This applies both to Monasca and Central Logging configurations.
594
+
595
+
To enable and alter default rotation values for Elasticsearch Curator, edit
596
+
``${KAYOBE_CONFIG_PATH}/kolla/globals.yml``:
595
597
596
598
.. code-block:: console
597
599
598
600
# Allow Elasticsearch Curator to apply a retention policy to logs
kayobe overcloud service reconfigure --kolla-tags elasticsearch --kolla-skip-tags common --skip-precheck
613
+
kayobe overcloud service reconfigure --kolla-tags elasticsearch
610
614
611
-
For more information see `upstream documentation <https://docs.openstack.org/kolla-ansible/ussuri/reference/logging-and-monitoring/central-logging-guide.html#curator>`__
615
+
For more information see the `upstream documentation
0 commit comments