Skip to content

Commit 8f134c0

Browse files
committed
Update Elasticsearch Curator information
1 parent f55a881 commit 8f134c0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

source/operations_and_monitoring.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -591,21 +591,26 @@ perform the following cleanup procedure regularly:
591591
592592
Elasticsearch indexes retention
593593
===============================
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``:
595597

596598
.. code-block:: console
597599
598600
# Allow Elasticsearch Curator to apply a retention policy to logs
599601
enable_elasticsearch_curator: true
602+
600603
# Duration after which index is closed
601604
elasticsearch_curator_soft_retention_period_days: 90
605+
602606
# Duration after which index is deleted
603607
elasticsearch_curator_hard_retention_period_days: 180
604608
605-
Reconfigure elasticsearch with new values:
609+
Reconfigure Elasticsearch with new values:
606610

607611
.. code-block:: console
608612
609-
kayobe overcloud service reconfigure --kolla-tags elasticsearch --kolla-skip-tags common --skip-precheck
613+
kayobe overcloud service reconfigure --kolla-tags elasticsearch
610614
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
616+
<https://docs.openstack.org/kolla-ansible/latest/reference/logging-and-monitoring/central-logging-guide.html#curator>`__.

0 commit comments

Comments
 (0)