Getting Data In

how to upload oracle table dump or CSV files in splunk collection?

abarnwal
New Member

Hi All
We have a requirement to upload oracle table dump to splunk collection. We have generated dump in CSV file format but couldn't find any utility to upload the same in splunk collection. We have got to know splunk collection works in similar fashion as Mongo DB collection. We have found a command to upload CSV file in mongo DB collection but didn't find any option to run same command in splunk. Please let us know if there is any option to achieve the same.

Thanks in advance

Tags (2)
0 Karma

abarnwal
New Member

@Neelamssantosh, Thanks for your reply.
The link which you have provided is for creating file based lookups to search data more efficiently.
My requirement is different. I need to load oracle table dump/CSV files in splunk KV store collection.
Please refer to below link to know more about KV store collection:
http://dev.splunk.com/view/SP-CAAAEZT

0 Karma

neelamssantosh
Contributor

If the csv/file and splunk are in same location then use the below link upto "upload lookup table"
http://docs.splunk.com/Documentation/Splunk/6.2.3/PivotTutorial/AddlookupfilestoSplunk

then to search/access the data use the command,
"| lookup filename.csv" or "| inputlookup filename.csv"

For more information,
http://docs.splunk.com/Documentation/Splunk/6.2.3/Knowledge/Addfieldsfromexternaldatasources

0 Karma

abarnwal
New Member

Below is the command to load csv file in mongo DB collection:

mongoimport --db users --collection contacts --type csv --headerline --file /opt/backups/contacts.csv

Here collection name is contacts and CSV file name is contacts.csv.

0 Karma
Get Updates on the Splunk Community!

How to Send Splunk Observability Alerts to Webex teams in Minutes

As a Developer Evangelist at Splunk, my team and I are constantly tinkering with technology to explore its ...

.conf25 Registration is OPEN!

Ready. Set. Splunk! Your favorite Splunk user event is back and better than ever. Get ready for more technical ...

Detecting Cross-Channel Fraud with Splunk

This article is the final installment in our three-part series exploring fraud detection techniques using ...