2016-02-11 20:40:32 -05:00
|
|
|
[[ingest]]
|
|
|
|
== Ingest Plugins
|
|
|
|
|
2016-03-04 13:45:49 -05:00
|
|
|
The ingest plugins extend Elasticsearch by providing additional ingest node capabilities.
|
2016-02-11 20:40:32 -05:00
|
|
|
|
|
|
|
[float]
|
|
|
|
=== 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
|
|
|
|
using the Apache text extraction library http://lucene.apache.org/tika/[Tika].
|
|
|
|
|
2016-07-05 03:42:29 -04:00
|
|
|
<<ingest-user-agent>>::
|
|
|
|
|
|
|
|
A processor that extracts details from the User-Agent header value.
|
2016-02-11 20:40:32 -05:00
|
|
|
|
2017-10-27 03:16:02 -04:00
|
|
|
[float]
|
|
|
|
=== Community contributed ingest plugins
|
|
|
|
|
|
|
|
The following plugin has been contributed by our community:
|
|
|
|
|
|
|
|
* https://github.com/johtani/elasticsearch-ingest-csv[Ingest CSV Processor Plugin] (by Jun Ohtani)
|
|
|
|
|
2016-02-11 20:40:32 -05:00
|
|
|
include::ingest-attachment.asciidoc[]
|
|
|
|
|
2016-07-05 03:42:29 -04:00
|
|
|
include::ingest-user-agent.asciidoc[]
|