Hello Everyone! I'm a new user of ELK stack, its looking really powerful and a bit challenging, however I would like to ask you about one thing related to kibana visualizations.
I'm currently trying to implement a visual representation of this logic:
we've logs containing ID of a store, till number (every store may have 1-20 till numbers) and event type. I would like to implement a pie chart showing healthness of each store based on logs containing certain event types, so to classify a store as a healthy each of its tills would need to have 6 logs containing certain different event type. Classifying store as unhealthy would be an opposite to logic above (not all 6 logs are present).
Could you please advise some tips on how to implement such logic in pie chart or maybe I should choose different visualization for such case?
Thank you for any help.
Best regards,
Michael