Avg/Min/Max/Total Count per minute/hour/day

Use Case: Real time application transactions logs metrics analysis & monitoring
Environment: File Beat (1.0.0-rc2) --> Log Stash (2.0.0)--> Elastic Search (2.0.0)--> Kibana (4.2.1)
Description:
In my use case each ES document represents a transaction. So the count represents the number of transactions in the time range. These documents/transactions are indexed to ES in real time in milli secs.

Requirement:
I want metric visualizations that can display "average/max/min/total transactions per [interval]".
For example max transactions per sec, avg TPS, min TPS.
The time interface is based on the date filed type i.e, "Transaction DTM" in format "DD-MM-YYYY HH24:MI:SS"

Please suggest how can I implement this in Kibana Visualization.
Appreciate your earliest help.
Thanks
Venkatesh M

You can do this in Timelion :smiley:

OK Thanks. Can you please share me some pointers/references to go through the Timelion feature.
I have gone through this "https://www.elastic.co/blog/timelion-timeline" and installed it.
Would be great If any other useful documentation is available.

Thanks