Skip to main content
Warning
This app is archived. App archiving documentation
ip2decimal command app icon

ip2decimal command

In the tradition of Splunk's iplocation command, this is a Splunk command called ip2decimal that returns a decimal notation for all your IP data in your events. A new field called ipdecimal is returned. Usage: | ip2decimal Example: sourcetype=access_common|ip2decimal|table ip, ipdecimal Note that you must have ip address(es) in your events for the ipdecimal field to exist in your results. The addresses are extracted at search time via a built in regex for the command. Read the README.txt for installation.Built by Nimish Doshi
splunk product badge

Default Version 1.0.3

April 19, 2024

Compatibility

Splunk Enterprise

Platform Version: 9.4, 9.3, 9.2, 9.1, 9.0

Rating
0
(0)

Log in to rate this app

Support
Archived Add-on

In the tradition of Splunk's iplocation command, this is a Splunk command called ip2decimal that returns a decimal notation for all your IP data in your events. A new field called ipdecimal is returned. Usage: | ip2decimal Example: sourcetype=access_common|ip2decimal|table ip, ipdecimal Note that you must have ip address(es) in your events for the ipdecimal field to exist in your results. The addresses are extracted at search time via a built in regex for the command. Read the README.txt for installation.