Skip to main content
Regatta can provide a script calledcollect_data which can be used to collect the relevant data from the Regatta cluster for analysis by the support team. The script needs to run on each cluster node individually. Once it is executed, it will collect the data on that server, pack it in a tar file, compress it and make it available for uploading to our cloud storage bucket. The script may also perform the upload for you if configured accordingly.

Prerequisites & Dependencies

To use the script, you will need the following:
  1. From Regatta Support:
    • The collect_data script
    • Storage bucket details for data upload
    • A service_account_json_file with authorization to access the bucket
  2. Python dependencies (can be installed using pip):
    • python3 - version 3.6.8 or above
    • google-cloud-storage - version 2.0.0 or later
    • zstandard - version 0.20.0 or later
  3. Network Requirements:
    • Outbound internet connection to upload the collected data
Some prerequisites may be optional depending on the method chosen for collecting the data.