Skip to content

Commit c46c59e

Browse files
authored
Merge pull request #227 from stackhpc/upstream/wallaby-2023-05-29
Synchronise wallaby with upstream
2 parents 04d6367 + 4fccf66 commit c46c59e

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)