Merge pull request #7434 from taosdata/docs/Update-Latest-Feature
[TD-5532] <docs>: resolve unsigned problem of Grafana plugin.
This commit is contained in:
commit
c1f224ecfc
|
@ -19,6 +19,13 @@ TDengine 的 Grafana 插件在安装包的 /usr/local/taos/connector/grafanaplug
|
|||
sudo cp -rf /usr/local/taos/connector/grafanaplugin /var/lib/grafana/plugins/tdengine
|
||||
```
|
||||
|
||||
Grafana 8.x 版本会对插件进行签名检查,因此还需要在 grafana.ini 文件中增加如下行,才能正确使用插件:
|
||||
```
|
||||
[plugins]
|
||||
enable_alpha = true
|
||||
allow_loading_unsigned_plugins = taosdata-tdengine-datasource
|
||||
```
|
||||
|
||||
### 使用 Grafana
|
||||
|
||||
#### 配置数据源
|
||||
|
|
Loading…
Reference in New Issue