shreemaan-abhishek commented on PR #13568:
URL: https://github.com/apache/apisix/pull/13568#issuecomment-4737304129
Good catch, fixed in the latest commit.
`google-cloud-logging` and `splunk-hec-logging` were the only two loggers
that rebuild a fixed provider payload on the default (`not customized`) path (I
swept all 18 loggers to confirm). `get_log_entry` now returns the resolved
`log_format_extra` table as a third value, and both plugins merge it into their
provider payload (`jsonPayload` for GCP, `event` for Splunk) without clobbering
existing fixed fields. So `log_format_extra = { upstream_host =
"$upstream_unresolved_host" }` now actually shows up in their output.
Added a Splunk test exercising the provider default-path so it cannot
regress.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]