Skip to main content
Skip table of contents

KB 172: HANA Dashboard Shows All Systems in System Dropdown

Category: Problem

Priority: Normal

Platform: Splunk (Enterprise and Cloud, PowerConnect Splunk App version 7.2.0)

Version: 1 from 28.02.2023

Description

The system dropdown inputs in the “HANA DB Load History,“ and “HANA Config (INI) Change,“ dashboards show all systems—including those not based on HANA DB.

Cause

The underlying query populating this input does not filter on the systems' database types.

Resolution

For each dashboard:

  1. Click the “Edit” button on the top right of the dashboard.

  2. Open up the edit dialog for the “SAP System” input.

    The edit button looks like a small pen.

  3. Under dynamic options, add the filter parameters on the query.

    CODE
    | where 'Database System'="HDB" AND Source!=""

    Before

    After

  4. Click “Apply” on the dialog to close it.

  5. Click “Save” to save the dashboard.

JavaScript errors detected

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

If this problem persists, please contact our support.