Dashboards & Visualizations

Custom dashboard panel distribution

cpm003
Path Finder

Hi all,
I am trying to get this kind of visualization.

Could anybody help me?

Best regards!

demo.PNG

Labels (1)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi @cpm003 ,

you have to insert some html component in your dashboard and collapse more panels in one, something like this:

  <row>
    <panel>
      <title>Title</title>
      <table>
        <title>Title<title>
        <search>
          <query>my_search</query>
          <earliest>$Time.earliest$</earliest>
          <latest>$Time.latest$</latest>
        </search>
        <option name="count">100</option>
        <option name="dataOverlayMode">none</option>
        <option name="drilldown">none</option>
        <option name="percentagesRow">false</option>
        <option name="refresh.display">progressbar</option>
        <option name="rowNumbers">false</option>
        <option name="totalsRow">false</option>
        <option name="wrap">true</option>
      </table>
    </panel>
    <panel>
      <title>Title</title>
      <html>
         <style type="text/css">
            .single {
              width: 50% !important;
              }
      </style>
     </html>
      <single>
        <search>
          <query>
            your_search
          </query>
        </search>
        <option name="drilldown">none</option>
        <option name="rangeColors">["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]</option>
        <option name="underLabel">Tenant</option>
      </single>
      <single>
        <title>Title</title>
        <search>
          <query>
            your-search
          </query>
        </search>
        <option name="drilldown">all</option>
        <option name="rangeColors">["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]</option>
        <option name="underLabel">Device</option>
        <option name="useColors">0</option>
      </single>
      <single>
        <title>Title</title>
        <search>
          <query>
             your_search   
          </query>
        </search>
        <option name="drilldown">all</option>
        <option name="rangeColors">["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]</option>
        <option name="underLabel">Minacce</option>
        <option name="useColors">1</option>
      </single>
      <single>
        <title>Title</title>
        <search>
          <query>
            your_search
          </query>
        </search>
        <option name="drilldown">all</option>
        <option name="rangeColors">["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]</option>
        <option name="underLabel">Minacce</option>
        <option name="useColors">1</option>
      </single>
    </panel>
  </row>

Ciao.

Giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi @cpm003 ,

you have to insert some html component in your dashboard and collapse more panels in one, something like this:

  <row>
    <panel>
      <title>Title</title>
      <table>
        <title>Title<title>
        <search>
          <query>my_search</query>
          <earliest>$Time.earliest$</earliest>
          <latest>$Time.latest$</latest>
        </search>
        <option name="count">100</option>
        <option name="dataOverlayMode">none</option>
        <option name="drilldown">none</option>
        <option name="percentagesRow">false</option>
        <option name="refresh.display">progressbar</option>
        <option name="rowNumbers">false</option>
        <option name="totalsRow">false</option>
        <option name="wrap">true</option>
      </table>
    </panel>
    <panel>
      <title>Title</title>
      <html>
         <style type="text/css">
            .single {
              width: 50% !important;
              }
      </style>
     </html>
      <single>
        <search>
          <query>
            your_search
          </query>
        </search>
        <option name="drilldown">none</option>
        <option name="rangeColors">["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]</option>
        <option name="underLabel">Tenant</option>
      </single>
      <single>
        <title>Title</title>
        <search>
          <query>
            your-search
          </query>
        </search>
        <option name="drilldown">all</option>
        <option name="rangeColors">["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]</option>
        <option name="underLabel">Device</option>
        <option name="useColors">0</option>
      </single>
      <single>
        <title>Title</title>
        <search>
          <query>
             your_search   
          </query>
        </search>
        <option name="drilldown">all</option>
        <option name="rangeColors">["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]</option>
        <option name="underLabel">Minacce</option>
        <option name="useColors">1</option>
      </single>
      <single>
        <title>Title</title>
        <search>
          <query>
            your_search
          </query>
        </search>
        <option name="drilldown">all</option>
        <option name="rangeColors">["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]</option>
        <option name="underLabel">Minacce</option>
        <option name="useColors">1</option>
      </single>
    </panel>
  </row>

Ciao.

Giuseppe

cpm003
Path Finder

Thank you gcusello!

succ.PNG

 

 

0 Karma
Get Updates on the Splunk Community!

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...

Index This | What is broken 80% of the time by February?

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

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...