seq-forwarder
seq-forwarder copied to clipboard
Output logs using CLEF format
I am sending logs to a local seq forwarder using the Serilog.Sinks.Seq sink with the CLEF format, however the forwarder is sending them as application/json.
{
"Serilog": {
"Using": [ "Serilog.Sinks.Seq" ],
"MinimumLevel": "Information",
"WriteTo": [
{
"Name": "Seq",
"Args": {
"serverUrl": "http://localhost:15341",
"formatter": "Serilog.Formatting.Compact.CompactJsonFormatter, Serilog.Formatting.Compact"
}
}
],
}
}
Am I missing a seq forwarder configuration to specify CLEF?
Seq-Forwarder: v2.0.103 Serilog.Sinks.Seq: 5.2.2 Serilog: 2.12.0
Hi Brad, thanks for the note. Seq Forwarder doesn't support CLEF output (yet); it'd be a good change to make, I'm not sure when we'll have a chance to explore options/implement but we can track it with this ticket 👍