Elastic Stack

How to find and diagnose unassigned Elasticsearch shards

Identifying the unassigned shards in Elasticsearch and finding the reason why a shard can't be allocated is critical when we…

4 years ago

Monitoring Elastic Stack

Gather metrics and statistics from Elastic Stack with Metricbeat and monitor the services using a Kibana dashboard. (more…)

5 years ago

Get rid of the Standalone cluster in Kibana monitoring

When you use Metricbeat to monitor your Elastic Stack, you may notice in your Kibana dashboard the Standalone cluster. It…

5 years ago

Processing logs with Elastic Stack #2 – configure Kibana

Kibana allows us to browse data indexed in Elasticsearch nodes. We're going to run Kibana in a Docker container and…

5 years ago

Processing logs with Elastic Stack #1 – parse and send various log entries to Elasticsearch

Why should we learn how to process application logs with Elastic Stack? After all, the default logging mechanism in Spring…

5 years ago

Setting JVM options for an Elasticsearch service run in a Docker container

Default minimum and maximum heap size used by Elasticsearch is set to 1GB. I want to show you how you…

5 years ago