-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix: wrong log format for splunk-hec-logging #9478
fix: wrong log format for splunk-hec-logging #9478
Conversation
@Sn0rt please help to review |
plugins = { | ||
["splunk-hec-logging"] = { | ||
endpoint = { | ||
uri = "http://127.0.0.1:18088/services/collector", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is the backend server ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apisix/ci/pod/docker-compose.plugin.yml
Line 195 in 1e31e9d
- "18088:8088" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copy
The real test cases are needed and i see an issue has been created: #9489. |
Hi @jiangfucheng, It looks like that some ci failed because of your commit, please fix the ci error |
Fixed, thx. |
@leslie-tsang pls help review. |
Description
Fixes #9458
Checklist