Display average count per minute in table

I have thousands of logs, each of them has a tag 'url'. I need to display top 10, sorted by average count per minute grouped by url. How can I do it?

Use a date histogram for the x axis, the split lines or bars on 'url' with significant terms with 10 as the number. that should do it.