collect_data.py
– the main script that does the data collection
collect_data_configuration.json
which holds all the configuration
parameters
my-company-sa.json
– A service account file to be used to upload the collected
data.
collect_data_configuration.json
regatta_deploy_dir
regatta_logs_dir
file_ignore_list
upload_bucket_name
upload_bucket_folder
archive_output_dir
service_account_file
collect_data.py
script. If you
decide to locate it elsewhere, please add the path to it as well.
upload
delete_tar
tar_path
folder_path
folder_path
. The
default value for it is NULL. If it is set to some path, it will collect the files from there instead of
the 2 predefined locations, i.e., regatta_deploy_dir
and regatta_logs_dir
. It will
apply the file_ignore_list
filter on the data collected from the path defined in
folder_path
.