Getting Data In

Why is my auto index uploading a CSV file twice?

katzr
Path Finder

Hello,

I think I have a problem where my auto index is uploading a file twice- the original file placed in the auto index directory and another file with the same name but with a combination of letters/number then .partial see below

example.csv
example.csv.XYZABC1.partial

I need to figure out how to fix this problem- but I also want to determine if this partial file is the exact same as the original so I can delete it. Is there an easy way to run a search against two sources and compare all of the field values per field to see if they are the same and the file is the same?

Thanks!

0 Karma

micahkemp
Champion

You need to specify your monitor stanza such that it will only index completed csv files:

[monitor://<path>/*.csv]

instead of

[monitor://<path>/*]
0 Karma

katzr
Path Finder

thank you- I will adjust my monitor stanza- do you know an easy way to run a search against two sources and compare all of the field values per field to see if they are the same and the file is the same?

0 Karma

FrankVl
Ultra Champion

The partial file is probably caused by whatever tool you use to upload the csv file, apparently it does so in chunks and only once complete, renames it to the proper filename. It appears this is taking so long that Splunk already picks up on the partial file, before the upload completes.

So I would expect Splunk will only hold a subset of events with source=*partial compared to the proper source.

Making the monitor path more specific as suggested by micahkemp would indeed fix that.

0 Karma

micahkemp
Champion

I would suggest posting that as a separate question. You're likely to get better answers, due to a larger audience.

0 Karma
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 ...