Sagar Budhathokiblog.budhathokisagar.com.np·Jul 3, 2024ElasticSearch on AWS EC2 using TerraformIn this, we’ll learn to set up an ElasticSearch Stack on AWS EC2. Elastic Stack consists of ElasticSearch, Filebeat, LogStash, and Kibana(ELK stack) which brings all the logs and traces into a single place. This is one of the most popular tools for s...Discuss·62 readselasticsearch
Suraj Shettyhashnode.surajshetty.blog·Apr 2, 2024Simple Steps to Install Local Microservices Tools Such as RabbitMQ, Kafka, Redis, etc. with DockerLet's first understand what Docker is and the features of containerization. Docker is a platform that enables developers to develop, ship, and run applications in containers. Containers allow you to package an application with all its dependencies in...DiscussMicroservices ToolsDocker
Smit Shahshahsmit.hashnode.dev·Jan 1, 2024Filebeat Integration with Spring Boot ApplicationIn the preceding article, we explored Logstash's capability to ingest logs from a file. In this subsequent integration discussion, we will examine the comprehensive end-to-end integration process for handling logs. This process involves the local sto...Discuss·59 readsBeginner Developers