Recording weather with Arduino, Elasticsearch and Kibana 4
Recording weather with Arduino, Elasticsearch and Kibana Miss the first part of this series? It's here! Part 4 - Getting data into Elasticsearch In the previous steps we have built our weather station and configured the software. Now it is time to start doing something with the data. At the end of part 3 We have a system which will transmit data over an Ethernet network every minute, into our data store. This works really well if you have a data store to send it to, and that is the first thing to get started with. There are two excellent tools for processing this kind of data, Elasticsearch and Splunk . In this series I am going to concentrate on Elasticsearch, and later I will come back and revisit this project using Splunk. Getting Started with Elasticsearch Setting up Elasticsearch is actually not that hard if you just want to learn about it. I will take you through a very basic setup which is sufficient for the kind of data in use...