%GEOLOOKUP{}% variable is handled by the GeoLookupPlugin
%GEOLOOKUP{"host" format="..."}%
"host": Host IP address or host name
format="...": Format of geolocation, optional. Default is "$city, $region, $country_name". Supported variables: $latitude: Latitude
$longitude: Longitude
$city: City name
$region: Region name
$country_name: Country name
$country_code: Two letter country code
$postal_code: Postal code (USA only)
$metro_code: Metropolitan code$area_code: Telephone area code (USA only)
%GEOLOOKUP{"75.52.124.86"}% shows default format (city, region, country code)
%GEOLOOKUP{"75.52.124.86" format="$latitude, $longitude"}% shows comma separated Latitude and Longitude