|
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! |
|
Looks like an omission in the docs, but I think it should be
splits into multiple charts, while 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
|
