IP address resolver
Take an IP address and perform a geo location search
Overview
Translate IP address to specific geo locations to enable web traffic insights such as web reach, DDOS attacks, location density and frequency.
Example & DSL attributes
Response
Attributes schema
Attribute | Description | Data Type | Required |
---|---|---|---|
name | Descriptive name of the processor function | String Default: Random UUID | |
ip field | Field that holds the ip address to be searched | String | |
response field | Custom field name to place result of search lookup | String Default: ipGeoLocation | |
mapping entities | Section describing the parser and file to be used | See mapping entities section |
Mapping Entities
File Format
Attributes schema
Attribute | Description | Data Type | Required |
---|---|---|---|
parser | Custom parser that converts to a custom type that extends GeoNode, see documentation for further details on implementing a GeoNode entity | String Default: IpCityArrowParser | |
source | File location of the mapping entities | String |
Last updated