Refine your search:

Hi there,

I can create a line graph with SplitMode, however there is no configuration guide for manually adding XML tag for SplitMode configuration.

Do to this, do I have to use advanced XML instead with simple form XML? Can I do like the following XML to set SplitMode?

sourcetype=resusage | timechart avg(CPU_Per) avg(MEM_Per) avg(DISK_Per) Resource Usage Trend @mon +1mon@mon line split all

Thanks!

asked 25 Aug '10, 07:16

melonman's gravatar image

melonman
3019
accept rate: 66%

edited 25 Aug '10, 14:22

gkanapathy's gravatar image

gkanapathy ♦
26.5k1622


One Answer:

Looks like an omission in the docs, but I think it should be

<option name="charting.layout.splitSeries">true</option>

splits into multiple charts, while false is the default and combines it into one.

link

answered 25 Aug '10, 14:21

gkanapathy's gravatar image

gkanapathy ♦
26.5k1622
accept rate: 42%

thank you, I would appreciate if you also mention here how to do the same thing using advanced XML.

(26 Aug '10, 00:37) melonman

I found this working, thanks.

<param name="charting.layout.splitSeries">true</param>
(26 Aug '10, 01:22) melonman
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:

×136
×117
×46
×37

Asked: 25 Aug '10, 07:16

Seen: 677 times

Last updated: 25 Aug '10, 14:22

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