Skip to main content
Warning
This app is archived. App archiving documentation
Google GeoCode app icon

Google GeoCode

This app helps you translate String address into (latitude, longitude) and also reverse (latitude, longitude) to Address using Google GeoCoding API.Built by Meenal Luktuke
splunk product badge

Default Version 1.7.1

May 3, 2018

Compatibility

Splunk Enterprise

Rating
5
(5)

Log in to rate this app

Support
Archived App

This app helps you translate String address into (latitude, longitude) and also reverse (latitude, longitude) to Address using Google GeoCoding API. |printgeocode type=geocode address=Address Returns three new fields: geolocation_status, geolocation_lat and geolocation_lon |printgeocode type=reverse latfield= lonfield= Returns two new fields: geolocation_status and geolocation_addr Requires a API_Key from Google. API_KEY can be requested from: https://developers.google.com/maps/documentation/javascript/get-api-key Google allows 2500 requests per day with developer's API Key. One request is mapped against one event.