apache / apisix-dashboard

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

doc: default config file template spell issue #2959

Closed rtmzk closed 3 months ago

rtmzk commented 4 months ago

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

  1. run command: nerdctl run --entrypoint="cat" apache/apisix-dashboard:latest "conf/conf.yaml"
  2. check config file output, plugins section, found "elasticsearch-logge" image

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

rtmzk commented 4 months ago

Please add label "documentation" and "plugin".

rtmzk commented 3 months ago

Is this project still being maintained? Forget it, I'm gonna close this issue.