New to ELK. I want to collect data from two hardware devices and measure and visualise the throughput of those devices. The idea is the following:
Two devices send data to Elasticsearch. In Kibana i create a dashboard that shows the speed at which the data from those two devices is injected into Elasticsearch, most probably in records/second. I would need to create a counter which for every second counts the number of records inserted in the last passed second and show the number on a dial which updates every second.
Before i start learning the stack i want to know if this can be done.
Thanks!