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…

Simple GDAL Setup Using Docker


  
  ~/posts/2020/
  Reading 3 min.
  
   docker gdal

I often work with different geospatial data sets, including geolocation information, and I want to present documents in the context of the Map’s position. To get the job done, I use Elastic Kibana Maps for my visualizations. Elastic provides Elastic map service (ESMS), which anyone can use for geospatial visualizations. The service includes different vector layers out of the box and is kept up to date and improved continuously. Only recently, all the Europe regions were completed on ESMS and released to the public.

Read More…