Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
1
Description
When running a CAO cluster with the below logging configuration:
logging:
|
server:
|
enabled: true
|
# manageConfiguration: false
|
# configurationName: cb7-logging-cfg
|
sidecar:
|
image: "couchbase/fluent-bit:1.1.2"
|
configurationMountPath: /fluent-bit/config
|
servers:
|
pod:
|
metadata:
|
annotations:
|
fluentbit.couchbase.com/loki_match: "*"
|
fluentbit.couchbase.com/loki_host: "cmos-loki.default.svc"
|
There are two labels set, couchbase_cluster and couchbase_node, with values of .cluster and .node respectively, no matter what the actual cluster and node names are. These should be set with the correct cluster and node names respectively.