Hi,
I need to show a summary of some errors with their count in Kibana.
| Error | Count |
|---|---|
| Error1 | 123 |
| Error2 | 123 |
I have already search query of error1 and error2, I can display them as metric count widget but I am expecting to have many error types, so I want a table to summarise all of them.
Any idea how I can achieve this?
I am trying to use Markdown widget, but I don't know how to attach a metric count to it.
Cheers