Dashboards & Visualizations

How to graph a shaded area like you get with predict, but without using the predict command?

pwmcity
Path Finder

Just wondering if anyone knows how to graph a shaded band like you get with the predict command, but without running the predict command?

Tags (2)
1 Solution

pwmcity
Path Finder

Answered my own question..

append this after timechart

...
| eval _lower="1"
| eval _predicted="2"
| eval _upper="3"

View solution in original post

pwmcity
Path Finder

Answered my own question..

append this after timechart

...
| eval _lower="1"
| eval _predicted="2"
| eval _upper="3"
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...