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 7a66fc7 + 64ab2e9 commit 7d99083Copy full SHA for 7d99083
docker/fluentd/Dockerfile.j2
@@ -46,7 +46,7 @@ RUN chmod 755 /usr/local/bin/kolla_extend_start
46
{% block fluentd_plugins_install %}
47
48
{% set fluentd_plugins = [
49
- 'fluent-plugin-elasticsearch',
+ 'fluent-plugin-elasticsearch:"<5.3.0"',
50
'fluent-plugin-grok-parser',
51
'fluent-plugin-prometheus',
52
'fluent-plugin-rewrite-tag-filter',
docker/kolla-toolbox/requirements.yml
@@ -1,7 +1,7 @@
1
---
2
collections:
3
- name: ansible.posix
4
- version: '<2'
+ version: '<1.5.4'
5
- name: community.general
6
version: '<4'
7
- name: community.mysql
0 commit comments