All Apps and Add-ons

Can I copy the indexed data to my Data Wareshouse for inclusion in enterprise reporting tools?

Jake_Edwards
New Member

I am interested in copying some of and maybe all the indexed data from splunk to our enterprise data warehouse(Oracle 11G) for inclusion in our enterprise reporting solutions. Is this possible?

Tags (1)
0 Karma

bchen
Splunk Employee
Splunk Employee

One way is to utilize CSV data format as the means by which to transfer data.

You can select what you want via coming up with the search string that gets the dataset that you want to import to Oracle. Search results are tabular, so it can easily be imported to a table in oracle.

You can then export to a csv file via the "outputcsv" command, for instance:

‘sourcetype=”samplesourcetype” SenderIP=”192.168.0.12” | outputcsv myoutputfile.csv’

(see: http://blogs.splunk.com/2009/08/07/help-i-cant-export-more-than-10000-events/)

You can then import via SQL Loader into a table. (table creation, metadata mapping, etc. is left as an exercise to the user)

Hope this helps!

0 Karma

jbsplunk
Splunk Employee
Splunk Employee

Yes, it is possible. You can use the documentation here to set something like this up:

http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Forwarddatatothird-partysystemsd

0 Karma

jbsplunk
Splunk Employee
Splunk Employee

data can be forwarded to the oracle system using this mechanism and then formatted accordingly. the CSV approach is certainly valid, but it won't get the data into the oracle database. The data still has be be transferred.

0 Karma

bchen
Splunk Employee
Splunk Employee

Unsure how this applies to Oracle.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...