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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

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

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...