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!

Announcing Scheduled Export GA for Dashboard Studio

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

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 GA in US-AWS!

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