Info
Version: | 1.0.1 |
Author(s): | hasansahinnn |
Last Update: | Sunday, November 15, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hasansahinnn/.NetCore_ElasticSearchv7_LogEverything |
NuGet Url: | https://www.nuget.org/packages/ElasticSearchLibrary |
Install
Install-Package ElasticSearchLibrary
dotnet add package ElasticSearchLibrary
paket add ElasticSearchLibrary
ElasticSearchLibrary Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.0)
- Microsoft.EntityFrameworkCore(>= 2.2.6)
- NEST(>= 7.0.0)
Tags
Create Index and Log Your Model.
Catches Database Changing (Update,Delete) and Logs with Current User Id.
Logs Selected Endpoints with Ip Address, Query or Body Params and Current User Id.
Catches All Exception in Project and Logs with Exception Message, Status Code and Current User Id.
Elastic Search Management Service Class. Index Management, Alias Management, Search Logs.