Dashboards & Visualizations

When using <row grouping="3,2"> how do I display titles?

MartinHarper
Path Finder

Using the following simple dashboard XML:

  <row grouping="3,2">
    <chart>
      <searchName>Search 1</searchName>
      <title>This title is shown</title>
    </chart>
    <chart>
      <searchName>Search 2</searchName>
      <title>This title is NOT shown</title>
    </chart>
    <chart>
      <searchName>Search 3</searchName>
      <title>This title is NOT shown</title>
    </chart>
    <chart>
      <searchName>Search 4</searchName>
      <title>This title is shown</title>
    </chart>
    <chart>
      <searchName>Search 5</searchName>
      <title>This title is NOT shown</title>
    </chart>
  </row>

Only the first title in each group is displayed on the dashboard. The other three are ignored. How do I make the dashboard display all the titles?

Tags (2)
0 Karma
1 Solution

Drainy
Champion

I hit this very same problem and found this same question.
In Advanced XML you can add the following just before the viewstateadapter module;

<module name="GenericHeader">
   <param name="label">Group name</param>

And then obviously throw a </module> at the end. This way lets you assign a name for each item within a group 🙂

Sorry this is massively late but since I found this question when encountering the same problem hopefully it will help some others.

View solution in original post

Drainy
Champion

I hit this very same problem and found this same question.
In Advanced XML you can add the following just before the viewstateadapter module;

<module name="GenericHeader">
   <param name="label">Group name</param>

And then obviously throw a </module> at the end. This way lets you assign a name for each item within a group 🙂

Sorry this is massively late but since I found this question when encountering the same problem hopefully it will help some others.

Get Updates on the Splunk Community!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...