Getting Data In

How to forward entire .txt file in splunk from batch file

tbrown
Path Finder

I have a batch file that runs this:

 

break > D:\....\test.txt
break > D:\....\test2.txt
process1 >> D:\....\test.txt
process2 >> D:\....\test2.txt

 

Where each process appends text to test.txt. I included break at the beginning so that it will clear out the test.txt file and prevent it from becoming too large. 

I want all the contents of the .txt file to be forwarded as one event. As of right now, it's forwarding the events one line at a time of each test.txt. How can I forward these events as one single event with multiple lines?

They seem to be cut off due to line spacing/indentation so I want to turn that off as well.

Labels (3)
Tags (3)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Splunk can ingest files in batch mode, but that's a one-time process since Splunk will delete the file after it's been read.  There may be another option, though.  Consider adding these settings to the inputs.conf stanza for the file.

multiline_event_extra_waittime = true
time_before_close = 3600

These settings tell Splunk to wait until the file is closed before sending events and to not close the file until 3600 seconds (1 hour) after the last line is written to it.  Adjust the value of time_before_close to best suit how the file is written.

---
If this reply helps you, Karma would be appreciated.
0 Karma

anthonymelita
Contributor

I think you want to look at should_linemerge or creating a specific line_breaker options in props.conf

https://docs.splunk.com/Documentation/Splunk/8.0.4/Admin/Propsconf#Line_breaking

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...