HPE Morpheus Enterprise
1832757 Members
2954 Online
110045 Solutions
New Discussion

Custom Tab that contains data from the Audit_Log Table

 
kevkerr1
Advisor

Custom Tab that contains data from the Audit_Log Table

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

1 REPLY 1
Ollie-Phillips
Valued Contributor

Re: Custom Tab that contains data from the Audit_Log Table

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.