Found default config file spell issue in docker image: apache/apisix-dashboard:latest, plugins section "elasticsearch-logge" should be "elasticsearch-logger", lost letter "r".
This issue causes the "elasticsearch-logger" plugin not to be found on the page when using the default configuration file for source compilation or docker images.
BTW: install with helm charts(repository: https://charts.apiseven.com, apisix-dashboard-0.8.2), this chart defualt image is
apache/apisix-dashboard:3.0.0-alpine and there is no plugins section in default config file.
Expected behavior
elasticsearch-logger plugin show display on dashboard page.
How to Reproduce
run command: nerdctl run --entrypoint="cat" apache/apisix-dashboard:latest "conf/conf.yaml"
check config file output, plugins section, found "elasticsearch-logge"
Screenshots
No response
Environment
image: apisix-dashboard:latest
source branch: master check out the api/conf/conf.yaml file for the master branch(may be many branch has this issue)
Issue description
Found default config file spell issue in docker image: apache/apisix-dashboard:latest, plugins section "elasticsearch-logge" should be "elasticsearch-logger", lost letter "r". This issue causes the "elasticsearch-logger" plugin not to be found on the page when using the default configuration file for source compilation or docker images.
BTW: install with helm charts(repository: https://charts.apiseven.com, apisix-dashboard-0.8.2), this chart defualt image is apache/apisix-dashboard:3.0.0-alpine and there is no plugins section in default config file.
Expected behavior
elasticsearch-logger plugin show display on dashboard page.
How to Reproduce
Screenshots
No response
Environment
image: apisix-dashboard:latest source branch: master check out the api/conf/conf.yaml file for the master branch(may be many branch has this issue)
Additional context
No response