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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...