Anonymous

Not logged in

  • Log in
DWIKI

Elasticsearch

From DWIKI

Namespaces

  • Page
  • Discussion

More

  • More

Page actions

  • Read
  • View source
  • History
Revision as of 15:06, 1 December 2022 by Tony (talk | contribs) (→Monitoring elasticsearch)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Contents

  • 1 Links
  • 2 Monitoring elasticsearch
    • 2.1 Query the web interface
  • 3 Installing Elasticsearch
    • 3.1 On Debian
  • 4 Terminology
    • 4.1 shards
    • 4.2 Percolation
  • 5 FAQ
    • 5.1 Status is yellow

Links

  • http://jprante.github.io/2012/11/28/Elasticsearch-Java-Virtual-Machine-settings-explained.html
  • https://www.elastic.co/blog/a-heap-of-trouble

Monitoring elasticsearch

  • How to monitor Elasticsearch performance
  • Top 10 Elasticsearch Metrics to Monitor
  • Performance metrics to monitor
  • Heap Size Usage


Query the web interface

  • 'cluster': 'http://localhost:9200/_cluster/stats',
  • 'nodes'  : 'http://localhost:9200/_nodes/stats',
  • 'indices': 'http://localhost:9200/_stats',
  • 'health' : 'http://localhost:9200/_cluster/health'

Installing Elasticsearch

On Debian

deb https://artifacts.elastic.co/packages/oss-6.x/apt stable main

packages is called elasticsearch-oss now?

Terminology

shards

"blocks" of index data distributed over the nodes

Percolation

https://spinscale.de/posts/2021-09-15-understanding-elasticsearch-percolate-query.html

FAQ

Status is yellow

  • Yellow cluster status explained

and look for unassigned shards

Retrieved from "https://wiki.dhits.nl/index.php?title=Elasticsearch&oldid=7847"

Navigation

Navigation

  • Main Page
  • Community portal
  • Recent changes
  • Random page
  • Help

Wiki tools

Wiki tools

  • Cargo data

Page tools

Page tools

    User page tools

      More

      • What links here
      • Related changes
      • Printable version
      • Permanent link
      • Page information
      • Page logs
      • Powered by MediaWiki
      • This page was last edited on 1 December 2022, at 15:06.
      • Privacy policy
      • About DWIKI
      • Disclaimers