Fix ingest cross-doc links

This commit fixes some cross-doc links from the old ingest plugins page
to the new ingest processor pages that arose after converting
ingest-geoip and ingest-user-agent to modules.
This commit is contained in:
Jason Tedor 2018-12-22 20:51:18 -05:00
parent e14f27c033
commit 7562768bd6
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
3 changed files with 4 additions and 4 deletions

View File

@ -3,5 +3,5 @@
The `user_agent` processor is no longer distributed as a plugin, but is now a module
distributed by default with Elasticsearch. See the
{ref}/user-agent.html[User Agent processor] for more details.
{ref}/user-agent-processor.html[User Agent processor] for more details.

View File

@ -19,7 +19,7 @@ The `geoip` processor adds information about the geographical location of IP
addresses, based on data from the Maxmind databases. This processor adds this
information by default under the `geoip` field. The `geoip` processor is no
longer distributed as a plugin, but is now a module distributed by default with
Elasticsearch. See {ref}/ingest-geoip.html[Ingest `geoip` processor] for more
Elasticsearch. See {ref}/geoip-processor.html[GeoIP processor] for more
details.
<<ingest-user-agent>>::
@ -27,7 +27,7 @@ details.
A processor that extracts details from the User-Agent header value. The
`user_agent` processor is no longer distributed as a plugin, but is now a module
distributed by default with Elasticsearch. See
{ref}/ingest-user-agent.html[Ingest `user_agent` processor] for more details.
{ref}/user-agent-processor.html[User Agent processor] for more details.
[float]
=== Community contributed ingest plugins

View File

@ -1,4 +1,4 @@
[[user-agent]]
[[user-agent-processor]]
=== User Agent processor
The `user_agent` processor extracts details from the user agent string a browser sends with its web requests.