We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4423c commit 5f3a4dcCopy full SHA for 5f3a4dc
charts/images.yaml
@@ -6,7 +6,7 @@ images:
6
- name: fluent-bit
7
sourceRepository: https://github.com/fluent/fluent-bit
8
repository: fluent/fluent-bit
9
- tag: "2.1.10"
+ tag: "4.0.5"
10
- name: audittailer
11
sourceRepository: https://github.com/fluent/fluentd
12
repository: fluent/fluentd
pkg/controller/audit/backend/splunk.go
@@ -87,6 +87,7 @@ func (s Splunk) FluentBitConfig(cluster *extensions.Cluster) fluentbitconfig.Con
87
if s.backend.TlsEnabled {
88
splunkConfig["tls"] = "on"
89
splunkConfig["tls.verify"] = "on"
90
+ splunkConfig["tls.verify_hostname"] = "on"
91
if s.backend.TlsHost != "" {
92
splunkConfig["tls.vhost"] = s.backend.TlsHost
93
}
0 commit comments