From cb8bdeae68ad946990172acfec2ecffe27900d7b Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Thu, 15 Nov 2018 09:18:33 +0100 Subject: [PATCH] Fixed bad link in ingest-geo-point --- docs/plugins/ingest-geoip.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/ingest-geoip.asciidoc b/docs/plugins/ingest-geoip.asciidoc index 393bc3182ff..a255d0b5121 100644 --- a/docs/plugins/ingest-geoip.asciidoc +++ b/docs/plugins/ingest-geoip.asciidoc @@ -186,7 +186,7 @@ Which returns: ===== Recognizing Location as a Geopoint Although this plugin enriches your document with a `location` field containing the estimated latitude and longitude of the IP address, this field will not be -indexed as a <> type in Elasticsearch without explicitely defining it +indexed as a {ref}/geo-point.html[`geo_point`] type in Elasticsearch without explicitely defining it as such in the mapping. You can use the following mapping for the example index above: