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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...