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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...