piXel-m / serilog-sinks-splunk

A Serilog sink that writes to Splunk

Home Page:https://splunk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serilog-sinks-splunk

Package Logo

Build status NuGet Version

A sink for Serilog that writes events to Splunk. Moved from the main Serilog repository for independent versioning. Published to NuGet.

Package - Serilog.Sinks.Splunk | Platforms - .NET 4.5+, PCL

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 new Event Collector in Splunk 6.3

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

About

A Serilog sink that writes to Splunk

https://splunk.com

License:Apache License 2.0


Languages

Language:C# 98.7%Language:PowerShell 0.8%Language:Shell 0.6%