Splunk Search

How do you overlay two time charts?

Marinus
Communicator

I have two timecharts that I'd like to overlay them on one chart

example search to produce the two charts

source=a | timechart count by host

source=b | timechart count by host

I was hoping I could do

`source=a | eventstats count as a by host | search source=b  eventstats count as b by host | timechart avg(a), avg(b) by host`

Is this possible?

0 Karma

Marinus
Communicator

Perhaps my example was too simplistic. Let's stay the one data set is avg CPU and the second Memory usage

0 Karma

Ledion_Bitincka
Splunk Employee
Splunk Employee

are you looking for?

source=a OR source=b | timechart count by host, source 
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...