Upgrade Fluentd Monasca plugin

Switch to YAJI JSON parser as suggested in [1].

[1] https://docs.fluentd.org/quickstart/faq#i-got-encoding-error-inside-plugin-how-to-fix-it

Closes-Bug: #1889065
Change-Id: I2ecd3b029b956e000feaaa9e10a169521ba53d66
(cherry picked from commit 556d4353aa)
This commit is contained in:
Doug Szumski 2020-07-27 12:03:02 +01:00 committed by Radosław Piliszek
parent 2ff242c4a2
commit bfc8ce085b
2 changed files with 6 additions and 1 deletions

View File

@ -99,7 +99,7 @@ RUN ln -s /bin/mkdir /usr/bin/mkdir
{% block fluentd_monasca_plugin_install %}
# Build and install Fluentd output plugin for Monasca Log API
ARG monasca_output_plugin_tag=0.1.1
ARG monasca_output_plugin_tag=0.1.2
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,5 @@
---
fixes:
- |
Fixes an issue which can block the Monasca Fluentd output plugin.
`LP#1889065 <https://launchpad.net/bugs/1889065>`__