Tag: Elasticsearch

How to prevent BufferOverflowError
How to prevent BufferOverflowError

In this guide, I will tell you how to prevent BufferOverflowError when you get logs from Kafka/in_tail, and your output can’t connect to OpenSearch/ElasticSearch. If you use input from Kafka/in_tail and sometimes you have issues with connection to OpenSearch/ElasticSearch, you can customize your Fluentd buffer in the output to stop getting logs from the input […]

Read More
Optimizing Elasticsearch Master Node for Cluster Stability
Optimizing Elasticsearch Master Node for Cluster Stability

The master node is responsible for lightweight cluster-wide actions such as creating or deleting an index, tracking which nodes are part of the cluster, and deciding which shards to allocate to which nodes. It is important for cluster health to have a stable master node. This guide provides best practices for optimizing the master node […]

Read More