You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS (cmd: uname -a): Darwin H-Codes-MacBook-Pro.local 23.0.0 Darwin Kernel Version 23.0.0: Fri Sep 15 14:41:34 PDT 2023; root:xnu-10002.1.13~1/RELEASE_ARM64_T8103 arm64
OpenResty / Nginx version (cmd: nginx -V or openresty -V):
etcd version, if have (cmd: run etcd --version): 3.4.0
apisix-dashboard version, if have: 3.0.1
Browser version, if have:
Additional context
No response
The text was updated successfully, but these errors were encountered:
Issue description
When I configured a cls plugin on the dashboard and then accessed the gateway, Tencent's cls could not appear in the access log.
Expected behavior
There should be a log of tencent-cloud-cls recorded in apisix in tencent's cls console
How to Reproduce
{
"_meta": {
"disable": false
},
"cls_host": "ap-shanghai.cls.tencentcs.com",
"cls_topic": "a0ad680a-7e3b-4bd9-a8c5-5bc6244ebd58",
"global_tag": {
"module": "cls-logger",
"server_name": "YourApiGateWay"
},
"include_req_body": true,
"include_resp_body": true,
"secret_id": "AKIDofJk******",
"secret_key": "eCZqy4GR0******"
}
Screenshots
Environment
apisix version
): 3.10.0uname -a
): Darwin H-Codes-MacBook-Pro.local 23.0.0 Darwin Kernel Version 23.0.0: Fri Sep 15 14:41:34 PDT 2023; root:xnu-10002.1.13~1/RELEASE_ARM64_T8103 arm64nginx -V
oropenresty -V
):etcd --version
): 3.4.0Additional context
No response
The text was updated successfully, but these errors were encountered: