I would like to create a Custom Instance or server tab that displays data from the Audit_Log table for that particular instance or server, is is possible to read from the database in a custom tab plugin? do you have any examples if so, thanks
Hi Kevin, this is possible and follows a similar approach to that used in reports.
The repo below has a custom instance tab provided that pulls from the database using the plugin sdk report read only database connection
It should get you most of the way there.