2016-02-12 09:40:32 +08:00
|
|
|
[[ingest]]
|
|
|
|
== Ingest Plugins
|
|
|
|
|
2016-03-05 02:45:49 +08:00
|
|
|
The ingest plugins extend Elasticsearch by providing additional ingest node capabilities.
|
2016-02-12 09:40:32 +08:00
|
|
|
|
2020-07-23 23:48:22 +08:00
|
|
|
[discrete]
|
2016-02-12 09:40:32 +08:00
|
|
|
=== Core Ingest Plugins
|
|
|
|
|
|
|
|
The core ingest plugins are:
|
|
|
|
|
|
|
|
<<ingest-attachment>>::
|
|
|
|
|
|
|
|
The ingest attachment plugin lets Elasticsearch extract file attachments in common formats (such as PPT, XLS, and PDF) by
|
2020-08-01 03:58:38 +08:00
|
|
|
using the Apache text extraction library https://tika.apache.org/[Tika].
|
2016-02-12 09:40:32 +08:00
|
|
|
|
|
|
|
include::ingest-attachment.asciidoc[]
|