Create user journey map on the grafana dashboard

Hi, I am completely new to grafana. I am trying to create a user journey map from the data that i have derived from elasticsearch datasource.
I data that i have received contains many fields out of which i want to use 3 fields

  1. token
  2. timestamp
  3. url
    For every unique token i want to display the url corresponding to the timeline. Basically token represents the user. So i want to see the url visited by the user at various timestamps. Is it possible?

    image
    all three fields are of type string. I am not sure which visualizations suits my criteria