Monitoring Splunk

performance of form

smolcj
Builder

hi,
i have views/forms that consists of a dropdown box and several other panels(single value panels, tables, charts) derived from this dropdow box. the time taken by the form to load is really long. i have another issue like, some times, only some of the panels will load and others will not(i have already posted this question). i have posted my code here
How can i improve the performance? Is this issue because of the transaction commands used in the form ?
please help
thank you

Tags (1)
0 Karma
1 Solution

Drainy
Champion

The best way to look into what is causing long load times is to use the Jobs link in the top right. Here you can inspect your searches, even ones that are embedded into dashboards, and look at the overall times they take to execute. It also provides a breakdown of the different parts that take the longest - this way you can identify if its transaction that is taking the time.

Also, another major cause of slowdown like you describe is if a timerange isn't being appended to your search correctly, this can result in searches in your jobs window as showing as earliest=1970 sometime 😉 This can take a while to run..

Search Job Inspector;

http://docs.splunk.com/Documentation/Splunk/4.3/SearchReference/SearchJobInspector

View solution in original post

Drainy
Champion

The best way to look into what is causing long load times is to use the Jobs link in the top right. Here you can inspect your searches, even ones that are embedded into dashboards, and look at the overall times they take to execute. It also provides a breakdown of the different parts that take the longest - this way you can identify if its transaction that is taking the time.

Also, another major cause of slowdown like you describe is if a timerange isn't being appended to your search correctly, this can result in searches in your jobs window as showing as earliest=1970 sometime 😉 This can take a while to run..

Search Job Inspector;

http://docs.splunk.com/Documentation/Splunk/4.3/SearchReference/SearchJobInspector

Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...