apache / apisix-dashboard

Dashboard for Apache APISIX
https://apisix.apache.org/
Apache License 2.0
1.01k stars 527 forks source link

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

Open oxcz opened 9 months ago

oxcz commented 9 months ago

Description

按照教程配置的,已经正常生效了,可以保存到clickhouse中,但是为什么在管理面板里面看不到呢? 按这个教程配置的https://apisix.apache.org/zh/docs/apisix/plugins/clickhouse-logger/ 全局插件列表里面没有他

image

路由的配置信息里面也没有他,但是已经正常生效了。

image

项目使用docker运行的,都是目前最新的版本

Environment

hanqingwu commented 9 months ago

yes,you can try do these steps image

theweakgod commented 9 months ago

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

plugins:
  - clickhouse
theweakgod commented 9 months ago

Has this issue been resolved?

dbit-xia commented 9 months ago

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.