Upgrade Monasca Fluentd output plugin

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.

Change-Id: I7deefec590cd3bfc774b47867d968afe1bd69d99
This commit is contained in:
Doug Szumski 2020-05-16 16:08:51 +01:00
parent aabd532da9
commit 11bcafe2e6
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.