Skip to content

Commit 9f6c4ef

Browse files
authored
Merge pull request #1571 from stackhpc/fix-fluentd-template
Fix brackets in fluentd opensearch config
2 parents 286bf05 + b310794 commit 9f6c4ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

etc/kayobe/kolla/config/fluentd/output/03-opensearch.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@type copy
55
<store>
66
@type opensearch
7-
host { opensearch_address }}
7+
host {{ opensearch_address }}
88
port {{ opensearch_port }}
99
logstash_format true
1010
logstash_prefix apel
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fix missing bracket in fluentd OpenSearch configuration
5+
causing container crashes when caso is enabled.

0 commit comments

Comments
 (0)