Steps
In the file, within the <configuration> tags, locate the following text:
<apmMqConnections>
Within the <apmMqConnections> tags, configure the attributes, by replacing the values within the quotation marks with the values detailed in the following chart.
Note: The heartbeat attributes should not be edited.
Attribute |
Replace text... |
... with the following values: |
Notes |
---|---|---|---|
server key |
KEY |
A unique connection key. |
If there are multiple server entries containing the same key in the configuration file, the last defined server entry is used and all others with the same key are removed when the service starts. |
host |
ENTER_BROKER_HOSTNAME |
The host name of the GE Fleet Message Broker. |
If there are multiple server entries containing the same host name in the configuration file, the last defined server entry is used and the other host names with the same key will be logged as errors in the service log file. |
port | 5672 |
The appropriate port for your configuration.
|
None |
user |
ENTER_MQ_USER_NAME |
The user name for the RabbitMQ Message Broker. |
This field is not required if using SSL to connect to the message broker. |
password |
ENTER_MQ_PASSWORD |
The password for the RabbitMQ Message Broker. |
This field is not required if using SSL to connect to the message broker. Note: Do not delete the ! in front of the password. This symbol is not part of the password itself. Instead, this symbol will cause the password to be encrypted automatically when the service is restarted. |
If you are using SSL configuration, configure the attributes, by replacing the values within the quotation marks with the values detailed in the following chart.
Attribute |
Replace text... |
... with the following values: |
Notes |
---|---|---|---|
sslEnabled |
FALSE |
TRUE |
None |
sslServerName |
SSL_SERVER_NAME |
The Common Name (CN) where the SSL certificate stored. |
Typically, this is the host name of the server to which this client will connect. |
sslCertPassPhrase |
SSL_CERT_PASSWORD |
SSL certificate password. |
Note: Do not delete the ! in front of the password. This symbol is not part of the password itself. Instead, this symbol will cause the password to be encrypted automatically when the service is restarted. |
sslCertPath |
PATH_TO_CERT |
File path to the directory where the SSL certificate is stored. |
The SSL certificate is not supplied by GE Digital It should be obtained from a third-party certificate authority. |
tlsVersions | 1.2 |
The desired encryption algorithm.
|
Only tls1.1 and tls1.2 versions are supported. |
Within the <meridiumconnections> tags, uncomment the example connection tag by deleting <!--EXAMPLE: and the corresponding --> from the beginning and end of the string.
Attribute | Replace text... | ... with the following values: | Notes |
---|---|---|---|
name | NAME | A name to identify the connection to the database. | This value is used only by the configuration file. |
apmMqKey | KEY | The key of the apmMqConnection to use for this connection. | The key must match at least one of the defined keys in the apmMqConnection section. |
applicationServer | ENTER_APP_SERVER | The name of the GE Digital APM server. | None |
datasource | DATA_SOURCE | The name of the GE Digital APM data source to which you want to connect. | The data source value is case sensitive and should be typed exactly as it is defined for the GE Digital APM Server in the Data Sources section of Operations Manager. |
userId | ENTER_USER | The User ID of the Security User whose credentials should be used to log in to the specified GE Digital APM database. | None |
password | ENTER_PASS | The password for the specified user. | Note:Do not delete the ! in front of the password. This symbol is not part of the password itself. Instead, this symbol will cause the password to be encrypted automatically when the service is restarted. |
Results
Your settings will be applied when you start or restart the Meridium GE Service.
What's Next?
Copyright © 2018 General Electric Company. All rights reserved.