Skip to content

CoderNumber1/serilog-sinks-splunk

 
 

Repository files navigation

Serilog.Sinks.Splunk

Build status NuGet Version Join the chat at https://gitter.im/serilog/serilog

A Serilog sink that writes events to the Splunk. Supports .NET 4.5+, .NET Core, and platforms compatible with the .NET Platform Standard 1.1 including Windows 8 & UWP, Windows Phone and Xamarin.

Package Logo

Package - Serilog.Sinks.Splunk

Getting started

To get started install the Serilog.Sinks.Splunk package from Visual Studio's NuGet console:

PM> Install-Package Serilog.Sinks.Splunk

Using the Event Collector (Splunk 6.3 and above)

var log = new LoggerConfiguration()
     .WriteTo.EventCollector("https://mysplunk:8088/services/collector", "myeventcollectortoken")
    .CreateLogger();

More information is available on the wiki.

Build status

Branch AppVeyor Travis
master Build status
dev Build status

Serilog is copyright © 2013-2016 Serilog Contributors - Provided under the Apache License, Version 2.0. Needle and thread logo a derivative of work by Kenneth Appiah.

About

A Serilog sink that writes to Splunk

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.8%
  • PowerShell 1.8%
  • Shell 0.4%