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!

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...