Hi
I have a long list of measurements called standardised with values between 0.0 and 1.0 I was to display the distribution of the frequency these values in a histogram e.g.
Range Count
0.0 - 0.1 10
0.1 - 0.2 40
and so on. I run my command:
source="MessageTimes.csv" | bin standardised bins=10 | stats count by standardised
What I get back is 2 bins not 10 ( see the attached picture).
![alt text][1]
[1]: /storage/temp/219610-splunk-bins.png
↧