elastic Monitor ethOS Distro with Elastic Search - 3 Once we've set up the data sending from out ethOS machine, we can check that ElasticSearch collects data. With GET /ethos/_count, we get something like: { "count": 5319, "_shards": { "total": 5, "successful": 5, "skipped": 0, "failed"
elastic Monitor Docker Logs with ELK - 2 This second post in the series provides a starting point for visualising the log data. It makes some assumptions that logs are collected in a way described by the first part, so I would suggest to read through it if you haven't already. Verify First, make sure you
docker Monitor Docker Logs with ELK - 1 Following my attempts to monitor ethOS data via ElasticSearch and Kibana, I've thought it would be a good idea to start monitoring the logs produced by my various docker instances. This first part deals with configuring ELK and logspout. Prerequisites I assume the following: * ELK is installed. You
elasticsearch Monitor ethOS Distro with Elastic Search - 1 TL;DR: It's possible to monitor your ethos distro install on an ElasticSearch instance. I like EthOS. I like its panel too, but at the time of writing it had some issues on updating values This was somewhat unfortunate because it's the same time when I