Hi,
I have following easy schema of my ES document:
videoAsin
eventName
Video asin is unique identifier of video we store.
eventName may have different values. For example, “event1”, “event2”, “event3”, etc
I need to get following dashboard in Kibana:
For each videoAsin, get count of documents with eventName = “event1” and subtract count of documents with eventName = “event2” for the same videoAsin.
Is it possible to achieve so using Kibana? I have newest version