Description
Describe the feature you'd like
I would like to be able to get the audit logs using an API to transfer the data to splunk. Application & Splunk servers are in 2 different zones that does not allow access to database from Splunk or direct access from bookstack to splunk.
Describe the benefits this would bring to existing BookStack users
Audit logs one of the most important part of managing access and making sure all the information bookstack contains is safe. I would have helped if bookstack was written with Python or Go but I have no knowledge in PHP...
Can the goal of this request already be achieved via other means?
Yes, Database activities table can be dumped, ftp over to and then written into another server. It is just very clumsy.
Have you searched for an existing open/closed issue?
- I have searched for existing issues and none cover my fundemental request
How long have you been using BookStack?
Not using yet, just scoping
Additional context
There were a few other requests to transfer to csv, etc. In my case, bookstack contains sensitive data and almost every port is blocked by a firewall (including the database from outside).