Splunk Search

How to hide title space of a Table?

nagar57
Communicator

I want to hide the blank space acquired by a TABLE TITLE as my table title is empty and occupying extra space on the dashboard. How can I hide/remove this space?

jpolvino
Builder

An example would help. Here is some XML source that shows 4 cases involving titles. You can paste into a new dashboard and see the results in formatting. Does any of this help solve your problem?

<dashboard>
  <label>delete titles</label>
  <row>
    <panel>
      <table>
        <search>
          <query>|makeresults</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="drilldown">none</option>
      </table>
    </panel>
    <panel>
      <table>
        <title>No panel title, table has title</title>
        <search>
          <query>|makeresults</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="drilldown">none</option>
      </table>
    </panel>
    <panel>
      <title>Panel has title</title>
      <table>
        <title>And table has title</title>
        <search>
          <query>|makeresults</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="drilldown">none</option>
      </table>
    </panel>
    <panel>
      <title>Just the panel has title</title>
      <table>
        <search>
          <query>|makeresults</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="drilldown">none</option>
      </table>
    </panel>
  </row>
</dashboard>
0 Karma

nagar57
Communicator

I wonder how is this going to help. There is no CSS added. It is not working at all.

0 Karma

vnravikumar
Champion

Can you please add a sample screenshot?

0 Karma
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 ...