New Relic monitoring for SAP includes a list of out-of-the-box feature components. Follow the instructions below to locate and install them. To perform these tasks, you must have New Relic Admin privileges on the account.
Install dashboards
Go to one.newrelic.com > Dashboards.
To view all the SAP dashboards, in the Recommended Dashboards section, click view all. See Dashboards for an introduction to our custom dashboards feature.
Important
You may also navigate to Integrations & Agents and search for New Relic Monitoring for SAP Solutions to automatically download all the dashboards.
Search for SAP and install the following dashboards:
- SAP Dashboards
- SAP Cockpit
- SAP Data Collection Monitoring
- SAP Data Ingestion Estimate
Important
For the SAP Cockpit dashboard, you must create a lookup table named
NR_LKUP_SYSTEM
.
Add dashboard filter
- Go to one.newrelic.com > Dashboards.
- Enable facet linking for filtering:
- Click the ellipsis (…) on the widget’s upper right corner.
- Select Edit to open the edit screen.
- Toggle the Filter the current dashboard switch.
- Facet linking can be enabled for Tables, Pie Charts, and Bar Chart widgets to filter by SAP system, instance, IDOC status, jobs, etc.
Create lookup table (SAP cockpit only)
The SAP Cockpit dashboard uses a lookup table for SAP systems and their environments.
- Create the lookup table with two columns:
SYS_ID
andEnv
, and save it as a CSV file. Here is a sample of the lookup file:- SYS_ID Env
- GD1 DEV
- SD2 DEV
- AQ1 Testing
- AQ2 Testing
- SP1 Prod
- SP2 Prod
- Go to Log > Lookup Table from the menu.
- Click Add a table.
- In the Add a lookup table sidebar, name the table to NR_LKUP_SYSTEM, and upload the CSV file.
- To verify the table content, use the query builder with
FROM lookup(NR_LKUP_SYSTEM) SELECT *
, then click Run.