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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -674,3 +674,24 @@ perform the following cleanup procedure regularly:
674
674
openstack user delete --domain magnum $user
675
675
fi
676
676
done
677
+
678
+
Elasticsearch indexes retention
679
+
===============================
680
+
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.
681
+
682
+
.. code-block:: console
683
+
684
+
# Allow Elasticsearch Curator to apply a retention policy to logs
kayobe overcloud service reconfigure --kolla-tags elasticsearch --kolla-skip-tags common --skip-precheck
696
+
697
+
For more information see `upstream documentation <https://docs.openstack.org/kolla-ansible/ussuri/reference/logging-and-monitoring/central-logging-guide.html#curator>`__
0 commit comments