Skip to main content
Skip table of contents

KB 199: Application Servers Overview Error

KB 199 (Splunk): Application Servers Overview Error

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:

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

    After:

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.