Getting Data In

Forward data

rjfv8205
Path Finder

Hello splunkers

I have indexer clustering environment with 1 master, 2 indexers (peer nodes) and 1 searchead

I want to send logs from machine with UF to splunk through conf files

I created new index with repFactor = auto.

My question is, I specify two indexers or only one in outputs.conf?

Tags (1)
0 Karma

nickhills
Ultra Champion

in outputs you want something like:

[tcpout]
defaultGroup = my-cluster-peers

[tcpout:my-cluster-peers]
server = my-peer-01:9997,my-peer-02:9997
If my comment helps, please give it a thumbs up!
0 Karma

damann
Communicator

You have to specify both Indexers in your outputs.conf and deploy it on each forwarder.
For example:

[tcpout:indexers]
server = IDX1:9997,IDX2:9997
useACK = true
0 Karma

rjfv8205
Path Finder

@damann thanks for your answers

What useACK do? It's necessary?

0 Karma

nickhills
Ultra Champion

I would avoid useAck Unless you really need it.
https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf#TCPOUT_SETTINGS
(right at the bottom)

If my comment helps, please give it a thumbs up!
0 Karma

damann
Communicator

I just found the option useAck as a Splunk 'Best Practice' in my lecture documents from Cluster Admin...

0 Karma

nickhills
Ultra Champion

It has benefits - if you really cant afford to ever loose events, but it can cause duplication. It also puts more load on the UFs, and can cause slight delays, but these are probably negligible for most UFs
It makes a lot of sense if your network is 'questionable' but if your indexers and forwarders are on a 'good' local network, its probably not necessary.

If my comment helps, please give it a thumbs up!
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

Splunk is officially part of Cisco

Revolutionizing how our customers build resilience across their entire digital footprint.   Splunk ...

Splunk APM & RUM | Planned Maintenance March 26 - March 28, 2024

There will be planned maintenance for Splunk APM and RUM between March 26, 2024 and March 28, 2024 as ...