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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...