Skip to content

Commit 64ab2e9

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
1 parent 5a600b7 commit 64ab2e9

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
@@ -46,7 +46,7 @@ RUN chmod 755 /usr/local/bin/kolla_extend_start
4646
{% block fluentd_plugins_install %}
4747

4848
{% set fluentd_plugins = [
49-
'fluent-plugin-elasticsearch',
49+
'fluent-plugin-elasticsearch:"<5.3.0"',
5050
'fluent-plugin-grok-parser',
5151
'fluent-plugin-prometheus',
5252
'fluent-plugin-rewrite-tag-filter',

0 commit comments

Comments
 (0)