1. Introduction to Elasticsearch and the ELK stack
About this article:
In this article, we are discussing Elasticsearch. We would be starting with the introduction of Elasticsearch, will be having a brief discussion over so-called ELK stack. We would then move to the architecture of Elasticsearch and what the heck are nodes, clusters, shards, indexes, documents, replication and so on. So let's start.
Table of contents:
- 1. Introduction to Elasticsearch
- 2. Understanding Elastic Stack
- 3. The Architecture of Elasticsearch
- 4. How Search Query Executed(Quick Overview)
- 5. End Notes
- 6. Recommended Articles
Link to the article: Introduction to Elasticsearch and the ELK stack
2. Upgrading the Existing Architecture to Elasticsearch | ELK Stack
About this article:
Suppose that we have an e-commerce application running on a web server. The data is stored within a database, such as the product categories and the products themselves. So when a product page is requested, the web application looks up the product within the database, renders the page, and sends it back to the visitor’s browser. This is how a common Client-Server-Database Architecture looks like.
Table of contents:
- Existing Architecture
- Step Wise approach for Upgrading to Elasticsearch/ELK Stack
- Recommended Articles
Link to the article: Upgrading the Existing Architecture to Elasticsearch | ELK Stack
Liked this blog? Don't miss out on any future blog posts by Subscribing Here
Top comments (0)