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!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...