Knowledge Doc: [ArcSight Recon] Enabling trace logs on the MinIO data nodes

0 Likes

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:

  • First, the Minio Client must be installed using the following link MinIO Client — MinIO Object Storage for Linux
  • Once the "mc" command is installed, execute the below commands:
    • mc alias set fab <MINIO_SERVER_URL> <MINIO_ROOT_USER> <MINIO_ROOT_PASSWORD>
      mc admin trace fab -v > output.log &
    The parameters <MINIO_SERVER_URL>, <MINIO_ROOT_USER>, and <MINIO_ROOT_PASSWORD> can be found in the file "/etc/default/minio".
    In case the parameter <MINIO_SERVER_URL has not being set up, the following command can provide equal information:
    systemctl status minio.service | grep -oP "(?<=S3-API: ).+"

Knowledge Base Article Link


URL Name
KM000017299

Labels:

Support Tips/Knowledge Docs
Related
Recommended