Integrating with TrueSight Intelligence for metric data
TrueSight Operations Management component requirements
Component | Required version |
---|---|
TrueSight Presentation Server | 11.0.00 and later |
TrueSight Infrastructure Management | 11.0.00 and later |
Java Runtime Environment (JRE) | 1.8 |
To enable the integration
Perform the following steps to enable the integration:
Step # | Details | Reference |
---|---|---|
1 | Download the TrueSight Intelligence Metric Adapter software from the Downloads console. |
|
2 | Install the TrueSight Intelligence Metric Adapter on the Presentation Server, or on a remote computer. |
|
3 | Add the TrueSight Intelligence Metric Adapter as a component in the Presentation Server. |
To manage the TrueSight Intelligence Metric Adapter
Run the following commands from the installedDirectory\bin folder to perform actions on the TrueSight Intelligence Metric Adapter.
Action | Windows | Linux |
---|---|---|
Register the TrueSight Intelligence Metric Adapter service. | tda service register | ./tda service register(Root user only) |
Start the TrueSight Intelligence Metric Adapter | tda server start | ./tda server start |
Check if the TrueSight Intelligence Metric Adapter is running | tda server status | ./tda server status |
Stop the TrueSight Intelligence Metric Adapter | tda server stop | ./tda server stop |
Unregister the TrueSight Intelligence Metric Adapter service. | tda service deregister | ./tda service deregister(Root user only) |
To customize the TrueSight Intelligence Metric Adapter
The tda.conf file located in the installedDirectory\conf folder lets you customize the TrueSight Intelligence Metric Adapter. The following table lists a couple of properties:
Property | Value |
---|---|
tda.server.protocol | The protocol (http or https) for communication between the Presentation Server and the TrueSight Intelligence Metric Adapter. |
tda.server.port | The port for communicating with the TrueSight Intelligence Metric Adapter. |
Known limitations
The following limitations exist when you integrate with TrueSight Intelligence for metric data:
Limitation | Impact |
---|---|
Special characters | TrueSight Intelligence allows the following special characters in the source field: _ . - / @ % Any data that contains other special characters is dropped. |
Instance and application mapping | In TrueSight Intelligence, a source can be associated with only one application at any point. A source may not always be associated with the same application. |
Source length limitation | TrueSight Intelligence has a 100-character limitation on the source length. A full-path representation of an instance that is more than 100 characters cannot be represented in TrueSight Intelligence. Workaround: To disable the full-path representation, add the following entry in the <installation directory>\pw\custom\conf\pronto.conf file of the Infrastructure Management server: tda.sourcename.showfullpath=false |
Where to go from here
Configure the TrueSight Intelligence metric filter from the TrueSight console. For more information, see Configuring the TrueSight Intelligence metric filter.