Skip to content

Commit bb65656

Browse files
authored
Merge pull request #755 from stackhpc/bugfix/fluentd_syntax_2023.1
Fix missing bracket in opensearch output
2 parents e11ed73 + c476b81 commit bb65656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/common/templates/conf/output/03-opensearch.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@type copy
44
<store>
55
@type opensearch
6-
host { opensearch_address }}
6+
host {{ opensearch_address }}
77
port {{ opensearch_port }}
88
logstash_format true
99
logstash_prefix apel

0 commit comments

Comments
 (0)