Hi,
I have a JSON file which I have on my Elasticsearch: http://hostcode.sourceforge.net/view/6074.txt
As you can see, it's a HAR file. The two values that I am interested in is URL and "time" (response time). I have tried to set up a vertical bar chart where the Y axis is the response time and the X axis are the URL:s themselves.
The problem is that the Y axis only has the options count, average, sum, median, min, max, unique count and percentiles. There is no option to grab the term log.entries.time from my JSON file and have it as an axis. I can however grab my X axis as terms and display my URLS.
This is how it looks in my visualization right now:
I'm really stuck here and I really want to create this bar chart! All the help I can get is greatly appreciated.
Example of the bar I want to create with kibana: