- Correct issues relating to #76 and signing.
- Bump version to 3.3 for core Sink.
- Bump version to 1.2 for UDP Sink.
- Bump version to 1.2 for TCP Sink.
- Remove TravisCI for Linux builds
- Add AppVeyor for Linux Builds
- #76
- #76 Add strong naming/signing to
Serilog.Sinks.Splunk
. - #88 Split Sinks into separate packages for maintainability.
- NOTE Breaking changes. TCP & UDP Sinks moved to new packages
- Serilog.Sinks.Splunk (3.0.x)
- Serilog.Sinks.Splunk.TCP (1.0.x)
- Serilog.Sinks.Splunk.UDP (1.0.x)
- #78 Update
System.Net.Http
references to match other similar sinks. - #79 Addition of optional
LoggingLevelSwitch
param to EventCollector sink.
- #62 Default fields added by Serilog to splunk
- #63 Possible thread leak when ILogger instances are disposed
- #59 Added ability to use custom fields with HEC. See http://dev.splunk.com/view/event-collector/SP-CAAAFB6.
- #45 - Deadlock fix on UI thread.
- #43 - Extend sink & static configuration to allow for custom JSON formatter.
- #38 - Fix for HttpEventlogCollector and sourceType
- Clean up of sample app using examples of host, sourcetype, source override
- Change to use a standalone formatter
- Resolves - #32 & - #26 by exposing
HttpMessageHandler
- Resolves - #30 by ignoring OSX build and including tests in
build.sh
for TravisCI
- Support for DotNet Core
- Event Collector fluent interface changed to
.WriteTo.EventCollector
- Event Collector Sink targeting core
- TCP/UDP Sinks targeting 4.5 ONLY
- Updated Event Collector HTTP Client to add URI endpoint to host: "services/collector" if not included.
- Event Collector changed to use epoch time #15
- Event Collector changed to use epoch time #15
- Better support for formatting including #578
- Cleanup on Event Collector
- Streaming support for Event Collector
- Added support for Splunk 6.3 Event Collector
- Deprecated Splunk HTTP Sink using Management Port/API
- Added switch for template rendering
- Moved the sink from its original location