
Slow Query Logs In Elasticsearch
Better understand the slow queries in Elasticsearch by using the slow logs. In this article, we discuss the log structure, the thresholds, and some potential root causes.

Audit Logs
This article discusses how to implement a simple audit logs solution with Java JAX-RS, including requirements, considerations for the implementation, and 3 different solutions based on Java Servlet, Jetty, and JAX-RS filter.


Elasticsearch Snapshot APIs
This article summarizes the list of APIs for "Snapshot and Restore" in Elasticsearch, which allows you to perform operations easily and navigate to official documentation if you need more detail.

Error Retries in Temporal Workflow
This article discusses the error retries in workflow engine Temporal, including retryable and non-retryable application errors, error types in retry policy, retry policy usage in different levels, maximum attempts, and more.

Internal Structure Of Snapshot Repository
This article takes you to the Elasticsearch snapshot repository to explore its internal structure and understand the contents and uses of different files.

Elasticsearch Settings
This article describes the different types of settings of Elasticsearch: cluster settings, index settings, node settings, the difference between static and dynamic settings, and some commonly used curl commands.

How to prevent data loss in Elasticsearch?
Six practical solutions to improve data reliability: improve number of replicas, snapshot and restore, RAID, MQ, etc.
186 post articles, 24 pages.