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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...