Skip to content

Commit 39d7bc0

Browse files
committed
fluentd: pin fluent-plugin-elasticsearch to <5.3.0
5.3.0 requires faraday>2.0, let's pin stable branches requiring ElasticSearch support. Closes-Bug: #2019557 Change-Id: I13fe5b46fed3f1ad14eab9fae513617a3d2053c8 (cherry picked from commit 64ab2e9)
1 parent 2e19503 commit 39d7bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/fluentd/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN chmod 755 /usr/local/bin/kolla_extend_start
8484

8585
{% if not (base_package_type == 'rpm' and base_arch != 'x86_64') %}
8686
{% set fluentd_plugins = [
87-
'fluent-plugin-elasticsearch',
87+
'fluent-plugin-elasticsearch:"<5.3.0"',
8888
'fluent-plugin-grep',
8989
'fluent-plugin-grok-parser',
9090
'fluent-plugin-parser',

0 commit comments

Comments
 (0)