How can I use predict command with wildcard, as I have timechart with group by field. See below example query.
Query: index=_internal sourcetype=splunkd* | timechart count as Count by s...
I'm using predict, and seeing good results, but I would like to clean up my visualization.
What I would like is to see past data and future predicted data with no overlap.
Using eval predict...
at time i find the predict function predicts values over 100% based on historical data.
is there anything i can configure to ensure the predicted value does not go over 100%, ie cutoff at 100%, o...
I have read through Splunk docs that Splunk defaults lower and upper Confidence Interval to 95% for its prediction using predict command. I am trying to understand further its interpretation (i.e. w...
Hi
I want to predict values of a field over time.
the result table of my search:
In the end of the search I use:
| timechart span=24h sum(sloc) as SLOC
| eval _time = strftime(_...
I'm trying to run the predict query on an existing csv file with the _time and count in it. This csv was exported from a query where it gathered the count of an event in span = 5m, and then e...
Hi ,
I am trying to predict cpu load for 10 days ahead for that I am using LLP algorithm in my query, so in visualization it shows a pattern that's repeating again that pattern is taken from p...
Hi ,
I have used following query for predicting disk transfer of particular host, here we are using LLP algorithm in predict command so, under visualization tab the two confidence interval a...
HI,
I have a graph that draws capacity and utilisation and predicts utilisation into the future.
I want to draw a threshold line for capacity , but the threshold's could to be either
- the l...