© 2023 Hashnode
#elk
Making use of open-source library to extend the functionality and data available Pre-requites: Elasticsearch & Kibana already setup Python 3 & Above In this tutorial, we will be using python to connect to elastic search. This is to demo…
In this article, we will explore how to set up the elastic search as a DB, in a few simple steps. You can go and set up a default application via start.spring.io Once you have set up your project, you can add the following dependencies to y…
Let's continue from the previous article and write yet another watcher. In my previous experience, this watcher has helped to keep track of the status of my server without logging into Kibana every day. Here is the watcher that is triggered…
The Elastic stack, or ELK for short, is a collection of tools that will turn you into a data wizard in no time! Whether you need to store, search, or analyze your data, ELK has you covered. First up, …
In the previous post, we explored the in-build functionality of Kafka Inputs in Logstash bundle i.e. those are already available when you install Logstash. In this post, we will install plugins that are not available in the default bundle. …
Prerequisites: AWS account Tight your grip on the handle as we start on this rollercoaster ride Step 1. Create an EC2 instance Create 2 EC2 instances (ansible-master and ansible-node) with t2.xlar…
What is ELK? long story short, ELK stand for Elasticsearch, Logstash, Kibana. Elasticsearch is a full-text, distributed NoSQL database. Logstash is a tool for collecting, parsing and storing logs for …