Visualize funnels in Kibana

I have documents having following format:
{
Session ID, Previous URL, Current URL
}

I want to create visualisation for following scenario:

  • How many users hit on URL B after hitting URL A and having same session ID?
  • How many users hit URL A and URL B before hitting URL C and having same session ID?

To achieve this I need to compare documents within the same index.

I would like to know how I can do such type of queries in Kibana and create visualisation for this?

3 Likes

@Prashant_Pandey

This is not possible with the default visualizations, but you might be able to do with Vega. This is an experimental feature and will require you to program in the Vega markup language.

You can take a look here to get started:

YMMV

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