Category: Software, Docker

Manual how to configure log management tools using Elastic cloud The basic block to figure out with all this mess is to have log management.

As well we could easily configure logger to write application logs to the file at local drive.

If we don’t want to use Logstash to transform logs we could just send them directly to Elasticsearsh by adding the following lines.

The final step is to create docker-compose.yml file to run containers with our App, Logstash and Filebeat: Pay attention that we are using the volume shared between containers with the Application which produces logs and with Filebeat which read log file.

Related Articles