Splunk Search

In a dashboard, can you help me with the HTML, CSS and Js for displaying a single number in a bubble chart?

sandeepmakkena
Contributor

I am trying to display number of events by day, number of events of each day in a bubble chart where bubble size depends on the date( most recent will be big and oldest will be the smallest). I am really not sure how to get it, Please help.
Thank you.,

<dashboard>
  <label>test</label>
  <row>
    <panel>
      <table>
        <search>
          <query>host=* | timechart count span=1day</query>
          <earliest>1538625600</earliest>
          <latest>1539057600</latest>
          <sampleRatio>1</sampleRatio>
        </search>
        <option name="count">20</option>
        <option name="dataOverlayMode">none</option>
        <option name="drilldown">none</option>
        <option name="percentagesRow">false</option>
        <option name="rowNumbers">false</option>
        <option name="totalsRow">false</option>
        <option name="wrap">true</option>
      </table>
    </panel>
  </row>
</dashboard>
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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