Refine your search:

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?

asked 08 Mar '11, 07:58

Marinus's gravatar image

Marinus
7991223
accept rate: 53%

edited 04 May '11, 13:50

jlaw's gravatar image

jlaw ♦
73148

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

(10 Mar '11, 14:29) Marinus

One Answer:

are you looking for?

source=a OR source=b | timechart count by host, source 
link

answered 08 Mar '11, 08:57

Ledion%20Bitincka's gravatar image

Ledion Bitincka ♦
2.0k47
accept rate: 33%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×288
×282
×229

Asked: 08 Mar '11, 07:58

Seen: 2,124 times

Last updated: 04 May '11, 13:50

Copyright © 2005-2012 Splunk Inc. All rights reserved.