Skip to content

Commit d41f58f

Browse files
authored
Merge pull request fluent#724 from lewis262626/patch-1
Fix(docs): Update cluster outputs docs link
2 parents 8055cba + 49a3201 commit d41f58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/fluent-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ fluentbit:
150150
# Configure the output plugin parameter in FluentBit.
151151
# You can set enable to true to output logs to the specified location.
152152
output:
153-
# You can find more supported output plugins here: https://github.com/fluent/fluent-operator/tree/master/docs/plugins/fluentbit/clusteroutput
153+
# You can find more supported output plugins here: https://github.com/fluent/fluent-operator/tree/master/docs/plugins/fluentbit/output
154154
es:
155155
enable: false
156156
host: "<Elasticsearch url like elasticsearch-logging-data.kubesphere-logging-system.svc>"
@@ -253,4 +253,4 @@ fluentd:
253253

254254
nameOverride: ""
255255
fullnameOverride: ""
256-
namespaceOverride: ""
256+
namespaceOverride: ""

0 commit comments

Comments
 (0)