Elasticsearch: Difference between revisions
From DWIKI
mNo edit summary |
m (→On Debian) |
||
Line 11: | Line 11: | ||
==On Debian== | ==On Debian== | ||
deb https://artifacts.elastic.co/packages/oss-6.x/apt stable main | deb https://artifacts.elastic.co/packages/oss-6.x/apt stable main | ||
packages is called elasticsearch-oss now? | |||
=Terminology= | =Terminology= |
Revision as of 17:30, 14 May 2022
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
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