Splunk Search

Combine multiple spans in timechart

thesmith
New Member

Hi, I would like to chart daily, weekly and monthly active users (a lot like Facebook's Insights) all on the same graph. Unfortunately it doesn't seem like I can combine spans.

sourcetype="calls" | timechart span=1d dc(callerID) as "DAU" span=1w dc(callerID) as "WAU" span=1mon dc(callerID) as "MAU"

This certainly doesn't work but is the kind of thing I'm after.

Tags (3)
0 Karma

yannK
Splunk Employee
Splunk Employee

It doesn't seem possible. timechart allow a single span.

I tried to append the results of 2 timecharts, it kind of work if :
- you order the timechart by increasing span order
- sort the time at the end
- select the graph option : connect missing values.

example
* | timechart count AS 10m span=10m | append [ search * | timechart count AS h span=1h ] | sort -_time

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...