|
Hello, I'm trying to do an arithmetic operation between 2 values i get with a stats function. I want to divide the number of cvss by the number of hosts. Here is my serach.
My values are correctly affected to fields nb_cvss and nb_host but when i use the eval function i have no result. I also tried the "eventstats" in place of "stats" but the result is the same. How could i get the result i want ? |
|
I don't really know if it affects the results, but you do not need two stats commands. Does this produce the desired result?
/k You resolved my issue, only one stats function is needed, thanks :)
(03 Feb, 05:38)
rbw78
|
|
Well, something is wrong in my search. I have the values nb_cvss and nb_cvss with also cvss_host in my final result. I only want cvss_host in my final result for doing a chart on the which one i can his evolution of it for each months. So i'm trying to use timechart but it doesn't work.
it says my eval expression must be renamed but i don't know why, it should works ... |
