Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help request: dockerB部署自定义加载elasticsearch-logger.lua脚本不生效 #11825

Open
shihuncl opened this issue Dec 13, 2024 · 0 comments

Comments

@shihuncl
Copy link

shihuncl commented Dec 13, 2024

Description

services:
apisix:
image: apisix-gt:3.9.9
container_name: apisix
restart: always

volumes:
  - ./config.yaml:/usr/local/apisix/conf/config.yaml
  - ./apisix-java-plugins-1.0.jar:/opt/apisix-runner-bin/apisix-java-plugins-1.0.jar
  - ./custom-plugins:/usr/local/apisix/apisix/plugins/
ports:
  - "9180:9180/tcp"
  - "9080:9080/tcp"
  - "9091:9091/tcp"
  - "9443:9443/tcp"
  - "9092:9092/tcp"
networks:
  - apisix-network
deploy:
  resources:
    limits:
      memory: 8G

加载了java代码插件,同时也想指定自己改好的elasticsearch-logger.lua
目前两个配置只能生效一个,怎么处理?

Environment

  • APISIX version (run apisix version):
  • Operating system (run uname -a):
  • 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):
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Apache APISIX backlog Dec 13, 2024
@shihuncl shihuncl reopened this Dec 13, 2024
@github-project-automation github-project-automation bot moved this from ✅ Done to 📋 Backlog in Apache APISIX backlog Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant