Stormancer.Elasticsearch 0.2.3.2-pre

This is a prerelease version of Stormancer.Elasticsearch.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Stormancer.Elasticsearch --version 0.2.3.2-pre
NuGet\Install-Package Stormancer.Elasticsearch -Version 0.2.3.2-pre
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Stormancer.Elasticsearch" Version="0.2.3.2-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stormancer.Elasticsearch --version 0.2.3.2-pre
#r "nuget: Stormancer.Elasticsearch, 0.2.3.2-pre"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Stormancer.Elasticsearch as a Cake Addin
#addin nuget:?package=Stormancer.Elasticsearch&version=0.2.3.2-pre&prerelease

// Install Stormancer.Elasticsearch as a Cake Tool
#tool nuget:?package=Stormancer.Elasticsearch&version=0.2.3.2-pre&prerelease

Stormancer node plugin that enables storing logs in an Elasticsearch cluster.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1.7-pre 72 5/4/2024
1.0.1.6-pre 78 4/22/2024
1.0.1.5-pre 75 3/13/2024
1.0.1.4-pre 58 3/11/2024
1.0.1.3-pre 177 10/29/2023
1.0.1.2-pre 86 10/23/2023
1.0.1.1 237 4/3/2023
1.0.1.1-pre 101 4/3/2023
1.0.1 250 3/15/2023
1.0.0 207 3/15/2023
1.0.0-pre 108 2/13/2023
0.3.1 415 10/20/2022
0.3.1-pre 94 2/9/2023
0.3.0.14-pre 108 10/18/2022
0.3.0.13-pre 107 10/3/2022
0.3.0.12-pre 173 9/14/2022
0.3.0.11-pre 195 9/13/2022
0.3.0.10-pre 130 9/13/2022
0.3.0.9-pre 124 9/13/2022
0.3.0.8-pre 123 9/13/2022
0.3.0.7-pre 124 9/13/2022
0.3.0.6-pre 128 9/13/2022
0.3.0.5-pre 123 9/13/2022
0.3.0.4-pre 124 9/13/2022
0.3.0.3-pre 115 9/13/2022
0.3.0.2-pre 129 9/13/2022
0.3.0.1-pre 116 9/12/2022
0.3.0-pre 123 9/12/2022
0.2.5.1 425 9/15/2022
0.2.5.1-pre 144 9/15/2022
0.2.4.2-pre 126 9/12/2022
0.2.4.1-pre 156 7/7/2022
0.2.4-pre 168 4/19/2022
0.2.3.3 443 4/4/2022
0.2.3.3-pre 140 4/4/2022
0.2.3.2-pre 150 3/15/2022
0.2.3-pre 147 3/14/2022
0.2.2-pre 153 2/24/2022
0.2.1.2 459 1/19/2022
0.2.1.2-pre 158 1/17/2022
0.2.1.1-pre 161 1/15/2022
0.2.1-pre 161 1/15/2022
0.2.0.1-pre 167 1/6/2022
0.2.0 332 10/14/2021
0.2.0-pre 185 8/19/2021
0.1.1.2 458 7/24/2021
0.1.1.1 346 7/13/2021
0.1.1 330 7/13/2021
0.1.0.1 330 7/13/2021
0.1.0 328 6/4/2021
0.1.0-pre 177 6/4/2021

Added
*****
- Add more infos about ES log output status in /_cluster/status reports. (date of last run, number of item sent on last run.)
- prevent any exception in log output from bubbling up, add them to status report instead.