Title
Create new category
Edit page index title
Edit category
Edit link
Log Gathering in MetaDefender Cluster
Download support packages
From the web console of MetaDefender Cluster (MD Cluster), the administrator can easily download the support packages of the following services:
MD Cluster Control Center
MD Cluster Identity Service
MD Cluster File Storage
MD Cluster Worker including MD Cluster API Gateway, MD Cluster Callback Service or MetaDefender Core deployed by the worker.
Please refer to Remote Support Package Gathering for more information.
Collect service logs
Logs from the services Redis, RabbitMQ, and PostgreSQL need to be collected manually.
Redis - Caching Server
Redis caching server is officially supported on Linux.
Run Terminal as root privilege (
sudo).Open Redis config file
/etc/redis/redis.confin edit mode e.g.:
Find and replace
logfiledirective with your desired location.
Save the file, and restart Redis daemon.
Find and collect Redis log
<path/to/your/redis/log>.log
RabbitMQ - Message Broker Server
Windows
Locate and collect RabbitMQ log files that match the pattern
%APPDATA%\RabbitMQ\log\rabbit@<computer name>.log.Locate and collect RabbitMQ upgrade log files that match the pattern
%APPDATA%\RabbitMQ\log\rabbit@<computer name>_upgrade.log.
Linux
Run terminal as root privilege (
sudo).Run following command to retrieve RabbitMQ log location:
Access RabbitMQ log folder and find log files:
rabbit@<computer name>.lograbbit@<computer name>_upgrade.log
PostgreSQL - Database Server
Windows
Locate and collect log files that match the pattern
C:\Program Files\PostgreSQL\12\data\log with names postgresql-<yyyy-mm-dd>_<HHMMSS>.log
Linux
Run terminal as root privilege (
sudo).Open the PostgreSQL config file
/etc/postgresql/12/main/postgresql.confin edit mode e.g.:
Find and turn
logging_collectordirective on :
Save the file and restart PostgreSQL daemon, e.g.:
Locate and collect log files that match the pattern
/var/lib/postgresql/12/main/log/postgresql-<yyyy-mm-dd>_<HHMMSS>.log.