Hi, I have this search for example: index=test elb_status_code=200 | timechart count as total span=1s | stats count as num_seconds by total | sort by total When I search this for 1,2 days - my re...
See more...
Hi, I have this search for example: index=test elb_status_code=200 | timechart count as total span=1s | stats count as num_seconds by total | sort by total When I search this for 1,2 days - my result includes total of 0,1,2,3 etc.. when i go above, 3 days for example - I loose all the data about the 0 value and my results start with 1,2,3 etc.. Anyone could explain this? am I doing something wrong or could this be a bug somewhere?