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!

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