nevisDetect Feature Correlator
For a proper functioning of the Feature Correlator component of nevisDetect, you need to specify some attributes specific for the Feature Correlator, see the table below. You set the attributes in the file /var/opt/nevisdetect/entrypoint/conf/entrypoint.properties.
Name | Type/unit | Default | Description |
---|---|---|---|
icapServer.master.tcp-options | string | SO_BACKLOG=256 | These attributes define the TCP options for the ICAP server. |
icapServer.worker.tcp-options | string | SO_KEEPALIVE=FALSE, TCP_NODELAY=false | These attributes define the TCP options for the ICAP server. |
icapServer.master.corePoolSize | string | 2 | These attributes define the server thread pool for the ICAP server listener thread. |
icapServer.master.maxPoolSize | string | 2 | These attributes define the server thread pool for the ICAP server listener thread. |
icapServer.master.queueCapacity | string | 0 | These attributes define the server thread pool for the ICAP server listener thread. |
icapServer.worker.corePoolSize | int | 10 | These attributes define the server thread pool for the ICAP server worker threads. |
icapServer.worker.maxPoolSize | int | 100 | These attributes define the server thread pool for the ICAP server worker threads. |
icapServer.worker.queueCapacity | int | 200 | These attributes define the server thread pool for the ICAP server worker threads. |
icapServer.riskscore Propagation.riskScoreFormat | string | #.### | These attributes configure the format of the propagated risk scores. |
icapServer.riskscore Propagation.singleHeader | boolean | false | These attributes configure the format of the propagated risk scores. |
icapServer.host | string | The TCP listener host. | |
icapServer.port | int | The TCP listener port. |