We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04d6367 + 4fccf66 commit c46c59eCopy full SHA for c46c59e
docker/fluentd/Dockerfile.j2
@@ -84,7 +84,7 @@ RUN chmod 755 /usr/local/bin/kolla_extend_start
84
85
{% if not (base_package_type == 'rpm' and base_arch != 'x86_64') %}
86
{% set fluentd_plugins = [
87
- 'fluent-plugin-elasticsearch',
+ 'fluent-plugin-elasticsearch:"<5.3.0"',
88
'fluent-plugin-grep',
89
'fluent-plugin-grok-parser',
90
'fluent-plugin-parser',
0 commit comments