Skip to content

Commit 42e2750

Browse files
committed
CLD-760 use loki as output example for log collection
1 parent b8d099d commit 42e2750

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

charts/values.yaml

+7-9
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)