Skip to main content
Contributor
June 18, 2025
Solved

Server Audit Reports

  • June 18, 2025
  • 2 replies
  • 0 views

Hello!

Is there a way to export the server audit reports to a file? This is the information from the Audit tab on the servers. 

Thanks!

Best answer by T_Kress

I do not believe you can export from that screen.  But that information is stored in system tables so you could write a data adaptor SQL to pull that info out into a grid component, put that in a dashboard and then right click and export from there:

 

2 replies

T_Kress
OneStream Employee
T_KressOneStream EmployeeAnswer
OneStream Employee
June 18, 2025

I do not believe you can export from that screen.  But that information is stored in system tables so you could write a data adaptor SQL to pull that info out into a grid component, put that in a dashboard and then right click and export from there:

 

cap08Author
Contributor
June 18, 2025

Thanks!