/
KB 195 - System dropdowns for database, cloud, or java dashboards not populating in Splunk App v8.0.1
KB 195 - System dropdowns for database, cloud, or java dashboards not populating in Splunk App v8.0.1
Category: Problem | Priority: Normal |
---|---|
Platform: Splunk | Version: 1 from 18.123.2023 |
Description
The source selection dropdown does not populate results on dashboards featuring database, cloud, or java data.
Cause
An error in the macro used to populate the dropdown causes no results to return.
Resolution
Go to “Settings”
Click on “Advanced search”
Select “Search macros”
Find and open the “sap-systems(2)” macro
Change “XOR” to “OR” as shown below:
Beforeinputlookup pc_sap_systems | search sys_type="*$sys_type$*" AND (sys_subtype="*$sys_subtype$*" XOR db_type="*$sys_subtype$*")
After
inputlookup pc_sap_systems | search sys_type="*$sys_type$*" AND (sys_subtype="*$sys_subtype$*" OR db_type="*$sys_subtype$*")
Click “Save”
, multiple selections available,
Related content
KB 202 - System dropdown not populating in database or cloud dashboards
KB 202 - System dropdown not populating in database or cloud dashboards
More like this
KB 165 - Out-of-the-box dashboards not populating data
KB 165 - Out-of-the-box dashboards not populating data
More like this
KB 188 - Instance filter non-functional in Splunk File System dashboard
KB 188 - Instance filter non-functional in Splunk File System dashboard
More like this
KB 172 - HANA Dashboard Shows All Systems in System Dropdown
KB 172 - HANA Dashboard Shows All Systems in System Dropdown
More like this
KB 194 - Panel data not populating on SAP Logs Search (8.0.1)
KB 194 - Panel data not populating on SAP Logs Search (8.0.1)
More like this
Release Notes for Splunk App v6.9.1
Release Notes for Splunk App v6.9.1
More like this