Hello,
We have the following search:
index="blah"
| stats values(Change), values(Volume), values(Price) by Symbol
Some results are too large or too small of a number range, so I want to fine tune the range.
How do I do this?
| stats values (Change){range=0.001:0.100}
???
How do I make sure each value meets the criteria of a particular range?
Thanks!
↧