/
KB 202 - System dropdown not populating in database or cloud dashboards
KB 202 - System dropdown not populating in database or cloud dashboards
KB 202 (Splunk 8.0+): System dropdown not populating in database or cloud dashboards
Category: Problem | Priority: High |
---|---|
Platform: Splunk | Version: 1 from 10.04.2024 |
Description
On Splunk App version 8.0+, the system input in SAP Cloud or Database dashboards may not populate.
Cause
A Splunk bug does not allow XOR in certain use cases, leading to search macro “sap-systems(2)” that does not properly resolve.
Resolution
Go to “Settings > Advanced Search > Search Macros”
Find the “sap-systems(2)” macro.
Change it to reflect the modified condition shown below.
Beforeinputlookup pc_sap_systems | search sys_type="*$sys_type$*" AND (sys_subtype="*$sys_subtype$*" XOR db_type="*$sys_subtype$*")
After - The XOR has changed to an OR
inputlookup pc_sap_systems | search sys_type="*$sys_type$*" AND (sys_subtype="*$sys_subtype$*" OR db_type="*$sys_subtype$*")
, multiple selections available,
Related content
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
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 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 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
KB 103 - PowerConnect Splunk App – Process Chain Dashboard Guide
KB 103 - PowerConnect Splunk App – Process Chain Dashboard Guide
More like this