So I am capturing data in elastic. It happens to be status of our scheduled tasks. What I cannot work out is how to display that data on a kibana dashboard.
I have set up a search and can show the raw data, but that's of no real use.
- I need to be able to sort the data, preferable dynamically on the dashboard, but at worst in code somewhere.
- Need to only display the most recent set of captured data, with the ability to step back through the data as required. At worst just limit to the most recent captured value.
The idea going forwards will be to build an alarms if values are not as expected, but need to have visibility as well.
I have tried googling but nothing useful that I can find, so any links to useful pages would be very helpful.
I am very new to the Elastic stack so any guidance would need to be at a very low level.