Splunk Search

Quick Question: Chart Scale

wyang6
Path Finder

I have a chart with numbers in millions, e.g. 430938493293. How do I display it such that it shows 430,938 in millions?

Thank you.

Tags (2)

dwaddle
SplunkTrust
SplunkTrust

Easiest way is probably to use | eval to go ahead and convert the units on your source data. Assuming your field is named foo, then something like this:

| eval megafoo=foo/1000000

And then chart megafoo instead.

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 GA in US-AWS!

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