Hello, I have an excel file like this : yoan_0-1622099373288.png And I wanna do this on splunk, but I can't / don't know how to do it My request : index=centreon host="xxxxxx"
| bucket _time span=1d
| convert ctime(_time) AS date timeformat="%Y/%m/%d"
| contingency host date usetotal=false
| appendcols
[search index=centreon host="xxxx"
| bucket _time span=1d
| convert ctime(_time) AS date timeformat="%Y/%m/%d"
| stats avg(_raw) AS AVG by host
| stats stdev(_raw) AS STDEV by host
| eval ratio=(stdev/avg)
| fields avg,stdev,ratio] yoan_1-1622105085153.png I'm sure my research is bad, someone could help me ? Thank's
... View more