Configure RUEI OCI Marketplace Application
This step is only required if you use APM to monitor EBS Forms-based applications. If you don't plan to monitor Forms-based applications, skip it and proceed to Use APM to Monitor Oracle E-Business Suite.
If you want to monitor EBS Forms-based applications, you need to configure a RUEI instance already deployed in Oracle Cloud Infrastructure (OCI) Marketplace.
Deploying RUEI in OCI Marketplace is the recommended deployment method and it's used for new deployments. For information about how to deploy RUEI in OCI Marketplace, see Deploy an Oracle Real User Experience Insight Instance in Oracle Cloud Infrastructure (OCI) Marketplace.
If you already have a RUEI instance in OCI Marketplace, you need to upgrade it to version 13.5.1.0.2 or higher before proceeding with this configuration.
For RUEI information about monitoring EBS and integrating APM, see Enabling APM Integration.
You can also use an on-premise RUEI deployment, but that usecase is not covered in this section.
Configure RUEI to Monitor the EBS instance
To configure RUEI to monitor the desired EBS instance, do the following:
source /etc/ruei.conf
sudo su - $RUEI_USER
execsql config_set_match_http_api "<EBS_suite_name>" apm "<Data_Upload_Endpoint>/20200101/observations/private-span?dataFormat=apm&dataFormatVersion=1&dataKey=<Private_Data_Key>"
From the above statement, replace
<EBS_suite_name>
with the RUEI application name
configured for the monitored EBS application. Also, replace the values of the
<Data_Upload_Endpoint>
and
<Private_Data_Key>
with the ones for your APM
environment. For more information, see Obtain Data Upload Endpoint and Data Keys.
Configure RUEI to Send Data to APM for Only Forms Traffic of the Monitored EBS Instance
source /etc/ruei.conf
sudo su - $RUEI_USER
execsql config_set_match_http_api_filter "<EBS_suite_name>" apm EBS_FRAMEWORK == form-based
From the above statement, replace
<EBS_suite_name>
with the RUEI application name
configured for the monitored EBS application.
To use APM with RUEI, the APM Data Upload Endpoint needs to be configured in RUEI as a destination to send data to. The APM Data Upload Endpoint and Private Data Key can be obtained from the APM Domain page. For details, see Obtain Data Upload Endpoint and Data Keys.
For information about RUEI configuration and integration to APM, see Enabling APM Integration.