馃帴 Live Webinar: Simplifying Security and Log Ingestion with Bindplane + Google SecOpsRegister now

Using Splunk UF with Bindplane

Bindplane and the Bindplane Collector can be used to collect data from your Splunk Universal Forwarders. This allows you to start taking advantage of Bindplane without the need to re-instrument your collectors at the edge.

Step 1: Update your outputs.conf on your Universal Forwarders

By default, the Splunk Universal Forwarder (UF) sends data over TCP in Splunk鈥檚 proprietary Splunk to Splunk (S2S) protocol. In order to allow the Bindplane Collector to receive data from the UF, it will need to be sent in a raw format instead. This is accomplished by creating a Splunk output configuration stanza that disables the S2S protocol by setting the parameter sendCookedData to false.

Below is a sample outputs.conf file, after you鈥檝e made the required changes.

yaml
1[tcpout]
2defaultGroup = otel
3
4[tcpout:otel]
5server = localhost:8779
6compressed = false
7useACK = false
8sendCookedData = false

Step 2: Deploy a Bindplane Collector as a Gateway

This is the collector you鈥檒l be routing data through and is what will be managed by Bindplane. In a production environment, this is likely to be a fleet of collectors behind a load balancer. See our Collector Sizing and Scaling docs for more details on determining your collector architecture.

Step 3: Build the Configuration

  1. Create a new configuration
  2. Add the TCP Source and configure it to receive from your Universal Forwarders (as shown below)
observIQ docs - Using Splunk UF with Bindplane - image 1
  1. Add the Splunk destination and configure it to point to your Splunk Enterprise or Splunk Observability Cloud environment.
observIQ docs - Using Splunk UF with Bindplane - image 2

Step 4: Transform the Data

Once you鈥檝e verified data is flowing through the Bindplane Collector to Splunk without issue, you can now start re-routing data to different destinations and inserting processors into your pipeline to reduce the amount of data you鈥檙e sending.

observIQ docs - Using Splunk UF with Bindplane - image 3
OSZAR »