v0.13.0
Update Note 1:
In the new version of the plugin, the plugin ID has been updated. The new plugin ID is victoriametrics-logs-datasource. This is a breaking change: Grafana will treat this as a new plugin.
- You must update the
allow_loading_unsigned_pluginsfield in thegrafana.iniordefaults.iniconfiguration file.
Example:allow_loading_unsigned_plugins = victoriametrics-logs-datasource - If you are using provisioning, update the
typefield tovictoriametrics-logs-datasourcein your provisioning configuration. - After making these changes, you must restart the Grafana server for the updates to take effect.
- FEATURE: update plugin id name to
victoriametrics-logs-datasourceto prepare the plugin for the sign procedure. See this issue.