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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

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