Skip to content

Commit 9e45a1b

Browse files
author
Robert Fekete
committed
New feature updates
1 parent 6c0455d commit 9e45a1b

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

content/docs/configuration/crds/v1beta1/common_types.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ ImageSpec struct hold information about image specification
3636

3737
Metrics defines the service monitor endpoints
3838

39+
### enabled (*bool, optional) {#metrics-enabled}
40+
41+
Enabled controls whether the metrics endpoint should be exposed. Defaults to false. When false, the metrics HTTP server will not be started and no metrics port will be exposed.
42+
43+
3944
### interval (string, optional) {#metrics-interval}
4045

4146

content/docs/configuration/crds/v1beta1/fluentd_types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Allows Time object in buffer's MessagePack serde [more info]( https://docs.fluen
7373

7474
### enabledIPv6 (bool, optional) {#fluentdspec-enabledipv6}
7575

76+
Enables listening on IPv6, and configures Kubernetes Service resources for dual-stack networking. This ensures proper IPv6 connectivity to these services in dual-stack Kubernetes clusters.
7677

7778
### envVars ([]corev1.EnvVar, optional) {#fluentdspec-envvars}
7879

content/docs/configuration/crds/v1beta1/logging_types.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ Disable configuration check before applying new fluentd or syslog-ng configurati
6464
Override generated config. This is a *raw* configuration string for troubleshooting purposes.
6565

6666

67+
### fluentBitAgentNamespace (string, optional) {#loggingspec-fluentbitagentnamespace}
68+
69+
Namespace to deploy Fluent Bit resources (DaemonSet, Service, ServiceAccount, config Secret, ServiceMonitors). If unset, it defaults to `controlNamespace` to preserve backward compatibility.
70+
71+
6772
### fluentbit (*FluentbitSpec, optional) {#loggingspec-fluentbit}
6873

6974
FluentbitAgent daemonset configuration. Deprecated, migrate to [FluentbitAgent]({{< relref "/docs/configuration/crds/v1beta1/fluentbit_types.md" >}}), or to the [Telemetry Controller](https://github.com/kube-logging/telemetry-controller)
@@ -89,7 +94,7 @@ RouteConfig determines whether to use loggingRoutes or to create resources based
8994

9095
### skipInvalidResources (bool, optional) {#loggingspec-skipinvalidresources}
9196

92-
Whether to skip invalid Flow and ClusterFlow resources
97+
Whether to skip invalid Flow and ClusterFlow resources. Starting with version 6.1, invalid SyslogNGFlow and SyslogNGClusterFlow resources are skipped as well. The `skipInvalidResources` Logging option skips invalid flow resources (for example, those referencing non-existent outputs) to avoid failing the entire reconciliation.
9398

9499

95100
### syslogNG (*SyslogNGSpec, optional) {#loggingspec-syslogng}

content/docs/configuration/crds/v1beta1/syslogng_types.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Overrides the default logging level configCheck setup. This field is not used di
3434
### configReloadImage (*BasicImageSpec, optional) {#syslogngspec-configreloadimage}
3535

3636

37+
### enabledIPv6 (bool, optional) {#syslogngspec-enabledipv6}
38+
39+
Enables listening on IPv6, and configures Kubernetes Service resources for dual-stack networking. This ensures proper IPv6 connectivity to these services in dual-stack Kubernetes clusters.
40+
41+
3742
### globalOptions (*GlobalOptions, optional) {#syslogngspec-globaloptions}
3843

3944

0 commit comments

Comments
 (0)