Skip to content

Jira:Emergencies:SupportBundle

lbonanomi edited this page Feb 14, 2020 · 1 revision

Generate a support bundle like so: curl -v -k -u $ADMIN:$PASSWORD -X POST -H "Content-Type:application/json" -d '{"items":["APPLICATION_PROPERTIES","APPLICATION_CONFIG","TOMCAT_CONFIG","HEALTHCHECKS","AUTH_CONFIG","CACHE_CONFIG","APPLICATION_LOGS","TOMCAT_LOGS"],"limitFileSizes":false}' http://jira.host.company.com/rest/troubleshooting/latest/support-zip/local

It will write into the export subdir

Clone this wiki locally