apisix-dashboard
apisix-dashboard copied to clipboard
help request: 请问配置了clickhouse插件,为什么在控制面板看不到呀?
Description
按照教程配置的,已经正常生效了,可以保存到clickhouse中,但是为什么在管理面板里面看不到呢?
按这个教程配置的https://apisix.apache.org/zh/docs/apisix/plugins/clickhouse-logger/
全局插件列表里面没有他
路由的配置信息里面也没有他,但是已经正常生效了。
项目使用docker运行的,都是目前最新的版本
Environment
- APISIX version (run
apisix version
):3.80 - Operating system (run
uname -a
):docker - OpenResty / Nginx version (run
openresty -V
ornginx -V
): - etcd version, if relevant (run
curl http://127.0.0.1:9090/v1/server_info
): - APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run
luarocks --version
):
yes,you can try do these steps
update ur schema.json and add clickhouse in dashboard config.yaml
plugins:
- clickhouse
Has this issue been resolved?
Additionally, the schema.json of apisix-dashboard is too outdated. It is recommended to use the request /v1/schema to obtain the latest data from apisix.