Dashboards & Visualizations

Is it possible to customize a dashboard to have statistics and a graph in one panel?

sympatiko
Communicator

Hi Splunkers,

Is it possible to customize a dashboard having the statistics and graph in one panel?

Thanks,

0 Karma
1 Solution

musskopf
Builder

Yes, it's... Create your table and chart and arrange them side by side. After that click on "Edit Source" and you'll see something similar to it:

  <option name="charting.layout.splitSeries">0</option>
    <option name="charting.legend.labelStyle.overflowMode">ellipsisMiddle</option>
    <option name="charting.legend.placement">right</option>
    <option name="drilldown">row</option>
  </table>
</panel>
<panel>
  <chart>
    <searchString>some search</searchString>
    <earliestTime>$inputTime.earliest$</earliestTime>
    <latestTime>$inputTime.latest$</latestTime>
    <option name="charting.axisLabelsX.majorLabelStyle.overflowMode">ellipsisNone</option>
    <option name="charting.axisLabelsX.majorLabelStyle.rotation">0</option>

This is basically the end of a table and start of a chart... just remove the 2 lines:

</panel>
<panel>

And both will appear on the same panel.

View solution in original post

musskopf
Builder

Yes, it's... Create your table and chart and arrange them side by side. After that click on "Edit Source" and you'll see something similar to it:

  <option name="charting.layout.splitSeries">0</option>
    <option name="charting.legend.labelStyle.overflowMode">ellipsisMiddle</option>
    <option name="charting.legend.placement">right</option>
    <option name="drilldown">row</option>
  </table>
</panel>
<panel>
  <chart>
    <searchString>some search</searchString>
    <earliestTime>$inputTime.earliest$</earliestTime>
    <latestTime>$inputTime.latest$</latestTime>
    <option name="charting.axisLabelsX.majorLabelStyle.overflowMode">ellipsisNone</option>
    <option name="charting.axisLabelsX.majorLabelStyle.rotation">0</option>

This is basically the end of a table and start of a chart... just remove the 2 lines:

</panel>
<panel>

And both will appear on the same panel.

sympatiko
Communicator

Hi musskopf,

Thanks for quick help. It works.

Thanks,

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...