collect_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:- From Regatta Support:
- The
collect_datascript - Storage bucket details for data upload
- A
service_account_json_filewith authorization to access the bucket
- The
- Python dependencies (can be installed using pip):
python3- version 3.6.8 or abovegoogle-cloud-storage- version 2.0.0 or laterzstandard- version 0.20.0 or later
- Network Requirements:
- Outbound internet connection to upload the collected data
Some prerequisites may be optional depending on the method chosen for collecting the data.