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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...