OUT when a licence is used (license usage +1)
IN when a licence is freed (license usage -1)
I want to count the use of MATLAB, MAP_Toolbox (but I don't have an exhaustive list of license keywords), and filter answers by users (ringo@blah1 for example)
I tried to do it with logstash, but it seems not possible
Can you help me ?
I tried to use metrics, but I found that it can only increase vars, not doing calculation
I want to have something like :
"new_message", "%{%{+YYYY-MM-dd HH:mm:ss Z} %{feature_name} %{count_current_used_license_of_feature_name}"
I have made some evolution of my conf.
I add a field "license_count".
If message contains "IN", I put a "+1" in license_count
If message contains "OUT", I put a "-1" in license_count
It work well, but I can't make my kibana graph, because the kibana "SUM" function add all license_count values in the period, and the result is often "0" (same number of IN and OUT during the period)
I want a graph with a point for each event cumulate with previous events
For example :
If I have "IN IN IN OUT OUT OUT", I want points "1 2 3 2 1"
If I have "IN OUT IN OUT IN OUT", I want points "1 0 1 0 1 0"
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.