https://github.com/damienbod/aspnetcoreelasticsearchaudittrail
ASP.NET Core Elasticsearch Audit Trial
https://github.com/damienbod/aspnetcoreelasticsearchaudittrail
asp-net-core audit elaticsearch mvc nest trial
Last synced: 2 months ago
JSON representation
ASP.NET Core Elasticsearch Audit Trial
- Host: GitHub
- URL: https://github.com/damienbod/aspnetcoreelasticsearchaudittrail
- Owner: damienbod
- License: mit
- Created: 2017-02-17T08:27:03.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T19:37:11.000Z (4 months ago)
- Last Synced: 2025-02-02T03:55:16.557Z (3 months ago)
- Topics: asp-net-core, audit, elaticsearch, mvc, nest, trial
- Language: C#
- Homepage: https://damienbod.com/2017/02/28/implementing-an-audit-trail-using-asp-net-core-and-elasticsearch-with-nest/
- Size: 2.04 MB
- Stars: 45
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: AuditTrail/AuditTrail.csproj
Awesome Lists containing this project
README
# Audit Trail using ASP.NET Core and Elasticsearch
[](https://github.com/damienbod/AspNetCoreElasticsearchAuditTrail/actions/workflows/dotnet.yml)
https://damienbod.com/2017/02/28/implementing-an-audit-trail-using-asp-net-core-and-elasticsearch-with-nest/

## History
- 2025-01-01 Updated packages, .NET 9, bootstrap 5
- 2024-10-25 Updated packages
- 2024-09-10 Switched to Elastic.Clients.Elasticsearch, removed Nest, updated to .NET 8
- 2024-09-10 Updated build
- 2020-01-12 Updating to .NET Core 3.1
- 2019-02-15 Updating to .NET Core 2.2, Updated NEST breaking changes## Links
https://www.elastic.co/guide/en/elasticsearch/reference/current/aliases.html
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html
https://docs.microsoft.com/en-us/aspnet/core/
https://www.elastic.co/products/elasticsearch
https://github.com/elastic/elasticsearch-net