Performance graphs? Is this possible?

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!

I think what you're describing can be achieved with TSVB

This blog post might be helpful: Visualizing observability with Kibana: Event rates and rate of change in TSVB

Thank you!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.