We use Kibana 4 to display usage statistics for our tools by logging entries using the "stats" flag.
This allows us to show that tool A has been executed 15 times in the last 60 minutes. Now using this tool saves time, i.e. For tool A, it saves users 3 minutes.
So, I would like to show on another chart how many minutes have been saved, i.e. we saved 45 minutes in the last 60 minutes to show real-time return on investment for a specific instrument.
Is there anyway to do this in ElasticSearch or Kibana (i.e. have a computed field that is multiplied by a fixed value based on a specific tool)? It would be great if the answer would provide a dynamic way to do this, that is, a calculated field, and then add redundant information to millions of past and future records.
Thanks Patrick
source share