Skip to content

Commit 26d9e6f

Browse files
committed
Fix duplicate id in output config
1 parent bd61d3b commit 26d9e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fluent.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<match kube.var.log.containers.renovate-bot**>
2525
@type opensearch
26-
@id out_os
26+
@id out_os_renovate
2727
include_tag_key true
2828
host "#{ENV['FLUENT_OPENSEARCH_HOST']}"
2929
port "#{ENV['FLUENT_OPENSEARCH_PORT']}"

0 commit comments

Comments
 (0)