Skip to content

Commit 99e62e9

Browse files
Fix brackets in fluentd opensearch config
1 parent edd48d5 commit 99e62e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fix missing bracket in fluentd opensearch config.

0 commit comments

Comments
 (0)