Splunk Search

How to specify SplitMode using simple form XML

melonman
Motivator

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!

1 Solution

gkanapathy
Splunk Employee
Splunk Employee

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.

View solution in original post

gkanapathy
Splunk Employee
Splunk Employee

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.

melonman
Motivator

I found this working, thanks.

true

0 Karma

melonman
Motivator

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

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...