Getting Data In

Indexing Zipped Files

mhtedford
Communicator

I have about 500 excel files that I need to index into Splunk.

If I upload each file individually, I pick my sourcetype in the Add Data wizard and all the events show up correctly.

If I zip all the files together into a single file, I select the same sourcetype, but I cannot see a preview of the sample events: http://imgur.com/a/Un4xL

Splunk then gets confused when parsing the time stamp from the zipped file, and events show up with the wrong time.

Here are the sourcetype settings I'm trying to use: http://imgur.com/a/5F4bK

Is there a way to make the events load correctly for the zipped file, instead of uploading all 500 files individually?

0 Karma

woodcock
Esteemed Legend

What you need is the add oneshot command from the CLI. Write a small script to shoot each file (do not ZIP them all together) and pass in the sourcetype as a parameter so that your timestamping is done correctly as per your configuraitons for that sourcetype:

https://docs.splunk.com/Documentation/SplunkCloud/6.6.0/Data/MonitorfilesanddirectoriesusingtheCLI

niketn
Legend

@mhtedford, is the intent of zipping the file only to upload multiple files to Splunk index in single shot, or the CSV files are created as zip through your existing system/application?

If individual file upload is working fine, and there is not hard and fast need to upload a zip file, then you can choose Monitor folder option instead of Upload file. You can put all the files to the folder, and Splunk should pick them up.

PS: Monitor Folder allows you to select folder from UI (instead of individual file).

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

mhtedford
Communicator

@niketnilay

The intent of zipping the file is only to upload multiple files to Splunk index in a single shot.

I'm trying to use the Monitor folder option, but I am having trouble finding my folder: http://imgur.com/a/OfZZA

It's currently located on my desktop, but the folder is empty in the Splunk wizard. Please advise

0 Karma

niketn
Legend

What is the folder name and path? You can also directly set the path using text box in the Splunk UI.

Monitor Folder will should folders and not files since by default it will monitor all the files inside the folder (unless you want to restrict the same through Whitelist and/or Blacklist).

In the screenshot attached you have selected entire c drive. For adding a folder on your desktop you should navigate to Users folder and then to your logged in username folder.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

mhtedford
Communicator

This is the error I get when I try to set the path directly: http://imgur.com/a/hAStX

When I navigate to the Users folder and then my username, all the folders are empty. I think the permissions might not allow, and I'm not sure how to fix that.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...