Bootstrap ChecksElasticsearch carries out "bootstrap checks" to ensure that important settings have been set correctly. If any of these fail, ES won't start.
Cluster Blocks Read-OnlyA read-only delete block can be applied automatically by the cluster because of a disk space issue. It can also be applied manually by...
Dangerous Default SettingsCluster name and data path are default settings that could be destructive for proper Elasticsearch function if handled incorrectly. If you...
Elasticsearch Indexing PerformanceLearn how to optimize Elasticsearch indexing performance with bulk indexing, refresh interval adjustments, and buffer size tuning, and more.
Elasticsearch Master NodeThis article will discuss some advanced techniques and best practices for optimizing Elasticsearch master nodes to ensure cluster stability.
Enable Adaptive Replica SelectionAdaptive replica selection is a process that prevents a distressed Elasticsearch node from delaying the response to queries. To enable it...
File DescriptorsFile descriptors are required to keep track of all the files Elasticsearch has open at any given time, as well as all network...
Misuse of WildcardsIt's possible to reduce the risk of accidental deletion of indices by preventing the use of wildcard for destructive operations. To check...
Rest-high-levelRest-high-level is built on top of low-level rest-client and is a method of communicating with Elasticsearch based on HTTP REST endpoints...
Split BrainElasticsearch split brain occurs when there is more than one master in the cluster. By setting the quorum of minimum master nodes...
Zen Discovery SettingsZen discovery settings for cluster formation were deprecated in Elasticsearch V.7 and should be removed from version 7 and above due to...