Splunk Search

How do I convert my decimal field to a hex value?

anssntaco
Path Finder

Very similar to http://splunk-base.splunk.com/answers/7688/how-do-i-convert-my-hexoct-field-into-a-decimal-value... but reverse. I have a field in decimal value, and would like to convert it to hex.

Doesn't look like there's an eval's "tohex()" equivalent to "tonumber()". Has anyone found a way to do this?

BTW, the internets have mentioned formulas that exist for this (e.g. http://www.webelfin.com/webelfindesign/dechex.html ). I'd rather not have to write my own search functions (not sure if it's even possible to write a custom tohex() function for eval), though I'm worried that may be the only option.

1 Solution

lguinn2
Legend

This is very easy, though it isn't intuitive!

eval yourHex = tostring(yourNumber,"hex")

View solution in original post

lguinn2
Legend

This is very easy, though it isn't intuitive!

eval yourHex = tostring(yourNumber,"hex")

anssntaco
Path Finder

Should've read the documentation a little closer. Thanks!

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