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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...