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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...