Skip to content

Commit 5f3a4dc

Browse files
Update fluentbit and enable tls.verify_hostname for splunk (#51)
1 parent 9b4423c commit 5f3a4dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ images:
66
- name: fluent-bit
77
sourceRepository: https://github.com/fluent/fluent-bit
88
repository: fluent/fluent-bit
9-
tag: "2.1.10"
9+
tag: "4.0.5"
1010
- name: audittailer
1111
sourceRepository: https://github.com/fluent/fluentd
1212
repository: fluent/fluentd

pkg/controller/audit/backend/splunk.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ func (s Splunk) FluentBitConfig(cluster *extensions.Cluster) fluentbitconfig.Con
8787
if s.backend.TlsEnabled {
8888
splunkConfig["tls"] = "on"
8989
splunkConfig["tls.verify"] = "on"
90+
splunkConfig["tls.verify_hostname"] = "on"
9091
if s.backend.TlsHost != "" {
9192
splunkConfig["tls.vhost"] = s.backend.TlsHost
9293
}

0 commit comments

Comments
 (0)