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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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