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
- token
- timestamp
- 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?
all three fields are of type string. I am not sure which visualizations suits my criteria