I am using "bucket span=log1.1 Time" but it puts it bucket ranges, 1-1.1, 1.1-1.2, etc.
so I tried to use log(Time,1.1) but I could not fine the correct exp() function.
This works, "eval Time=exp(floor(ln(Time)))".
Speaking in maths terms, ln is to e^x as log is to 10^x.
In splunk terms, e^x is exp(x) and 10^x is pow(10,x).
What are you trying to achieve?
Speaking in maths terms, ln is to e^x as log is to 10^x.
In splunk terms, e^x is exp(x) and 10^x is pow(10,x).
What are you trying to achieve?
I looked and looked and skipped the 'p's I guess. pow is what I was looking for, thanks...