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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...