Getting Data In

how does UF handle both metrics and event data

junyuw
Splunk Employee
Splunk Employee

I have my UF and indexer set up and what I want to do is sending both metrics and event data from UF to indexer.
from my understanding what I could do is set up two stanzas in inputs.conf of indexer like below

[tcp://9997]
connection_host = dns
index = event_index
sourcetype = syslog

[tcp://9998]
connection_host = dns
index = metric_index
sourcetype = syslog

and the idea situation would be sending metric data to <indexer_ip>:9998 and event data to <indexer_ip>:9997 separately
but the problem is it seems impossible to achieve this through configuring outputs.conf (I could send both data to both ports using the data cloning technique mentioned in doc, but that's not ideal)

So is there a way to achieve this separation of data forwarding?

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Do not use tcp for sending data UF->IDX, use splunktcp / splunktcp-ssl. One connection of that can send data to any number of indexes as defined in the UF's inputs.conf.

0 Karma
Get Updates on the Splunk Community!

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...

[Live Demo] Watch SOC transformation in action with the reimagined Splunk Enterprise ...

Overwhelmed SOC? Splunk ES Has Your Back Tool sprawl, alert fatigue, and endless context switching are making ...

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...