In this blog article, we will see how we can setup dashboards in Kibana using the elastic data. For a better understanding, it is recommended to go through the blog articles on ELK topic in order from 1-6. https://myknowtech.com/tag/elk A short introduction about Kibana. – Open source visualization tool on elastic data – It uses […]
ELK Monitoring – Part 5 – Setup Logstash
In this blog article, we will set up a Logstash server in our local machine. We will also configure filebeat to ship the log files to logstash and logstash will stash those log file entries into elasticsearch server. For a better understanding, it is recommended to go through the blog articles on ELK topic in […]
ELK Monitoring – Part 4 – Setup Filebeat and Pega log JSON objects
In this blog article, we will set up a filebeat server in our localmachine. We will also use filebeat to ship the Pega logs into elastic server. Finally, we will use Kibana tool, to query on the shipped log entries from elastic server. For a better understanding, it is recommended to go through the blog […]
ELK Monitoring – Part 3 – Setup Kibana
In this blog article, we will set up and run Kibana in our local machine. We will also use REST APIs from elastic to create indexes and documents manually using DSL query. For a better understanding, it is recommended to go through the blog articles on ELK topic in order from 1-6 https://myknowtech.com/tag/elk – Open […]
ELK Monitoring – Part 2 – Setup Elasticsearch
In this blog article, we will set up and run an elasticsearch node in our local machine. We will also see some important configurations. For a better understanding, it is recommended to go through the blog articles on ELK topic in order from 1-6 https://myknowtech.com/tag/elk What is elasticsearch? – Open source search and analytics engine […]
ELK Monitoring – Part 1 – Understanding
This is the first blog article in the series of ELK stack. Here we will see some basic theoretical knowledge about the ELK stack. Let’s start hunting the ELK 🙂 Fun fact: ELK is a large species deer! What is ELK? ELK – stands for Elastic, Logstash and Kibana. Elastic – Search or analytics engine […]