Knowledge Management

Splunk 5.0 on the fly reports in excel

epreston
New Member

During the Splunk Conf they showed an spread sheet that had reports and whenever it was opened it would go back and query the information from Splunk to update the information on the fly.

What is that called? Is there any documentation for it?

0 Karma

piebob
Splunk Employee
Splunk Employee

i believe what you're talking about is called lookups:
http://docs.splunk.com/Documentation/Splunk/5.0/Knowledge/Aboutlookupsandfieldactions

typically, this feature is used to bring in information from said spreadsheet and add it to your search results, but you can also use the 'outputlookup' command to write results from a search to a file on your filesystem:
http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/Outputlookup

if you ran a scheduled saved search that included an outputlookup command, you could achieve the situation you describe, although it won't update the spreadsheet automatically just by opening it.

this module might also achieve some of your goals;
http://splunk-base.splunk.com/apps/29336/splunk-for-excel-export

but i'm in retrospect (thanks #splunk IRC!) thinking you meant this:
http://splunk-base.splunk.com/apps/58162/odata-for-splunk

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...