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

Breaking changes between 3.7.0 and 4+ #197

Closed b-mcbride closed 5 months ago

b-mcbride commented 5 months ago

Are there known issues or breaking changes between release 3.7.0 and 4+. When using 3.7.0 we are seeing data reach Splunk. When using 4+ no data appears to reaching Splunk. Here is what the project file looks like... image

b-mcbride commented 5 months ago

I resolved this myself. The issue was related to new Splunk paths. Version 3.7.0 used URI path of services/collector. 4+ uses services/collector/event. I updated the configuration and things began working again.

EEParker commented 5 months ago

There were other breaking changes if you were using Serilog.Sinks.PeriodicBatching. Happy to see you figured this one out.

EEParker commented 5 months ago

Added here https://github.com/serilog-contrib/serilog-sinks-splunk/wiki#400-breaking-changes

b-mcbride commented 5 months ago

Appreciate the response!