The Plugin drawer is where to access Ultipa Manager plugins and manage self-developed plugins.
Ultipa Manager Plugin
Ultipa provides plugin Manager Monitor for user to monitor cluster instances (CPU, memory, disk IO, query per second, latency and log records) and graphsets.

Self-developed Plugin
Preparations before uploading the plugin:
- After building the package (e.g. package name is ultipa-manager-plugin-template), add configuration file config.json in it with the following content:
{
"title": "Demo", // Name of the plugin
"fileName": "ultipa-manager-plugin-template", // Must be consistent with the name of the folder
"logo":"ultipa-logo.png" // Thumbnail of the plugin
}
- Add plugin thumbnail file (ultipa-logo.png) into the package, the recommended size is 180px*180px
- Compress the package file into .zip format (Click to download the example compressed package)

- Upload the compressed file to Ultipa Manager

Plugin can be used directly after it. If needs to delete plugin, click the icon on the top-right corner of the plugin widget, deleted ones cannot be recovered in Ultipa Manager.
