Redis instance
Optional – Changing the HotDB
A Redis instance is used as HotDB for communication and storage of the request data between Airlock Anomaly Shield and the Security Gate process.
By default, the globally configured Redis (session store) instance of the Gateway is used, but this can be changed as follows:
- Define the new Redis instance in the global Expert Settings.
- Reference which Redis service is used as HotDB for the Anomaly Shield
AnomalyShield.Redis.Service
. - Add the Redis server address and port information to the configuration file of the ML-Service.
- Example
Path:
/opt/airlock/ml-service/conf/ml.ini
hot_db = server:80.264.93.142:6379
Functional limitation
The AnomalyShield.Redis.Service
can not handle Redis clusters. Make sure to reference a Redis service that is either configured with mode SERVER
or SOCKET
.