-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Wes, I'm sorry but there is no such option at the moment but you can always implement a custom JsonProvider to process the request headers yourself. You can start with Hope this helps. |
Beta Was this translation helpful? Give feedback.
Hi Wes,
I'm sorry but there is no such option at the moment but you can always implement a custom JsonProvider to process the request headers yourself. You can start with
RemoteHostJsonProvider
as an example (no need to implement theFieldNamesAware
interface). See https://github.com/logfellow/logstash-logback-encoder#custom-json-provider for more information.Hope this helps.
Do not hesitate to come back here if you need more information.