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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...