If you're having issues with shipping logs to our SIEM platform, we may ask you to run a troubleshooting script on the affected device. This script performs a number of checks and collects diagnostic information to help us diagnose the problem.
Download the troubleshooting_linux.zip file.
Launch a terminal window on your Linux system. You can typically find it in your applications menu or by pressing Ctrl+Alt+T.
Use the
cd
command to move to the folder where you saved troubleshooting_linux.zip. For example:cd ~/Downloads
Unzip the downloaded file to access the script using:
unzip troubleshooting_linux.zip
Grant execute permissions to the script using:
sudo chmod +x troubleshooting.sh
Execute the script with administrative privileges:
sudo ./troubleshooting.sh
Allow the script to complete its tasks. This may take a few minutes.
After the script finishes, find the Send_to_support.zip file in the same directory.
Attach the Send_to_support.zip file to your support ticket or security event as instructed.
And that's it! You've run the Linux troubleshooting script on your Linux system. π