Introduction
Stack

  • Elasticsearch
  • Logstash
  • Kibana
  • Beats
  • Application Performance Monitoring (APM)
  • Security Information and Event Management (SIEM)
  • Endpoint Detection and Response (EDR)
  • Elasticsearch Architecture

    Cluster, Node, and Shard

  • shard size
  • number of primary shards of an index
  • the number of replica shards of a primary shard
  • Space, and Index

    Score
  • a value that represents how relevant a document is to a specific query
  • Term Frequency (TF)
  • Inverse Document Frequency (ITF)
  • Terms
  • field, column
  • document, row, base unit of storage
  • Mapping, defines how a document, its fields, and its metadata are stored in Elasticsearch
  • Index, table, the largest unit of data in Elasticsearch, are logical partitions of documents
  • Shard
  • Bucket
  • Bucket aggregation, an aggregation that creates buckets of documents
  • Metrics aggregations, calculate metrics based on the values of fields in documents. Metrics can be computed for buckets/groups of data
  • Analyzer
  • Space
  • Namespace
  • Deployment
  • Integration
  • Node, Elasticsearch instance
  • Cluster, database, the set of indices available are grouped in a cluster
  •             
    Reference
  • Beginner's Crash Course to Elastic Stack Series
  • Youtube
  • What is Analyzer in Elasticsearch for?
  • 10 Elasticsearch Concepts You Need to Learn
  • Scalability and resilience: clusters, nodes, and shardsedit
  • Getting started with the Elastic Stack
  • Elastic.co
  • Mapping concepts across SQL and Elasticsearchedit
  • Terminology