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
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
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
Hi @jpolcari, that's great. Thank you for taking the time to reply.
Many thanks and kind regards
Chris
Be sure to click Accept
on this answer to close the question.
Sorry @woodcock!