Reporting

Methods to export reports

rlautman
Path Finder

I am looking into the different methods that can be used to extract reports from Splunk - I have recently had a request from a team for whom I create a daily report on Splunk and mail to them. They are now asking that this report be automated (I have asked a question regarding this here) and that this automated report be forwarded to them to be used in an Information Tool via one of the following 3 methods:

  1. Use a webservice to retrieve the report and place it in their tool
  2. Send the report to a Sharepoint site for them to retrieve the information from
  3. Send the report to a SQL server

Are these methods of extraction possible with Splunk? Or is there another method that anyone could suggest?

0 Karma

jonuwz
Influencer

Not out the box.

There's 2 options.

  1. run a script when the saved search runs. One of the arguments is the location of the file that contains the results. Parse it, then send the results to wherever.
  2. Write it all in python / java - there are SDKs that allow you to get data out of splunk. So you could periodically run this script / program to populate the other tool without relying on splunk to do the scheduling.
0 Karma

jonuwz
Influencer
0 Karma

rlautman
Path Finder

Great, thanks for the tips - could you recommend some SDKs so I can take a look?

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