I am doing a query such that it will take the total count of the a value and then multiply it by some constant. For example :
source="test.csv" sourcetype="csv" | stats count(adId)
I want to multiply the result returned by the count by 0.5. Suppose if the output by stats count
is 124 I want to multiply it by 0.5 and report the output.