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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI! Discover how Splunk’s agentic AI ...

[Puzzles] Solve, Learn, Repeat: Dereferencing XML to Fixed-length events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

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

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...