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 64ab2e983d)
This commit is contained in:
Michal Nasiadka 2023-05-17 13:47:50 +02:00
parent 2e19503c09
commit 39d7bc0959
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ RUN chmod 755 /usr/local/bin/kolla_extend_start
{% if not (base_package_type == 'rpm' and base_arch != 'x86_64') %}
{% set fluentd_plugins = [
'fluent-plugin-elasticsearch',
'fluent-plugin-elasticsearch:"<5.3.0"',
'fluent-plugin-grep',
'fluent-plugin-grok-parser',
'fluent-plugin-parser',