Skip to main content
Solved

how would i configure encryption from a splunk uf to cribl cloud?

  • March 11, 2025
  • 4 replies
  • 13 views

how would i configure encryption from a splunk uf to cribl cloud?

Best answer by Jon Rust

https://cribl.io/blog/logstream-cloud-how-to-sending-data-to-logstream-from-various-agents/

4 replies

Jon Rust
Forum|alt.badge.img
  • Employee
  • March 11, 2025

Jon Rust
Forum|alt.badge.img
  • Employee
  • March 11, 2025

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


Jon Rust
Forum|alt.badge.img
  • Employee
  • Answer
  • March 11, 2025

Jon Rust
Forum|alt.badge.img
  • Employee
  • March 11, 2025

```[tcpout]disabled = falsedefaultGroup = criblcloud[tcpout:criblcloud]server = in.<instance>.cribl.cloud:9997sslRootCAPath = $SPLUNK_HOME/etc/auth/cacert.pemuseSSL = truesendCookedData = truetoken = <optional-but-recommended>```