Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

automate exporting logs

Nathan Randell
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 12, 2019

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.

1 answer

0 votes
Thomas Deiler
Community Champion
July 13, 2019

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

Suggest an answer

Log in or Sign up to answer