File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -267,15 +267,13 @@ logCollection:
267267 # # Documentation on how to set up output can be found here: https://docs.fluentbit.io/manual/pipeline/outputs
268268 outputs : |-
269269 # [OUTPUT]
270- # Name es
271- # Match *
272- # Host elasticsearch.default.svc.cluster.local
273- # Port 9200
274- # Generate_ID On
275- # HTTP_User admin
276- # HTTP_Passwd admin
277- ## If using Elastic 8 set the parameter below
278- # Suppress_Type_Name On
270+ # name loki
271+ # match *
272+ # host loki.default.svc.cluster.local
273+ # port 3100
274+ # labels job=fluent-bit
275+ # http_user admin
276+ # http_passwd admin
279277
280278# # Configuration for the HAProxy load balancer
281279# # An out of box load balancer with configured to handle cookie based session affinity that required by most MarkLogic applications.
You can’t perform that action at this time.
0 commit comments