DEV Community

Cover image for 2 Articles for building a foundation in Elasticsearch | ELK Stack
Full Stack Geek
Full Stack Geek

Posted on

1 3

2 Articles for building a foundation in Elasticsearch | ELK Stack

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:

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:

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

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay