Splunk Dev

Mysql with radial gauge

solomonacquah
New Member

I have a mysql query that produces a number that constantly grows.

    | mysqlquery spec=Casper_Splunk query="select cg.computer_group_name, count(c.computer_id)
from computer_groups cg
inner join computer_group_memberships cgm
    on cg.computer_group_id = cgm.computer_group_id
inner join computers c
    on cgm.computer_id = c.computer_id
where cg.is_smart_group = 1
 and computer_group_name = 'Encrypted Computers';" 

How would I create a radial gauge report that grows along with it? Thanks

0 Karma

solomonacquah
New Member

well I kind of figured this out by adding | gauge count(c.computer_id) 1 5 10

0 Karma

solomonacquah
New Member

well I kind of figured this out by adding | gauge count(c.computer_id) 1 5 10

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...