frutik / elasticsearch-hints

Some useful links about Elasticsearch
20 stars 1 forks source link
elasticsearch garbage-collector performance-monitoring search tuning

elasticsearch-hints

These links are outcome of 4+ years of tuning/running our ES clusters (on premise and in a cloud).

This list is not in the active development. Partially merged into https://github.com/dzharii/awesome-elasticsearch

Internals

Java tuning

How to start using G1

#ES_JAVA_OPTS=""
ES_JAVA_OPTS="-XX:-UseParNewGC -XX:-UseConcMarkSweepGC -XX:+UseG1GC"

Durability & reliability

Performance

Monitoring

Best practices

Books

In order of my personal preferences

Video

Reading