From 19095475ee8f19feaa5e4758622c19cb041009a5 Mon Sep 17 00:00:00 2001 From: Doug Szumski Date: Wed, 7 Apr 2021 16:16:35 +0000 Subject: [PATCH] Nit fixes for change 776219 Minor corrections to doc and release note. Change-Id: I8a90cbac0b9a1eaa5f6c02271515f2357547f908 --- doc/source/reference/logging-and-monitoring/monasca-guide.rst | 4 ++-- ...ssing-monasca-for-control-plane-logs-651a47edf440808b.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/reference/logging-and-monitoring/monasca-guide.rst b/doc/source/reference/logging-and-monitoring/monasca-guide.rst index 083186d4be..6495cefeae 100644 --- a/doc/source/reference/logging-and-monitoring/monasca-guide.rst +++ b/doc/source/reference/logging-and-monitoring/monasca-guide.rst @@ -54,7 +54,7 @@ them sent directly to Elasticsearch. This should be avoided if you have deployed Monasca as a standalone service for the purpose of storing logs in a protected silo for security purposes. However, if this is not a relevant consideration, for example you have deployed Monasca alongside the -existing Openstack control plane, then you may free up some resources by +existing OpenStack control plane, then you may free up some resources by setting: .. code-block:: yaml @@ -73,7 +73,7 @@ logs using the same index pattern in Kibana, then you can override If you have enabled Elasticsearch Curator, it will be configured to rotate logs with index patterns matching either ``^flog-.*`` or ``^monasca-.*`` by -default. If this is undesirable then you can update the +default. If this is undesirable, then you can update the ``elasticsearch_curator_index_pattern`` variable accordingly. Currently Monasca is only supported using the ``source`` install type Kolla diff --git a/releasenotes/notes/support-bypassing-monasca-for-control-plane-logs-651a47edf440808b.yaml b/releasenotes/notes/support-bypassing-monasca-for-control-plane-logs-651a47edf440808b.yaml index 924a40c1f9..9382c16220 100644 --- a/releasenotes/notes/support-bypassing-monasca-for-control-plane-logs-651a47edf440808b.yaml +++ b/releasenotes/notes/support-bypassing-monasca-for-control-plane-logs-651a47edf440808b.yaml @@ -1,5 +1,5 @@ --- features: - | - Optionally support sending control plane logs directly to + Support sending control plane logs directly to Elasticsearch when Monasca is enabled.