serilog-contrib / serilog-sinks-splunk

A Serilog sink that writes to Splunk
https://splunk.com
Apache License 2.0
46 stars 47 forks source link

Support disabling of rendered message #167

Closed MatthewHays closed 6 months ago

MatthewHays commented 7 months ago

Its possible to disable the message template, but it would be great to be able to disable the rendered message as well. Writing just the message template and the properties to splunk is more than enough, and it would essentially half the size of the data we index in splunk

MatthewHays commented 6 months ago

Thanks @EEParker. I just took a look at your MR and that's going to be very useful for us. Looks like most of your work was just to pass the flag through! I look forward to that making its way into the next build.