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
The following params should appear in the secret fluent-bit-config (fluent-bit.conf)
[Output]
Name es
Match_Regex (?:kube|service)\.(.*)
Host elastic-es-default.elastic-system.svc.cluster.local
Port 9200
Buffer_Size 20MB
.
.
.
Tls.Verify off <---# that is not exist
Tls on <---# that is not exist
Suppress_Type_Name on
Describe the issue
when i add TLS params to fluentbit/output/es config , it doesn't produce fluentbit config,
To Reproduce
Expected behavior
The following params should appear in the secret fluent-bit-config (fluent-bit.conf)
Your Environment
How did you install fluent operator?
adding apps helm chart using rancher
Additional context
No response
The text was updated successfully, but these errors were encountered: