How to collect the redis HAA logs for debugging

How to collect the redis HAA logs for debugging

Issue Description

How to collect the redis HAA logs for debugging

Data Collection Steps

  1. For automation suite, just generate a support bundle: here
  2. Please follow the steps from redis labs for generating a support package: here
  3. In some cases it might not be possible to generate a support package. For example, if the cluster is not bootstrapped this might not be possible. In those cases follow these steps:
    1. Zip up the redis logs. The following command will zip them up to in the /tmp directory:
      1. sudo zip -r /tmp/redislabs_logs.zip /var/opt/redislabs/log
        sudo chmod 444 /tmp/redislabs_logs.zip
  4. Copy the files off the linux server and share them with the UiPath Support team.