I would like to show each bar in Kibana bar chart from a specific message from my application.
Bars should be flowing from right to left.
There shouldn't be more than 15 bars in the bar chart.
Specifically, each microservice in my app will have its name logged in the log file, when it's being requested or responding to a request it will have a footprint in the log as its name, I just want to represent the same.
The things I have already tried:
- Split series ... other messages including errors are also being tracked and appear as bars.
- Filters ... it is showing total bars showing the total count of occurrences of microservices
Can anyone help me, please?