apisix-dashboard icon indicating copy to clipboard operation
apisix-dashboard copied to clipboard

help request: 请问配置了clickhouse插件,为什么在控制面板看不到呀?

Open oxcz opened this issue 1 year ago • 4 comments

Description

按照教程配置的,已经正常生效了,可以保存到clickhouse中,但是为什么在管理面板里面看不到呢? 按这个教程配置的https://apisix.apache.org/zh/docs/apisix/plugins/clickhouse-logger/ 全局插件列表里面没有他 image 路由的配置信息里面也没有他,但是已经正常生效了。 image 项目使用docker运行的,都是目前最新的版本

Environment

  • APISIX version (run apisix version):3.80
  • Operating system (run uname -a):docker
  • OpenResty / Nginx version (run openresty -V or nginx -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):

oxcz avatar Feb 19 '24 07:02 oxcz

yes,you can try do these steps image

hanqingwu avatar Feb 19 '24 10:02 hanqingwu

update ur schema.json and add clickhouse in dashboard config.yaml

plugins:
  - clickhouse

theweakgod avatar Feb 20 '24 06:02 theweakgod

Has this issue been resolved?

theweakgod avatar Feb 21 '24 02:02 theweakgod

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.

dbit-xia avatar Feb 28 '24 10:02 dbit-xia