Is there a way to automate exporting of the audit log? I'd like to export it every week or so in order to have the logs sent to a SEIM. is this possible? Thanks.
Dear @Nathan Randell ,
you can do from outside Jira with the API: https://docs.atlassian.com/software/jira/docs/api/REST/8.1.2/#api/2/auditing
Write a cron job that pulls this information. It will be exported in JSON format. Eventually you have to convert this data, depending on the interface of your Security Event Information Management system offers.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.