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