We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
apisix用elasticsearch-logger在服务级别记录调用日志,在apisix服务能看到打印的调用记录,但是在ES里面这条调用记录没有。
No response
docker image 3.9 添加了java代码插件
apisix version
uname -a
openresty -V
nginx -V
curl http://127.0.0.1:9090/v1/server_info
luarocks --version
The text was updated successfully, but these errors were encountered:
apisix服务日志里面能看到打印了请求日志,但是没有将调用日志发送的ES日志,没有错误日志显示。手动通过postman请求现在又能写入了,之前怎么手动触发调用就是不写入日志,接口响应是成功的。提供接口的特别的点是,接口返回数据量大,响应时间长。按照设计思路发送日志到ES应该是异步的,跟接口响应时间,返回数据量大小没有关系,如果都能看到apisix处理打印的日志,就应该能把调用日志发送到ES
Sorry, something went wrong.
No branches or pull requests
Current Behavior
apisix用elasticsearch-logger在服务级别记录调用日志,在apisix服务能看到打印的调用记录,但是在ES里面这条调用记录没有。
Expected Behavior
No response
Error Logs
No response
Steps to Reproduce
docker image 3.9
添加了java代码插件
Environment
apisix version
): 3.9uname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: