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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...