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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...