Skip to content

DaniJG/ELKLogging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published