Linux Format

Plot geolocation data with ELK

OUR EXPERT

Simon Quain works as a site reliability engineer who likes finding open datasets online to play around with in the Elastic Stack.

QUICK TIP

If you need to increase the resources available to Logstash or Elasticsearch, edit the -Xms and and -Xmx parameters in their respective config/jvm. options file which is set to 1 gigabyte by default

Once you’ve defined a mapping for a field in Elasticsearch it can’t be changed. If you change your mind, you’ll need to delete the index, recreate the mapping and then reindex your data.

A quick way to index ratings for multiple authorities in one go is to download several files, concatenate them together into one file so that each of those file’s contents is on a new line and then run that through Logstash.

Back in we visualised COVID-19 statistics with data from the European Open Data Portal, the search engine , its GUI Kibana and a little help from Kibana’s new Data Visualizer to get the data into for us. This time we’ll be parsing the data ourselves with the help of a nifty tool called . can take data from an input, do some processing to it and then send it off to a desired output. is able to work with a wide variety of inputs from Azure Event Hubs.

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format5 min read
Install Ubuntu 24.04
Hopefully, by now you’ve managed to create and boot H an Ubuntu installation medium. If not, turn back and follow the instructions in the box forthwith. The first thing you see is a brutalist menu from which you should select the first option (Try Or
Linux Format1 min read
Nvk Is Go!
"NVK, the open source Vulkan driver for Nvidia hardware in Mesa, is ready for prime time. The merge request has landed, getting rid of the nonconformant implementation warnings and signalling to distros that it’s now time to start shipping NVK to use
Linux Format12 min read
Let’s Code Some Demos Like It’s 1990!
Ferenc Deák never throws anything away, which is why he still has all his demoscene files. Sadly, it also means his fridge is a no-go zone. It all started when this author’s beloved retro PC, used to host nostalgic gaming sessions, I suddenly suffer

Related