Cybersecurity
DevOps Cloud
IT Operations Cloud
Summary
The following article details how to enable the trace logs of a MinIO data node
Products
ArcSight Recon
Environment
Recon 1.4.0 and newer versions using MinIO as Communal Storage.
Situation
To enable the trace logs for a MinIO data node follow the steps outlined below:
Resolution
The next steps can be followed to enable the trace logs on the MinIO data node:
mc alias set fab <MINIO_SERVER_URL> <MINIO_ROOT_USER> <MINIO_ROOT_PASSWORD> mc admin trace fab -v > output.log &
systemctl status minio.service | grep -oP "(?<=S3-API: ).+"
URL Name
KM000017299