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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...