Getting Data In

configure splunk to read log files written 4X day

keithwsmith
Loves-to-Learn

I would like to configure splunk to read files stored in a inbound folder.  These files are written 4x day, but could be up to 10X day.  They files are sent from vendors, and contain a "status".  The status field will be used to create a report which will be emailed to users.

The "inbound" folder is used for a number of vendors, so the log file name will be used to separate the vendor data, based on the file name.

 

Date                               File                                            Records       Status 

12/24/2020 0800  log_file_vendorA_122920200800.status 1200   Filed

12/25/2020 1200  log_file_vendorA_122920200800.status 1200   Acknowledgment Sent

12/29/2020 0800  log_file_vendorA_122920200800.status 1200   Acknowledged

Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

To tell Splunk to read the files, use a monitor stanza in an inputs.conf file.  It doesn't matter how often the file is updated, Splunk will read the new data as soon as it arrives.

[monitor:///path/to/inbound/folder]
index = foo
sourcetype = mysourcetype

The props.conf settings for the files will depend on how the events are formatted in the files.

 

---
If this reply helps you, Karma would be appreciated.
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!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...