It's a simple .net core 5 ASP.Net Web Application that log into ElasticSearch. It's really base on this post
You should start ElasticSearch on port 9200 (dockerized\local instal) and then run this application to log into ElasticSearch.
- Config ElasticSearch username and password.
- Config ModifyConnectionSettings property of ElasticsearchSinkOptions on Program.cs file of .net project.
- Create Index pattern in Kibana to view web application log
You can use this repo to start ELK(Elasticsearch-Logstash-Kibana) stack.