The Peer Nodes page displays the current peer relationships. From here, you can add and delete peers.
Adding a peer creates a peer relationship between two Loggers, two ArcSight Managers, or a Logger and a Manager. Once added, you can delete a peer, but you cannot edit it. See Guidelines for Configuring Peers for more information.
Adding a peer on a Logger is a bi-directional process. That is, when Logger A adds peer access for Logger B, Logger B automatically adds peer access for Logger A. Similarly, if you delete the peer access for B on A, the peer access for A is automatically deleted on B.
To add a peer:
Open the Configuration > Advanced menu and click Peer Nodes.
Click Add and enter the following parameters.
|
Parameter |
Description |
|---|---|
|
Peer Hostname/IP |
Enter the target Manager or Logger’s hostname or IP address. |
|
Peer Port |
Use the port configured when installing or initially configuring the target system. See Guidelines for Configuring Peers. By default, this is Port 443 for the Logger Appliances. |
|
Peer Login Credentials Peer Authorization Credentials |
Select Peer Login Credentials for password-based authentication. OR Select Peer Authorization Credentials to use an Authorization ID and Code.
|
|
If you selected Peer Login Credentials… |
|
|
Peer User Name |
Enter a user name already configured on the target system. |
|
Peer Password |
Enter the password for the user specified in the Peer User Name field. |
|
If you selected Peer Authorization Credentials… |
|
|
Peer Authorization ID |
Enter the authorization ID generated on the target Manager or Logger. (See To generate the Authorization ID and Code to use when configuring a peer relationship: for more information.) |
|
Peer Authorization Code |
Enter the authorization code generated on the target Manager or Logger. (See To generate the Authorization ID and Code to use when configuring a peer relationship: for more information.) |
|
Other Fields These fields need to be updated in rare circumstances. |
|
|
Local Hostname/IP |
In most cases, the value in this field matches the IP address or host name you use to connect to this Logger from your browser, and you do not need to do anything. However, if the IP address does not match (for example, when the Logger is behind a VPN concentrator), change the value to match the IP address or host name with which you connect to this Logger. |
|
Local Port |
In most cases, the value in this field matches the port in your browser when you logged into this system (the initiating Manager or Logger), and you do not need to do anything. However, if the port here does not match the port in the IP address, (for example, when the Manager or Logger is behind a VPN concentrator), change the value to match the port in the IP address in your browser. |
If the peer you're adding has an older Logger version (prior to 7.1.x), you might get a "Peer logger could not be pinged!" error while adding it. If this is the case, follow the instructions below to add cipher suites to both Loggers before trying to add it again:
Go to the logger.properties file.
Replace with the property below:
fips.ssl.enabledciphersuites=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA
Once the property has been added, stop and restart the Logger services by entering the following commands one after the other:
| For Logger Appliance | For Software Logger |
/opt/local/monit/bin/monit stop all
|
<install-path>/current/arcsight/logger/loggerd stop all
|
/opt/local/monit/bin/monit summary
|
<install-path>/current/arcsight/logger/loggerd status
|
/opt/local/monit/bin/monit start all
|
<install-path>/current/arcsight/logger/loggerd start all
|
(Conditional) If having performed the above steps you still face any issues, you might need to add or replace the cipher suites on the httpd.conf file, as follows:
SSLCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:AES128-GCM-SHA256:AES128-SHA256
Deleting a peer removes the peer relationship between two Loggers or two ArcSight Managers, or a Manager and a Logger. You can perform this process from either peer.
To delete a peer: