Skip to content

Commit

Permalink
[DOCS] Refactor ingest pipeline docs (#70253)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Mar 15, 2021
1 parent ebeb0a9 commit 010a973
Show file tree
Hide file tree
Showing 25 changed files with 995 additions and 1,017 deletions.
16 changes: 0 additions & 16 deletions docs/plugins/ingest.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,4 @@ The core ingest plugins are:
The ingest attachment plugin lets Elasticsearch extract file attachments in common formats (such as PPT, XLS, and PDF) by
using the Apache text extraction library https://tika.apache.org/[Tika].

<<ingest-geoip>>::

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}/geoip-processor.html[GeoIP processor] for more
details.

<<ingest-user-agent>>::

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}/user-agent-processor.html[User Agent processor] for more details.

include::ingest-attachment.asciidoc[]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/reference/images/ingest/test-a-pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/reference/index-modules.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,15 @@ are ignored for this index.
The length of time that a <<delete-versioning,deleted document's version number>> remains available for <<index-versioning,further versioned operations>>.
Defaults to `60s`.

[[index-default-pipeline]]
`index.default_pipeline`::

The default <<ingest,ingest node>> pipeline for this index. Index requests will fail
if the default pipeline is set and the pipeline does not exist. The default may be
overridden using the `pipeline` parameter. The special pipeline name `_none` indicates
no ingest pipeline should be run.

[[index-final-pipeline]]
`index.final_pipeline`::
The final <<ingest,ingest node>> pipeline for this index. Index requests
will fail if the final pipeline is set and the pipeline does not exist.
Expand Down
Loading

0 comments on commit 010a973

Please sign in to comment.