Conversation
There was a problem hiding this comment.
please ignore this file if not needed.
|
Amazing work @aninda052
|
@foyzulkarim vai, can you tell me more details about the condition? |
|
For example, in our code we have integrated Loggly, but what if people don't want to use Loggly? So, if anyone doesn't enable loggly, we will not run loggly specific configuration. Thus system will not beak. I suggest you to make the ElasticSearch configurable in this way so that if we don't enable the ES specific thing, the code will not even run the ES. Above suggestions are just for an idea, feel free to tweak them as you see fit. 🥳 |
@foyzulkarim vai, our system doesn't depend on
i like the idea of running |
This pr will close #86
Crete a
docker-composefile for running Elastic Stack. The container will run 4 services -To write application log on log file, we use
@elastic/ecs-winston-formatpackage for formatting log intoECSformat, this format helpfilebeatto parse log properly and also this package add a extratrace idalong with other data with each log