Splunk Search

How do you convert numeric value from 5000 to 5k for a field?

arrangineni
Path Finder

I am planning to convert the value of a count into 5k, 500k format rather than the whole number. May I know how I can achieve this? I am trying to use this in Single value panel in a Splunk dashboard. Currently my query looks as follows

.........| timechart span=1mon count
Tags (2)
0 Karma
1 Solution

osakachan
Communicator

Hi @arrangineni,

Maybe this way can help. Do not know if there is a better way.

| eval count=round((count / 1000),0)
| eval count=count + "k"

View solution in original post

0 Karma

osakachan
Communicator

Hi @arrangineni,

Maybe this way can help. Do not know if there is a better way.

| eval count=round((count / 1000),0)
| eval count=count + "k"
0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...