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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...