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!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...