Skip to content

Commit c476b81

Browse files
committed
Fix missing bracket in opensearch output
Trivial fix. Doesn't affect 2025.1.
1 parent 1e190f4 commit c476b81

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)