Skip to main content
Version: 7.2402.x.x RR

Common attributes

The tables below give an overview of the configuration attributes related to the client-side Java Message Service JMS and the HTTP configuration. These attributes are used by all or most of the nevisDetect components.

NameType/unitDefaultDescriptionProperties file(s)
jms.receiveTimeoutint/msec1000The timeout to use for receiving calls.admin.properties core.properties entrypoint.properties persistency.properties
jms.topic.timeToLiveint/msec60000The time to live of a JMS message. After this time, the broker will discard the message.
jms.queue.timeToLiveint/msec600000See the attribute jms.topic.timeToLive.
jms.client.brokerURLURLThe JMS broker URL.core.properties entrypoint.properties persistency.properties
jms.client1.brokerURLURLThe JMS broker URL. Multiple clients may be present, one URL for each.admin.properties
jms.client.keyStorefileThe Java keystore file used for establishing the TLS connection to the JMS broker.
jms.client.keyStorePasswordstringThe passphrase for the keystore.
jms.client.trustStorefileThe Java truststore file used for establishing the TLS connection to the JMS broker.
jms.client.trustStorePasswordstringThe passphrase for the truststore.
jms.heartbeatPeriodint/msec2000Defines the heartbeat period.
jms.listener.queue.concurrencystring3-100Sets the JMS listener scaling. The syntax of this attribute is: <min #threads>-<max #threads>core.properties
NameType/unitExampleDefaultDescriptionProperties file(s)
http.client.connectTimeoutint500The timeout for establishing a TCP connection in milliseconds.behaviosec-plugin.properties core.properties entrypoint.properties proxy-plugin.properties
http.client.retryTimeoutint5000The retry timeout in case of a connection error or an HTTP error code in milliseconds.nevisadapt-plugin.properties proxy-plugin.properties
http.client.keyStorefilefile:/var/opt/
neviskeybox/default/rdf/
entrypoint_keystore.jks
The Java keystore file used for establishing the TLS connection.behaviosec-plugin.properties core.properties entrypoint.properties proxy-plugin.properties
http.client.keyStorePasswordstringThe passphrase for the keystore.behaviosec-plugin.properties core.properties entrypoint.properties proxy-plugin.properties
http.client.trustStorefilefile:/var/opt/neviskeybox/
default/rdf/truststore.jks
The Java truststore file used for establishing the TLS connection.behaviosec-plugin.properties core.properties entrypoint.properties proxy-plugin.properties
http.client.trustStorePasswordstringThe passphrase for the truststore.behaviosec-plugin.properties core.properties entrypoint.properties proxy-plugin.properties
http.client.readTimeoutint100000The read timeout in milliseconds.core.properties entrypoint.properties
http.client.maxConnectionPoolSizeint5The size of the TCP connection pool.core.properties entrypoint.properties
rest.configuration.polling.enabledbooleantrueThe polling settings for the REST configuration.core.properties entrypoint.properties
rest.configuration.polling.wait-timeint3000The polling wait time in milliseconds.core.properties entrypoint.properties

Liveness and health services

For details about the liveness and health services, see chapter Liveness and health services.

NameType/unitDefaultDescriptionProperties file(s)
management.portint-1The port of the management server. The default value "-1" disables the management server.To enable the management server, choose a port number >0.admin.properties core.properties entrypoint.properties persistency.properties
management.server.addressstring127.0.0.1The bind address of the management server.admin.properties core.properties entrypoint.properties persistency.properties
management.context-pathstring/The context path of the management server.admin.properties core.properties entrypoint.properties persistency.properties
management.security.enabledbooleanfalseFlag for enabling/disabling the security of the management server.admin.properties core.properties entrypoint.properties persistency.properties
spring.main.web-environmentbooleanfalseFlag for enabling the management server for the Core and the Feature Correlator component. For the Core and the Feature Correlator component, the property must be set to "true".core.properties entrypoint.properties