Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@type copy
<store>
@type opensearch
host { opensearch_address }}
host {{ opensearch_address }}
port {{ opensearch_port }}
logstash_format true
logstash_prefix apel
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Fix missing bracket in fluentd OpenSearch configuration
causing container crashes when caso is enabled.
Loading