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

Add retry support and durable log shipping in `EventCollectorSink` #116

Closed augustoproiete closed 4 years ago

augustoproiete commented 5 years ago

... similar to Seq's durable log shipping, to help prevent messages from being discarded when the Splunk Event Collector cannot receive messages.

Related StackOverflow question: Log messages discarded when logging to Splunk using Serilog

merbla commented 5 years ago

I think this is related to #82

augustoproiete commented 5 years ago

@merbla: Oh yes, sorry, they're the same... Feel free to close as duplicate.

merbla commented 4 years ago

Dupe of https://github.com/serilog/serilog-sinks-splunk/issues/82