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!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...