Record additional logon details for Published Reports site

What is a one sentence summary of your feature request?

Include additional details about Web Logins (Published Reports) in the database table (SA_WebServer_Events).

Please describe your idea in detail. What is your problem, why do you feel this idea is the best solution, etc.

The DB table, SA_WebServer_Events, includes login events for the Published Reports site, but it only includes the time and account name. It would be beneficial for auditing purposes if that table also included the IP or hostname.

How do you currently solve the challenges you have by not having this feature?

Unable to provide the originating IP or hostname for auditing

Yes, this is needed as a requirement for standard SIEM logging. SIEM logging is required per our audit standards and I believe this is the case for most large companies.

Hi @Joshua.Sexton,

This is a great idea! There are some logging on IP within the access.log file. It will include time, IP, method, and endpoint reached. So you may be able to extrapulate the information you need with some degree of accuracy (for example since only time/IP logged and if more then one user at same time you wont know for sure who it was).
Log path:

%SAINSTALLDIR%\SADatabase\Logs\Web\access.log

Hopefully this is helpful in the meantime!