Monitoring and Logging Stack with Docker Compose

<p>In this blog we are going to learn about the Docker Compose while orchestrating more than one containers of different monitoring and logging tools.</p> <p>Here the monitoring and logging tools we are using are Elastic Search, Logstash, Kibana , Prometheus and Grafana for which we will create a docker container.</p> <h1>Architecture of the project</h1> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*i47os6UyOiskCoHjrWJwFw.png" style="height:497px; width:700px" /></p> <h1><strong>Summary of the tools we are using.</strong></h1> <ol> <li><strong>ELASTIC SEARCH</strong></li> </ol> <p>Elasticsearch is a distributed search and analytics engine built on Apache Lucene. It provide us the solutions for Searching, Observerbility and Security purpose.It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. The &ldquo;E&rdquo; in ELK stack stands for Elastic Search. It basically store the data.</p> <p><a href="https://medium.com/@kelvi030117/monitoring-and-logging-stack-with-docker-compose-a638e115ef77"><strong>Visit Now</strong></a></p>
Tags: Docker Compose