You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| logging.enabled | bool |`false`| Logging resources are disabled by default |
72
+
| logging.loggingRef | string |`""`| Reference to the logging system. Each of the loggingRefs can manage a fluentbit daemonset and a fluentd statefulset. |
73
+
| logging.flowConfigCheckDisabled | bool |`false`| Disable configuration check before applying new fluentd configuration. |
74
+
| logging.skipInvalidResources | bool |`false`| Whether to skip invalid Flow and ClusterFlow resources |
75
+
| logging.flowConfigOverride | string |`""`| Override generated config. This is a raw configuration string for troubleshooting purposes. |
76
+
| logging.fluentbitDisabled | bool |`false`| Flag to disable fluentbit completely |
| logging.defaultFlow | object |`{}`| Default flow for unmatched logs. This Flow configuration collects all logs that didn’t match any other Flow. |
82
+
| logging.errorOutputRef | string |`""`| GlobalOutput name to flush ERROR events to |
83
+
| logging.globalFilters | list |`[]`| Global filters to apply on logs before any match or filter mechanism. |
84
+
| logging.watchNamespaces | list |`[]`| Limit namespaces to watch Flow and Output custom resources. |
85
+
| logging.clusterDomain | string |`"cluster.local"`| Cluster domain name to be used when templating URLs to services |
86
+
| logging.controlNamespace | string |`""`| Namespace for cluster wide configuration resources like ClusterFlow and ClusterOutput. This should be a protected namespace from regular users. Resources like fluentbit and fluentd will run in this namespace as well. |
87
+
| logging.allowClusterResourcesFromAllNamespaces | bool |`false`| Allow configuration of cluster resources from any namespace. Mutually exclusive with ControlNamespace restriction of Cluster resources |
| logging.enableRecreateWorkloadOnImmutableFieldChange | bool |`false`| EnableRecreateWorkloadOnImmutableFieldChange enables the operator to recreate the fluentbit daemonset and the fluentd statefulset (and possibly other resource in the future) in case there is a change in an immutable field that otherwise couldn’t be managed with a simple update. |
90
+
| logging.clusterFlows | list |`[]`| ClusterFlows to deploy |
91
+
| logging.clusterOutputs | list |`[]`| ClusterOutputs to deploy |
The previous chart does **not** install `logging` resource to deploy Fluentd and Fluent-bit on cluster.
69
-
To install them please use the [Logging Operator Logging](https://github.com/kube-logging/helm-charts/tree/main/charts/logging-operator-logging) chart.
110
+
The chart does **not** install `logging` resource to deploy Fluentd (or Syslog-ng) and Fluent-bit on the cluster by default, but
111
+
it can be enabled by setting the `logging.enabled` value to true.
Copy file name to clipboardExpand all lines: charts/logging-operator/README.md.gotmpl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,5 @@ Use `createCustomResource=false` with Helm v3 to avoid trying to create CRDs fro
16
16
17
17
## Installing Fluentd and Fluent-bit via logging
18
18
19
-
The previous chart does **not** install `logging` resource to deploy Fluentd and Fluent-bit on cluster.
20
-
To install them please use the [Logging Operator Logging](https://github.com/kube-logging/helm-charts/tree/main/charts/logging-operator-logging) chart.
19
+
The chart does **not** install `logging` resource to deploy Fluentd (or Syslog-ng) and Fluent-bit on the cluster by default, but
20
+
it can be enabled by setting the `logging.enabled` value to true.
0 commit comments