All Projects → DaniJG → ELKLogging

DaniJG / ELKLogging

Licence: other
No description, website, or topics provided.

Programming Languages

C#
18002 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

ELKLogging

This repo contains a sample application integrating Elasticsearch and .Net Core.

  • A REST API for products is implemented which uses Elasticsearch as the backing service for storing and querying the data.
  • A new logger provider is also implemented which sends the logged events to Elasticsearch.

If you use docker, you can easily start a new container with Elasticsearch and Kibana for testing purposes using:

 docker run -it --rm -p 9200:9200 -p 5601:5601 --name esk nshou/elasticsearch-kibana
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].