Splunk Search

Accelerate transaction searches

horacechan
New Member

Hi,

I am fairly new to Splunk. Is there a way to accelerate searches that use the 'transaction' command? Whenever I try to save this as accelerated search, it fails to save.

index=myidx sourcetype="my-logs" (jobtype OR appid) | transaction tid keepevicted=true maxspan=180 | fillnull value=null appid | stats count by jobtype, appid

Thanks!

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

That search does not qualify for Report Acceleration due to the non-streaming transaction command being used before the first transforming command (stats😞 http://docs.splunk.com/Documentation/Splunk/6.0.2/Knowledge/Manageacceleratedsearchsummaries#Example...

martin_mueller
SplunkTrust
SplunkTrust

Without knowing the data or your requirements for the result, same way as speeding up any other search. Filter as much as possible as early as possible, restrict timeranges, consider summarizing searches, etc.

0 Karma

horacechan
New Member

Thanks for you quick response.

Do you know of a good way to speed up the "transaction" command?

0 Karma
Get Updates on the Splunk Community!

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

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...