Does anyone have a splunk universal forwarder config they typically use for forwarding?
Original Question: https://cribl-community.slack.com/archives/CPYBPK65V/p1690293855973699
Original Author: Matt
Solved
Config for Splunk Universal Forwarder
Best answer by Jon Rust
Really depends on the details, but here's a starting point. This would be in a new app's outputs.conf. the splunk output group is assumed to be in your your existing configs. The app name should be higher precedence than the existing (something like 000criblout).
[tcpout]# clone the stream to both cribl and splunk, but don't block if one is downdefaultGroup = splunk,cribl_streamblockOnCloning = false[tcpout:cribl_stream]# sending to "default" WG in cloud with TLS enabledserver = default.main.<instance>.cribl.cloud:9997sendCookedData = truesslRootCAPath = $SPLUNK_HOME/etc/auth/cacert.pemuseSSL = true
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
