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!

Fueling your curiosity with new Splunk ILT and eLearning courses

At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureOn Demand Now Step boldly into the AI revolution with enhanced security ...