Installation

How do I send the txt file from Universal Forwarder to HF to IDX?

human96
Communicator

hi, i know many have answered this question before but i didn't find any perfect and detailed answer.

Setup :-

UF ---> HF ----->  IDX

Q1. i have a file called test.txt ( Location :- /send/test.txt ). i want to send the txt file from to UF to HF to IDX.                ( Receiving  ports 9997 is open and configured for all as well )
        How do i do it ?

0 Karma
1 Solution

SanjayReddy
SplunkTrust
SplunkTrust

Hi @human96 

First you need to create inputs.conf in UF  under 

$SPLUNK_HOME/etc/system/local/
($SPLUNK_HOME is location where splunk installed ex: /opt/splunk/)

inputs.conf contents 

[monitor:///send/test.txt]
sourcetype = <give the sourcetype name which identify the logs> ex:apache_logs
index=<name of index that created in indexer>

index is location where data is stored inside indexer, if index is not created you need to create one 

In outputs.conf of UF 
mention HF Ip and port numers

In outputs.conf of  HF
mention IDX Ip and port numers

example 

[tcpout:group1]
server=IP:9997

In HF and idx please enable 9997 port if not aleady done  

$SPLUNK_HOME/splunk enable listen 9997

UF ---> HF ----->  IDX


View solution in original post

SanjayReddy
SplunkTrust
SplunkTrust

Hi @human96 

First you need to create inputs.conf in UF  under 

$SPLUNK_HOME/etc/system/local/
($SPLUNK_HOME is location where splunk installed ex: /opt/splunk/)

inputs.conf contents 

[monitor:///send/test.txt]
sourcetype = <give the sourcetype name which identify the logs> ex:apache_logs
index=<name of index that created in indexer>

index is location where data is stored inside indexer, if index is not created you need to create one 

In outputs.conf of UF 
mention HF Ip and port numers

In outputs.conf of  HF
mention IDX Ip and port numers

example 

[tcpout:group1]
server=IP:9997

In HF and idx please enable 9997 port if not aleady done  

$SPLUNK_HOME/splunk enable listen 9997

UF ---> HF ----->  IDX


gcusello
SplunkTrust
SplunkTrust

Hi @human96,

you have to:

  • configure UF to send logs to the HF (using outputs.conf),
  • configure UF to send logs to the HF (using outputs.conf),
  • configure HF to receive logs from the UFs (using inputs.conf),
  • configure IDX to receive logs from all the Forwarders (UFs and HFs) (using inputs.conf),
  • Then you have to create an inputs.conf on the UF to take logs.

The best approach is to put the inputs.conf in an App and deploy the App to the UF using a Deployment Server.

To have more infos see at:

https://docs.splunk.com/Documentation/SplunkCloud/latest/Data/Forwarddata 

https://docs.splunk.com/Documentation/Splunk/8.2.5/Forwarding/Aboutforwardingandreceivingdata#:~:tex....

https://docs.splunk.com/Documentation/Forwarder/8.2.5/Forwarder/HowtoforwarddatatoSplunkEnterprise

Ciao.

Giuseppe

Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...