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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...