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 am working at Cotocus. I blog tech insights 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 »How to deploy Elasticsearch, Fluentd and Kibana (EFK) in Kubernetes?
Logging Operator EFK(Elasticsearch, Fluentd, and Kibana) Logging Operator is an operator created in Golang to set up and manage EFK(Elasticsearch, Fluentd, and Kibana) cluster inside Kubernetes and Openshift environment. This…
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 am working at Cotocus. I blog tech insights 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 am working at Cotocus. I blog tech insights 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 am working at Cotocus. I blog tech insights 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 am working at Cotocus. I blog tech insights 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 »How to install elasticsearch and kibana 8.x using Docker?
Prerequisite The following requirements and recommendations apply when running Elasticsearch in Docker in production. The following requirements and recommendations apply when running Elasticsearch in Docker in production. Set vm.max_map_count to…
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 am working at Cotocus. I blog tech insights 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 am working at Cotocus. I blog tech insights 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 am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »