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
Available in Logging operator version 4.4 and later.
437
+
438
+
If the `http_server` option has been enabled in the main Service configuration section, this option registers a new endpoint where internal metrics of the storage layer can be consumed.
439
+
440
+
Default: Off
441
+
442
+
443
+
## HealthCheck
444
+
445
+
Available in Logging operator version 4.4 and later.
Copy file name to clipboardExpand all lines: content/docs/configuration/crds/v1beta1/fluentd_types.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,9 @@ Default: -
98
98
99
99
### port (int32, optional) {#fluentdspec-port}
100
100
101
-
Default: -
101
+
Fluentd port inside the container (24240 by default). The headless service port is controlled by this field as well. Note that the default ClusterIP service port is always 24240, regardless of this field.
0 commit comments