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

X-Splunk-Request-Channel header added #126

Closed draxtor closed 4 years ago

draxtor commented 4 years ago

When indexer acknowledgment is used this sink is not working.

Error displayed is "Data channel is missing." Behavior is explained here: https://docs.splunk.com/Documentation/Splunk/8.0.4/Data/AboutHECIDXAck

It is a small change in EventCollectorClient class (header called X-Splunk-Request-Channel is added).

merbla commented 4 years ago

Thanks @draxtor

Also relates to #83