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!

Get ready to show some Splunk Certification swagger at .conf24!

Dive into the deep end of data by earning a Splunk Certification at .conf24. We're enticing you again this ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Now On-Demand Join us to learn more about how you can leverage Service Level Objectives (SLOs) and the new ...

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...