Title
Create new category
Edit page index title
Edit category
Edit link
MetaDefender Core
Pre-installation configuration
MetaDefender Core supports Ignition file to pre-define settings for the product installation. Following are relevant settings with values are supported for the ignition file while working in the Central Hub deployment:
Section | Key | Value type | Accepted values | Description |
|---|---|---|---|---|
[global] | ||||
dbmode | number | 2 | Must be | |
[dbserver] | ||||
type | string | remote | Must be | |
host | string | Remote PostgreSQL server address where MetaDefender Core connects to. | ||
port | number | Remote PostgreSQL server port where MetaDefender Core connects to. | ||
user | string | PostgreSQL main user's name which MetaDefender Core uses to login PostgreSQL server and setup database. Unicode characters are not supported. User privilege: Main PostgreSQL User | ||
password | string | PostgreSQL main user's password which MetaDefender Core uses to login PostgreSQL server and setup database. Unicode characters are not supported. User privilege: Main PostgreSQL User | ||
[cache] | ||||
host | string | Redis caching server address where MetaDefender Core connects to. | ||
port | number | Redis caching server port where MetaDefender Core connects to. | ||
[nas] | ||||
host | string | File storage server address where MetaDefender Core connects to. | ||
port | number | File storage server port where MetaDefender Core connects to. | ||
worker_count | number | 4 or above | Number of internal worker threads are used to communicate to that file storage server. | |
connection_key | string | The same connection key which is used to set up File storage server | ||
[broker] | ||||
host | string | RabbitMQ server address where MetaDefender Core connects to. | ||
port | number | RabbitMQ server port where MetaDefender Core connects to. | ||
user | string | Username where MetaDefender Core uses to connect and login RabbitMQ | ||
password | string | User password where MetaDefender Core uses to connect and login RabbitMQ |
Example:
Post-installation configuration
All settings related to Central Hub components could be found and modified at MetaDefender Core own configuration file (Linux) or MetaDefender Core registry key (Windows). For example:
Once finished with the configuration modification, restart MetaDefender Core service to take effect.