Dashboards & Visualizations

Week wise trend using time wrap

hema2104
New Member

The below query provide daily output with trend of weekly or time duration we select . how to use time wrap to check weekly only on Monday data for a month . I cannot use timechart with span of "1 m" , It Sums up entire month . Please assist ..

index=itsm sourcetype=****
| bin span=1d _time
| eval occ_PB=(logical_mb/1024/1024/1024)
| timechart span=1d eval(round(sum(occ_PB),2)) as occ_PB by host

Tags (1)
0 Karma
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 ...