Splunk ITSI

ITSI - Is there a setting to have the Service Analyzer Screen refresh

sbowser_splunk
Splunk Employee
Splunk Employee

Hi,
The Service Analyzer screen appears to be static and does not change after initial viewing of the Services and KPI's.
I would like to see the screen refresh every 5 minutes, but I can't seem to find the documentation on how to do this (assuming that my first statement is correct).

So, my questions are:
1) Is there a setting for this?
2) If so, what .conf file and parameter is it?

Thank you.

0 Karma
1 Solution

ansif
Motivator

Refer the below documnet:

https://docs.splunk.com/Documentation/ITSI/3.0.1/User/ServiceAnalyzer

Automatically refresh the service analyzer
You can automatically refresh the service analyzer when a relative time range is selected from the time picker (as opposed to real-time). By default, auto-refresh is disabled for service analyzer. To enable it, create itsi_service_analyzer.conf in $SPLUNK_HOME/etc/apps/SA-ITOA/local and add the following stanza to it:

[auto_refresh]
disabled = 0
interval = 180
Interval is in seconds and defines the time interval to automatically refresh service analyzer. This configuration file setting applies to the default service analyzer and all saved service analyzers. For more information about this configuration file, see $SPLUNK_HOME/etc/app/SA-ITOA/README/itsi_service_analyzer.conf.spec.

Auto-refresh is disabled if a real-time selection is made in the time picker.

View solution in original post

ansif
Motivator

Refer the below documnet:

https://docs.splunk.com/Documentation/ITSI/3.0.1/User/ServiceAnalyzer

Automatically refresh the service analyzer
You can automatically refresh the service analyzer when a relative time range is selected from the time picker (as opposed to real-time). By default, auto-refresh is disabled for service analyzer. To enable it, create itsi_service_analyzer.conf in $SPLUNK_HOME/etc/apps/SA-ITOA/local and add the following stanza to it:

[auto_refresh]
disabled = 0
interval = 180
Interval is in seconds and defines the time interval to automatically refresh service analyzer. This configuration file setting applies to the default service analyzer and all saved service analyzers. For more information about this configuration file, see $SPLUNK_HOME/etc/app/SA-ITOA/README/itsi_service_analyzer.conf.spec.

Auto-refresh is disabled if a real-time selection is made in the time picker.

kyle
New Member
This worked for me, thank you very much
0 Karma

sbowser_splunk
Splunk Employee
Splunk Employee

This is great! I'll put this on my test instance today!

0 Karma

lloydknight
Builder

Hello @sbowser_splunk

I believe it would appear static if the health scores and kpis' values were not changing values

In addition, as per Splunk Doc,

The minimum time range that can be selected in the time picker is 45 minutes. This is the minimum length of time needed to ensure all KPI data is available. If you select Last 15 minutes, or any time range that is less than 45 minutes, the time picker is automatically set to 45 minutes.

Hope it helps!

Thanks!

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...