Reader small image

You're reading from  Kibana 8.x – A Quick Start Guide to Data Analysis

Product typeBook
Published inFeb 2024
PublisherPackt
ISBN-139781803232164
Edition1st Edition
Right arrow
Author (1)
Krishna Shah
Krishna Shah
author image
Krishna Shah

Krishna Shah is a data architect from Melbourne, Australia with 9+ years of experience, and she knows how to make data work. She's been an official trainer for Elasticsearch and Kibana, crafting the courses that empower people to unlock the secrets of data. Prior to that, she worked for a start-up in India as the data engineer behind building and maintaining data engineering pipelines, then transforming that raw information into stunning visuals and insights using Kibana and other data engineering technologies. Today, she's an advocate, a mentor, and a bridge-builder, inviting everyone to find their own rhythm in the data's dance. Whether you're a novice or seasoned analyst, brace yourself for her infectious enthusiasm and knack for making the driest of datasets sing!
Read more about Krishna Shah

Right arrow

Exploring your data

Let us now start looking into how the data gets stored in the Elasticsearch cluster, which takes us to the concept of a document. Anything that we ingest in the cluster gets stored in the cluster as a document.

Elasticsearch – a document store

Before starting to understand how exploration of data can be done, Elasticsearch is called a distributed document store as it stores the data in the form of serialized JSON documents:

Figure 3.1 – An index with a collection of documents can be stored in Elasticsearch

Figure 3.1 – An index with a collection of documents can be stored in Elasticsearch

These JSON documents are distributed across all the nodes of the cluster. If we go into where this document is stored in an index, it would be a logical namespace called an Index. It can be thought of as a collection of JSON documents that has data stored in the form of key-value pairs that contain the data. See the following example:

 Figure 3.2 – A sample of a record of data

Figure 3.2 – A sample of a record of data

...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Kibana 8.x – A Quick Start Guide to Data Analysis
Published in: Feb 2024Publisher: PacktISBN-13: 9781803232164

Author (1)

author image
Krishna Shah

Krishna Shah is a data architect from Melbourne, Australia with 9+ years of experience, and she knows how to make data work. She's been an official trainer for Elasticsearch and Kibana, crafting the courses that empower people to unlock the secrets of data. Prior to that, she worked for a start-up in India as the data engineer behind building and maintaining data engineering pipelines, then transforming that raw information into stunning visuals and insights using Kibana and other data engineering technologies. Today, she's an advocate, a mentor, and a bridge-builder, inviting everyone to find their own rhythm in the data's dance. Whether you're a novice or seasoned analyst, brace yourself for her infectious enthusiasm and knack for making the driest of datasets sing!
Read more about Krishna Shah