BookStack icon indicating copy to clipboard operation
BookStack copied to clipboard

Ability to export the audit log

Open balta1980 opened this issue 2 months ago • 2 comments

Describe the feature you'd like

The ability to export the audit log with a button in CVS.

Describe the benefits this would bring to existing BookStack users

The ability to analyze the statistics of system users

Can the goal of this request already be achieved via other means?

I don't know

Have you searched for an existing open/closed issue?

  • [x] I have searched for existing issues and none cover my fundamental request

How long have you been using BookStack?

3 months to 1 year

Additional context

An example would be:

Image

balta1980 avatar Nov 18 '25 22:11 balta1980

Thanks for the request @balta1980. There's a prior related request in #3957.

Describe the benefits this would bring to existing BookStack users The ability to analyze the statistics of system users

It would be useful to have a little more detail in regard to these benefits to understand what value export adds upon viewing the data in-app. What stats are you attempting to analyze? What questions are you trying to answer with this data?

Can the goal of this request already be achieved via other means? I don't know

Some alternatives would be:

  • Use the BookStack REST API, which provides this data in a structured JSON format.
  • Directly connect to the underlying BookStack database (ideally via a read-only user) and use/view/inspect the activities table, which the audit log is essentially a reflection of.

ssddanbrown avatar Nov 19 '25 12:11 ssddanbrown

Hi Dan, sorry, I did not see request in https://github.com/BookStackApp/BookStack/issues/3957.

I would like to export data for summarize:

  • who are the most active users
  • What kind of activities are most done on system
  • what IPs are using (inside or out company)

Also, what IMAG0D suggested:

  • Total number of pages created
  • List of all Page titles and the creator of each Page

Just if you can, it is not urgent at all.

Thank you. Excellent work.

Baltazar

balta1980 avatar Nov 19 '25 16:11 balta1980