From d7e6c28272a2efddec8a1747067e4fdee4ff50ba Mon Sep 17 00:00:00 2001 From: Doug Szumski Date: Wed, 19 Jun 2019 12:06:00 +0100 Subject: [PATCH] Bump Monasca Fluentd output plugin This resolves an issue where the previous version of the plugin would fail to re-send buffered logs if a post to the Monasca Log API failed. With this new version of the plugin, logs are correctly buffered and resent. Change-Id: Ic1d93a8ea5f2571edfacf50809d51a8b77959a73 --- docker/fluentd/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/fluentd/Dockerfile.j2 b/docker/fluentd/Dockerfile.j2 index 48d63b89af..0f5c6f95c9 100644 --- a/docker/fluentd/Dockerfile.j2 +++ b/docker/fluentd/Dockerfile.j2 @@ -93,7 +93,7 @@ RUN chmod 755 /usr/local/bin/kolla_extend_start {{ macros.install_fluent_plugins(fluentd_plugins | customizable("plugins")) }} # Build and install Fluentd output plugin for Monasca Log API -ARG monasca_output_plugin_tag=0.1.0 +ARG monasca_output_plugin_tag=0.1.1 ARG monasca_output_plugin_url=https://github.com/monasca/fluentd-monasca/archive/$monasca_output_plugin_tag.tar.gz ADD $monasca_output_plugin_url /tmp/fluentd-monasca.tar.gz RUN tar -xvf /tmp/fluentd-monasca.tar.gz -C /tmp \