Dashboards & Visualizations

Dashboard Visulaization

amelbahrouni
Explorer

Hello , So my question is about Visulaization of Dashboard , I want to visualize my dashboard as an list not a table .
Can you help me to obtain that !!

Thanks In advance and cooperation

Labels (1)
Tags (1)
0 Karma
1 Solution

manjunathmeti
SplunkTrust
SplunkTrust

hi @amelbahrouni,

Use event element instead of table to see in list format.

<dashboard>
  <label>Title</label>
  <row>
    <panel>
      <event>
        <title>_internal index</title>
        <search>
          <query>index=_internal</query>
          <earliest>-5m</earliest>
          <latest>now</latest>
        </search>
        <option name="list.drilldown">none</option>
      </event>
    </panel>
  </row>
</dashboard>

View solution in original post

0 Karma

manjunathmeti
SplunkTrust
SplunkTrust

hi @amelbahrouni,

Use event element instead of table to see in list format.

<dashboard>
  <label>Title</label>
  <row>
    <panel>
      <event>
        <title>_internal index</title>
        <search>
          <query>index=_internal</query>
          <earliest>-5m</earliest>
          <latest>now</latest>
        </search>
        <option name="list.drilldown">none</option>
      </event>
    </panel>
  </row>
</dashboard>
0 Karma

amelbahrouni
Explorer

Hello , I tried something :
Added this code and it's works , thanks .

  <style>
    .dashboard-row .dashboard-panel .panel-element-row {
      overflow: auto;
      max-height: 200px;
    }
  </style>
</html>
0 Karma

manjunathmeti
SplunkTrust
SplunkTrust

please accept answer if it worked.

0 Karma

amelbahrouni
Explorer

Hello , for more details , that's Added code , add a scroll bar in many panels of Dashbiard , so if you want to add scroll bar for only one panel : try with id like below

 <html>
    <style >
       #panelX .panel-element-row {
       overflow: auto;
       max-height: 200px;
     }
     </style>
 </html>


 <panel id="panelX">

…..

amelbahrouni
Explorer

Hello ,
At first thanks for your response , as i mentionned in the picture , i want it as list not just a normal event list , i want it with scroll bar !!

Can you help me on that please !
Thanks in advance

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...