Splunk Search

Add a data size notation to the end of a value?

I-Man
Communicator

So the following will add a $ symbol to the beginning of the value Revenue, like "$ 42"

... | eval Revenue="$ ".tostring(Revenue,"commas")

How do you add data size notations like MB or GB to the end of a value like "42 MB"

Thanks in advance for any help

I-Man

Tags (1)
0 Karma
1 Solution

yannK
Splunk Employee
Splunk Employee

same method, concatenate the values.

| eval myvaluewithnotation=myvalue."MB"

View solution in original post

erritesh17
Path Finder

But this thing is not working in visualization , for visualization adding "Value"."MB" how we can do ?

0 Karma

yannK
Splunk Employee
Splunk Employee

same method, concatenate the values.

| eval myvaluewithnotation=myvalue."MB"

yannK
Splunk Employee
Splunk Employee

the "period" is for concatenation. You can concatenate strings and field.
"A"."B"."C" => "ABC"

I-Man
Communicator

Ahh thanks. Out of curiosity, do you know what the period does prior to the "MB"?

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