KPIs based on events in time

Hi,

I want to display KPIs based on event intervals, e.g.

  • average time between event A and event B per user
  • average amount of event C in time per user

I struggle to figure out what is the best way to make this with Kibana, anyone has some ideas or documentation on how to achieve this?

Thanks,
Stefan

For the first one, it pretty much depends on how you have your events indexed in ES. If you just ingest events with a timestamp then it's going to be a bit weird. But if you ingest them as {user, timeEventA, timeEventB} this could be done.

But I really do recommend watching this webinar first:
https://www.elastic.co/webinars/kibana-101-get-started-with-visualizations

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.