Relay-server ConfigurationRelay-server Configuration
NchanPropertiesNchanProperties
Name | Default value | Type | Description |
---|---|---|---|
rsa.netwitness.relay.agent-subscribe-channel |
/agent/subscribe |
string |
Subscription nchan URL to get the responses published by endpoint-server |
rsa.netwitness.relay.connection-timeout |
60 |
seconds |
Max time to wait for the connection to be created |
rsa.netwitness.relay.max-connections |
100 |
integer |
Maximum number of connections allowed to nchan from relay server |
rsa.netwitness.relay.nchan-base-url |
string |
URL of the Nchan service |
|
rsa.netwitness.relay.read-timeout |
120 |
seconds |
Max time to wait for the response before throwing error |
rsa.netwitness.relay.server-metrics-url |
/nchan_stub_status |
string |
URL to get the nchan metrics |
rsa.netwitness.relay.server-publish-channel |
/endpoint_server/publish |
string |
Publish nchan URL to forward the requests and endpoint-server will read from there |
RelayPkiPropertiesRelayPkiProperties
Name | Default value | Type | Description |
---|---|---|---|
rsa.netwitness.relay.pki.certificate-path |
/etc/pki/nw/service/import |
string |
location of the certificate and private key |
rsa.netwitness.relay.pki.initial-delay |
5 |
seconds |
Time to wait before reloading the keystore if needed |
rsa.netwitness.relay.pki.relay-cert-name |
relay-server-cert.chain |
string |
the file name of the relay-server certificate chain |
rsa.netwitness.relay.pki.relay-key-name |
relay-server-key.pem |
string |
the file name of the relay-server private key |