Splunk Search

Report Acceleration & Lookup Table

IRHM73
Motivator

Hi, I wonder whether someone may be able to help me please.

Could someone possibly tell me whether it's possible to build a lookup table from the results of an "Accelerated Report"?

Many thanks and kind regards

Chris

0 Karma
1 Solution

jpolcari
Communicator

You should be able to using the outputlookup command to add the results of the report into a lookup table.
https://docs.splunk.com/Documentation/Splunk/6.4.2/SearchReference/Outputlookup

Asuming it is already formatted how you want it, you could do something like this. If you need to append to continually update the results, that is possible as well:

report search | outputlookup lookuptablename

View solution in original post

0 Karma

jpolcari
Communicator

You should be able to using the outputlookup command to add the results of the report into a lookup table.
https://docs.splunk.com/Documentation/Splunk/6.4.2/SearchReference/Outputlookup

Asuming it is already formatted how you want it, you could do something like this. If you need to append to continually update the results, that is possible as well:

report search | outputlookup lookuptablename
0 Karma

IRHM73
Motivator

Hi @jpolcari, that's great. Thank you for taking the time to reply.

Many thanks and kind regards

Chris

0 Karma

woodcock
Esteemed Legend

Be sure to click Accept on this answer to close the question.

0 Karma

IRHM73
Motivator

Sorry @woodcock!

0 Karma
Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...