/
KB 199 - Application Servers Overview Error

KB 199 - Application Servers Overview Error

KB 199 (Splunk): Application Servers Overview Error

Category: Problem

Priority: Normal

Category: Problem

Priority: Normal

Platform: Splunk

Version: 1 from 25.03.2024

Description

Reported in 8.1.0. In the Application Servers Overview dashboard in the Splunk App, the main panel will not display Total Request Time data. This issue has likely been present since the dashboard was added in Splunk App version 7.0.0.

Cause

A mistype in the query prevents it from joining data from the SM51_QUEUE event type.

Resolution

A Splunk Admin or user with edit privileges will need to modify the dashboard.

  1. Open the Application Servers Overview dashboard.

  2. Click image-20240325-221631.png on the top right of the page.

  3. Click the image-20240325-221124.png icon to edit the main panel.

  4. Replace search line 13 with corrected SPL. Before and After are shown below.
    Before:

    | stats sum(REQ_WAIT) as "Total Request Time", values(INSTANCE_NAME) as "NAME"

    After:

    | stats sum(REQ_WAIT) as "Total Request Time" by INSTANCE_NAME | rename INSTANCE_NAME as NAME
  5. Click image-20240325-221703.png after the change has been made.

  6. Click image-20240325-221607.png at the top right of the page. 

Related content

KB 160 - "Availability" panel showing wrong result in System Overview Dashboards
KB 160 - "Availability" panel showing wrong result in System Overview Dashboards
More like this
KB 98 - CPU, Memory and Availability gauges displaying 0 values v 6.2.0 bug
KB 98 - CPU, Memory and Availability gauges displaying 0 values v 6.2.0 bug
More like this
Release Notes for Splunk App v6.6.0
Release Notes for Splunk App v6.6.0
More like this
KB 158 - “Overall Statistics” table not rendering for some systems in STATS Details Dashboard
KB 158 - “Overall Statistics” table not rendering for some systems in STATS Details Dashboard
More like this
KB 117 - REST Endpoint error on Splunk Distributed Environment
KB 117 - REST Endpoint error on Splunk Distributed Environment
More like this
Release Notes for Splunk App v6.9.1
Release Notes for Splunk App v6.9.1
More like this