-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Onurcan Yılmaz
committed
Aug 16, 2021
1 parent
8d3b40c
commit af44462
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# fuzzy-engine | ||
Serilog kibana .net core services | ||
# Serilog Microservice | ||
|
||
The fuzzy-engine is named from github, thanks for name by github :) | ||
|
||
|
||
fuzzy-engine is a ASP.NET CORE logging micro service by Serilog. It use with Elasticsearch & Kibana and running on the Docker container. | ||
|
||
|
||
<b>FOR WINDOWS USERS</b> | ||
|
||
Firstly, you must install docker desktop. Then you must clone the repository and you will run the docker-compose.yml on the cmd or powershell at your project directory. | ||
|
||
<b>In that;</b> | ||
|
||
``` | ||
docker-compose up -d | ||
``` | ||
|
||
> **NOTE**: The fuzzy-engine is a minimal API by ASP.NET CORE 5. It is not contains any controllers folder. It is running on the middleware. | ||
> **NOTE**:If you want to see the serilog logs from kibana, you must set up the kibana index pattern with star("*") | ||
|
||
Then, when you do starting docker, you can start debugging the fuzzy-engine. when you did the request, Kibana will show the logs | ||
|
||
If you like this, give me a star :) |