how would i configure encryption from a splunk uf to cribl cloud?
Franky Laarits
Posts: 59 ✭✭
how would i configure encryption from a splunk uf to cribl cloud?
0
Best Answer
Answers
-
-
for the UF->CC scenario, you likely will only need to enable TLS in the UF config. no further steps required as CC is already TLS-enabled
0 -
-
```[tcpout] disabled = false defaultGroup = criblcloud [tcpout:criblcloud] server = in.<instance>.cribl.cloud:9997 sslRootCAPath = $SPLUNK_HOME/etc/auth/cacert.pem useSSL = true sendCookedData = true token = <optional-but-recommended>```
0