Skip to content

Commit a7edcf3

Browse files
authored
Create Readme.md
1 parent 09c5634 commit a7edcf3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ElasticSearch with Kibana Interface
2+
This sample for start to work with elastic search and kibana and use Serilog for Logging the Events that occur during the program <br/>
3+
first of all you need to install docker on your machine the start your docker engine <br/>
4+
Docker : https://docs.docker.com <br/>
5+
Serilog: https://serilog.net <br/>
6+
ELK Stack : https://www.elastic.co / https://www.elastic.co/kibana <br/>
7+
pull the image of ElasticSearch and Kibana from docker hub : https://hub.docker.com <br/>
8+
in the next step you should go to the docker folder and Create and start containers with "docker-compose up" command <br/>
9+
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services you create and start all the services from your configuration.
10+
another step is the configuration of our services wich is up as container with docker in our .NET7 application <br/>

0 commit comments

Comments
 (0)