Getting Data In

Universal Forwarder folder path monitor

sbattista09
Contributor

What stanza do i set in the Universal Forwarder to send data to the indexers from a folder path?
I want to send output from "/var/log/file.log" to the indexers in a new index called "IndexA".

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Try this:

[monitor:///var/log/file.log]
index = IndexA
---
If this reply helps you, Karma would be appreciated.

View solution in original post

sbattista09
Contributor

they both work. Thank you all!

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try this:

[monitor:///var/log/file.log]
index = IndexA
---
If this reply helps you, Karma would be appreciated.

skoelpin
SplunkTrust
SplunkTrust

Define your host

host = Your Hostname

[monitor:///var/log/file.log]
disabled = false
sourcetype = Your sourcetype
index = indexA

sbattista09
Contributor

where would i set this in the Universal Forwarder?

0 Karma

skoelpin
SplunkTrust
SplunkTrust

It didn't save correctly, I edited my post and added the index part back into the Stanza.

0 Karma

skoelpin
SplunkTrust
SplunkTrust

If your on a linux box go to
/splunk/etc/system/local vi inputs.conf

If your on Windows then splunk\etc\system\local then open the inputs.conf and add the stanza

Don't forget to restart your Splunk service after making these changes

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...