SplunkLogger icon indicating copy to clipboard operation
SplunkLogger copied to clipboard

C# .Net Core 2 Splunk ILogger Compatible Implementation

Results 12 SplunkLogger issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

This change allow to optionally pass a HttpMessageHandler to the used HttpClient inside the logger. Example: ``` var config = builder.Configuration.GetSection("Splunk").Get(); var handler = new HttpClientHandler { Proxy = new...

Currently I am using the “CloudWatch Logs to Splunk” (splunk-cloudwatch-logs-processor) Lambda blueprint from AWS console. Below is the code for for splunk logging in lambda const loggerConfig = { url:...

Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/Universe) from 2.0.5 to 2.0.9. Commits - [`84d6a54`](https://github.com/aspnet/Universe/commit/84d6a54ce9ba941e2b7318d7f377908473d35f6d) Merge 2.0.9 into release/2.0 - [`43ec723`](https://github.com/aspnet/Universe/commit/43ec72353f83465a3dd238e5a025b255e312f0ed) Merge branch release/2.0 - [`cc0e039`](https://github.com/aspnet/Universe/commit/cc0e0394acd1d13fb5769c3c8f8ec895893b39c4) Add required infrastructure improvements to submodules to support NETStandard... -...

dependencies

I have implemented mentioned in SplunkLogger for TCP scoket configuration. But I am getting broken pipe issue, can you please help me in this issue, I am kind of stuck...

Hi, we have configured Netscaler Application Firewall to send logs via syslog to Splunk Netscaler App. We can see correctly the logs on [Splunk](https://goo.gl/MKkBU5) general search dashboard (under ns_log), but...

Hi! Could be possible to add to https://github.com/vtex/SplunkLogger/blob/master/src/SplunkLogger/LoggerFactoryExtensions.cs extensions like: ``` public static ILoggingBuilder AddTcpSplunk(this ILoggingBuilder builder) { builder.Services.AddSingleton(); return builder; } ```

can [ProviderAlias](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.provideraliasattribute?view=aspnetcore-2.0) be added to SplunkLogger? Then we can configure specialized LogLevels for SplunkLogger in appsettings.json Nice library btw!

https://github.com/vtex/SplunkLogger/community - [x] README - [x] Code of conduct - [ ] Contributing - [x] License - [ ] Issue or pull request template

request