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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...