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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...