Stormancer.Elasticsearch 0.3.0.8-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.3.0.8-pre                
NuGet\Install-Package Stormancer.Elasticsearch -Version 0.3.0.8-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.3.0.8-pre" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stormancer.Elasticsearch --version 0.3.0.8-pre                
#r "nuget: Stormancer.Elasticsearch, 0.3.0.8-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.3.0.8-pre&prerelease

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

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

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.9-pre 77 10/15/2024
1.0.1.8-pre 96 9/20/2024
1.0.1.7-pre 107 5/4/2024
1.0.1.6-pre 106 4/22/2024
1.0.1.5-pre 117 3/13/2024
1.0.1.4-pre 95 3/11/2024
1.0.1.3-pre 206 10/29/2023
1.0.1.2-pre 115 10/23/2023
1.0.1.1 275 4/3/2023
1.0.1.1-pre 127 4/3/2023
1.0.1 277 3/15/2023
1.0.0 233 3/15/2023
1.0.0-pre 133 2/13/2023
0.3.1 449 10/20/2022
0.3.1-pre 121 2/9/2023
0.3.0.14-pre 137 10/18/2022
0.3.0.13-pre 137 10/3/2022
0.3.0.12-pre 206 9/14/2022
0.3.0.11-pre 227 9/13/2022
0.3.0.10-pre 158 9/13/2022
0.3.0.9-pre 152 9/13/2022
0.3.0.8-pre 150 9/13/2022
0.3.0.7-pre 150 9/13/2022
0.3.0.6-pre 156 9/13/2022
0.3.0.5-pre 150 9/13/2022
0.3.0.4-pre 151 9/13/2022
0.3.0.3-pre 142 9/13/2022
0.3.0.2-pre 158 9/13/2022
0.3.0.1-pre 143 9/12/2022
0.3.0-pre 151 9/12/2022
0.2.5.1 460 9/15/2022
0.2.5.1-pre 170 9/15/2022
0.2.4.2-pre 153 9/12/2022
0.2.4.1-pre 184 7/7/2022
0.2.4-pre 195 4/19/2022
0.2.3.3 475 4/4/2022
0.2.3.3-pre 167 4/4/2022
0.2.3.2-pre 175 3/15/2022
0.2.3-pre 174 3/14/2022
0.2.2-pre 180 2/24/2022
0.2.1.2 490 1/19/2022
0.2.1.2-pre 183 1/17/2022
0.2.1.1-pre 186 1/15/2022
0.2.1-pre 188 1/15/2022
0.2.0.1-pre 193 1/6/2022
0.2.0 363 10/14/2021
0.2.0-pre 211 8/19/2021
0.1.1.2 490 7/24/2021
0.1.1.1 378 7/13/2021
0.1.1 362 7/13/2021
0.1.0.1 360 7/13/2021
0.1.0 361 6/4/2021
0.1.0-pre 201 6/4/2021

Changed
*******
- Add status message in _cluster/status if ES log output disabled.
- Compatibility with latest grid APIs
- basic authentication password no longer needs to be encrypted
- adds the possibility to activate Elasticsearch debug mode
- adds more control to the bulk calls

Added
*****
- Added elasticsearch.ignoreCertificateErrors config value to enable connecting to an elasticsearch instance with a self signed certificate.