Splunk Search

Gauge not showing numbers over a billion

rossparfect
Path Finder

Morning all is there a way to show over 1 billion on a gauge without out it converting to 1E etc,

Thanks

0 Karma
1 Solution

rossparfect
Path Finder

Thanks for that, didn't think of dividing it ( then adding the (Millions) in a field header,

View solution in original post

0 Karma

rossparfect
Path Finder

Thanks for that, didn't think of dividing it ( then adding the (Millions) in a field header,

0 Karma

chrisyounger
SplunkTrust
SplunkTrust

hi @rossparfect

You could do somthing like this <your search> | eval total_sales= round(total_sales / 1000000, 3) | fields total_sales

This would give you the value in millions .

Hope this helps

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, ...