About Elastic (The Company)

Certainly! Here’s a detailed overview of Elastic N.V. (commonly known as Elastic, the company behind Elasticsearch), covering its transformation, history, key milestones, product evolution, and major release timelines. ๐Ÿข About…

Read more »

How to install kibana and configure with Elasticsearch

Download & Extract kibana 8.x Configure kibana 8.x Download, Extract, Install and Configure kibana 9.x vi config/kibana.yml ./bin/kibana –allow-root Provide Enrollment Kye of ElasticSearch Login to Kibana using elasticsearch username/password…

Read more »

Install and Configure Elasticsearch: Step by Step Guide

Install and Configure Elasticsearch in Linux Download and Extract Elasticsearch Run and Verify Elasticsearch 7.x Run and Verify Elasticsearch 8.x Run and Verify Elasticsearch 9.x ubuntu@ip-172-31-38-122:~$ curl –cacert /home/ubuntu/elasticsearch-9.0.0/config/certs/http_ca.crt -u…

Read more »

How to install & configure Elastic Filebeat?

Filebeat client is a lightweight, resource-friendly tool that collects logs from files on the server and forwards these logs to your Logstash instance for processing. Filebeat is designed for reliability…

Read more »

Aws Tutorials: FinOps โ€“ List of all Elasticcache cost optimization strategies

Here’s a table summarizing the cost optimization strategies for Amazon ElastiCache: Strategy Description Right-Sizing Instances Select instance types that match workload requirements. Use smaller nodes for development and testing, scaling…

Read more »

AWS Tutorials: Difference between Amazon Elasticsearch Service and Amazon Elastic cache Service

Here is a comparison table highlighting the differences between Amazon Elasticsearch Service (now known as Amazon OpenSearch Service) and Amazon ElastiCache Service: Feature/Aspect Amazon OpenSearch Service Amazon ElastiCache Purpose Search,…

Read more »

AWS Tutorials: How to Shutdown (Stop / Start) ElastiCache Service in AWS

ElastiCache does not support direct stopping and starting of clusters. Instead, the best way to minimize the cost of ElastiCache when it’s not in use is to scale down the…

Read more »

Elastic Agent Commands Reference

Start Elastic Agent Stop Elastic Agent Rajesh KumarIโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel…

Read more »

What is Elastic Agents, Its Feature and How it works?

What is Elastic Agent: Elastic Agent is a unified tool that simplifies adding monitoring capabilities to your systems. It can collect various data types, including logs, metrics, and even security…

Read more »

Difference Between Beats and Elastic Agent

Beats and Elastic Agent are both data shippers used within the Elastic Stack, a set of tools for searching, analyzing, and visualizing log data in real time. They play crucial…

Read more »

What is Elasticsearch and use cases of Elasticsearch?

What is Elasticsearch? Elasticsearch is an open-source, distributed search and analytics engine built on top of Apache Lucene. It provides a powerful and scalable solution for searching, analyzing, and visualizing…

Read more »

Elastic Tutorials: Collects Docker metrics and logs using Elastic Agent

This Integration collects metrics and logs fromย Docker containers. The default data streams for metrics collection are:ย container,ย cpu,ย diskio,ย healthcheck,ย info,ย memoryย andย network. Theย imageย metricset is not enabled by default. Theย container_logsย data stream for containers’ logs collection is enabled…

Read more »

Elastic Agent: Installation & Configuration

How to install Elastic Agent in Linux? Elastic Agent Commands How to avoid a certificates issues? Reference How to verify the Metrices and Logs? Some Commands Reference Installation layout of…

Read more »

What is Elastic Security and use cases of Elastic Security?

What is Elastic Security? Elastic Security is a comprehensive security information and event management (SIEM) solution offered by Elastic, the company behind the Elasticsearch, Kibana, Beats, and Logstash (ELK) stack….

Read more »

What is ELK Stack and use cases of ELK Stack?

What is ELK Stack? The ELK Stack, also known as the Elasticsearch, Logstash, and Kibana Stack, is a powerful set of open-source tools used for log and data analytics. Each…

Read more »

Elastic Tutorial: Elasticsearch 8.X Installation & CRUD in Linux

Rajesh KumarIโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Elastic Assignment & Excercise

Elastic Elasticsearch Logstash Kibana Filebeat Elastic Stack Rajesh KumarIโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School,…

Read more »

Elastic Demo Video – Elasticsearch – ELK

Rajesh KumarIโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Elastic Logstash Input Filter and Output Example

Rajesh KumarIโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

How to configure Elastic filebeat 8.3 with Elasticseach?

Step 1 – Download a file beat pacage Step 2 – Configure input in filebeat.yml Step 3 – Configure output in filebeat.yml Step 4 – Configure Kibana in filebeat.yml Step…

Read more »

Elastic Logstash: what is logstash.yml & pipelines.yml & configratuion file?

Logstash has two types of configuration files: pipeline configuration files, which define the Logstash processing pipeline, and settings files, which specify options that control Logstash startup and execution. Pipeline Configuration Files You…

Read more »

Elastic Logstash: Multiple pipelines example in pipelines.yml

Rajesh KumarIโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Elastic Logstash: Short Example of Logstash Multiple Pipelines

Rajesh KumarIโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Top 50 Elasticsearch Interview Questions and Answers

Explain in brief about Elasticsearch? Elasticsearch Apache Lucene search engine is a database that stores retrieve and manages document-oriented and semi-structured data. It provides real-time search and analytics for structured…

Read more »

Top Elastic search interview questions and answers

What is the main use of Elasticsearch? Elasticsearch is used for a lot of different use cases: “classical” full-text search, analytics store, auto-completer, spell checker, alerting engine, and as a…

Read more »

Elasticsearch templates

An index template is a way to tell Elasticsearch how to configure an index when it is created. For data streams, the index template configures the streamโ€™s backing indices as…

Read more »

How to Install and configure elastic Logstash?

Step 1 – Download a Latest version of logstash. https://www.elastic.co/downloads/logstash Step 2 – Configure first pipeline $ vi logstash-7.2.0/first-pipeline.conf Step 3 – To verify your configuration, run the following command:…

Read more »

Elasticsearch Lab#5 – Example of Popular Query

Rajesh KumarIโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Elasticsearch – Beats – Logstash FAQs And Answers

Elasticsearch How to get previous version of docuents? No, you can’t do this using the built-in versioning. All that does is to store the current version number to prevent you…

Read more »

Elasticsearch Lab#4 โ€“ DSL Query Collection Part#2

Reference Sample Data & Query – https://github.com/devopsschool-demo-labs-projects/elasticsearch Rajesh KumarIโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School,…

Read more »