Graphing apache requests over time

I have a saved query that finds all the apache access logs in my ES cluster, and I want to graph these as "requests per minute, every minute, for the past hour". I played around with the line graph visualization in Kibana but I haven't yet worked out how to create this graph. Can anyone explain how I can do this? Is it even possible?

You will want to do a line graph and split the x-axis with a date histogram, it should be pretty simple but if you are stuck attach some screenshots with what you have and we can probably help.

Also check out this series of blog posts - https://www.elastic.co/blog/kibana-4-video-tutorials-part-1