Posts

Visualise Historical Tornadoes Tracks


  
  ~/posts/2021/
  Reading 13 min.
  

Welcome to another blog post where we explore another exciting dataset with Elastic Stack. Today, you will learn how to ingest and analyze Historical Tornadoes tracks covering 69 years’ worth of data. We will explore the dataset, create the ingest pipeline, consume the CSV file with Filebeat, store tornadoes in Elasticsearch, and visualize them in Kibana.

Read More…

Track Docker Container Pulls with Elastic Stack


  
  ~/posts/2021/
  Reading 10 min.
  

In this, yet another, practical post, I will guide you through the simple setup, which will allow you to track the number of pulls of the Docker images uploaded to the Docker hub. By reading the post, you will learn about Metricbeat’s HTTP module, Ingest pipeline, and use Kibana to explore a few simple visualizations. I hope you will find some inspiration for your tasks, which you are at right now.

Read More…

Elasticsearch Snapshots With Linode Storage Object


  
  ~/posts/2020/
  Reading 6 min.
  

Elasticsearch supports several object storage solutions or vendors out of the box for taking snapshots of your data, or for backups. It is as easy as installing the correct plugin, followed by a proper configuration. Using the supported vendor’s storage option is easy and convenient. But, can you take a snapshot into Linode object storage as an S3 compatible solution with Elasticsearch? Let’s find out in this post.

Read More…

Visualise Covid-19 data Using Elastic Stack (Slovakia)


  
  ~/posts/2020/
  Reading 8 min.
  

Covid-19 and its implications are the topic number one for quite some time. The situation naturally provides us a new dataset which any data analyst can process with different tools.

Despite this is not a happy dataset and one I would rather not be part of, it is also an opportunity to use tools, learn new applications, and hope that anything we do will help in some way to other people around us. Whether it is a scientist looking for a different approach to solve the problem or a student learning new tools using interesting data right now, everyone can benefit. Because I believe that we learn by doing ’things’, I am presenting a complete hands-on example based on Slovakia’s data. The same methodology can be applied for similar use cases or just as a proof of concept when needed.

Read More…

Import Slovakia Regional GIS Data into Elastic Stack


  
  ~/posts/2020/
  Reading 5 min.
  

Elastic Map Service nowadays comes with Slovakia regions , which you can happily use with your geospatial data. If you want to have higher precision of Region’s shapes, or you do need to implement the level of ‘districts’ (okresy) or go to the detail of a single city/town, you must use custom map layers. Using different layers is considered a basic task for any GIS application. Possibility to add custom layers in Kibana Maps is available since the introduction and is improving with every release.

Read More…