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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...