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!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...