Add Backend Files (On-Premises Only)

A support request for an on-premises installation may include support bundle files and application logs.

The Kubernetes orchestrator has the facilities to create useful support bundle files. Create a bundle file using the appropriate section below and send it to Sysdig Support for suspected backend problems.

After generating the files, add them to the Support ticket you created. Review the file upload tips on that page.

For a Kubernetes Installation

If you are running the Sysdig Platform on-premises Kubernetes version, generate the application support bundle via a script that is provided in the Sysdig GitHub repository

Supply the script with the namespace, and optionally the context where Sysdig is deployed, and it will generate a tarball with backend logs and configuration information.

./scripts/get_support_bundle.sh -n sysdigcloud

The version of the Sysdig Application is visible in the application’s container image files:

kubectl -n sysdigcloud get deployment sysdigcloud-api -ojsonpath='{.spec.template.spec.containers[0].image}' | awk 'match($0, /[0-9]\.[0-9]\.[0-9]/) {print substr($0, RSTART, RLENGTH)}'