Merge "Upgrade Monasca Fluentd output plugin"

This commit is contained in:
Zuul 2020-05-18 11:02:23 +00:00 committed by Gerrit Code Review
commit 2489c5950a
2 changed files with 8 additions and 2 deletions

View File

@ -102,8 +102,8 @@ RUN ln -s /bin/mkdir /usr/bin/mkdir
{% endblock %}
{% block fluentd_monasca_plugin_install %}
# Build and install Fluentd output plugin for Monasca Log API
ARG monasca_output_plugin_tag=0.1.1
# Build and install Fluentd output plugin for Monasca API
ARG monasca_output_plugin_tag=1.0.0
ARG monasca_output_plugin_url=https://github.com/monasca/fluentd-monasca/archive/$monasca_output_plugin_tag.tar.gz
RUN curl -sSL $monasca_output_plugin_url -o /tmp/fluentd-monasca.tar.gz \

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
As part of the support for using the unified Monasca API for logs, the
Fluentd Monasca output plugin has been upgraded. Any custom Fluentd
configuration which forwards logs to Monasca will need to be updated.