Configuring Destinations for Event Throughput Chart
You can configure the destinations for a specific application, for which you want to view the Event Throughput chart.
- Procedure
- Navigate to the location BE_HOME/teagent/config/ and open the beEntityMap.xml file for editing.
- Add the entry of the destination to be monitored for a specific application in the following syntax.
<app name="APPLICATION_NAME" > <entity-group type="destination" > <entity name="DESTINATION_NAME" alias="DESITNATION_ALIAS" /> </entity-group> </app>
where,
- APPLICATION_NAME - Name of the application which holds the destinations.
- DESTINATION_NAME: URI of the destination to be monitored.
- DESTINATION_ALIAS - Update this attribute if an alias is to be shown in the chart for a particular destination.
Note:- For an application if the entry is not present in the configuration file, event throughput chart displays results for all destinations.
- The property
max-series
in the beEntityMap.xml file specifies the number of chart series to be shown. Update this property to limit the number of series.