Once you have your base cost per day query, you can then add this to do a predictive panel.. [...] | timechart span=1d count(status) as "Error Status Count" | predict "Error Status Count" future_timespan=7 where [...] is your base query and replace 7 with the amount of days you want to predict. This would allow you to take into account changes in the already ingested data ....
... View more