IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Ingest Plugins
editIngest Plugins
editThe ingest plugins extend Elasticsearch by providing additional ingest node capabilities.
Core Ingest Plugins
editThe core ingest plugins are:
- Ingest Attachment Processor Plugin
- 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 Tika.
-
Ingest
geoip
Processor Plugin -
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 thegeoip
field. Thegeoip
processor is no longer distributed as a plugin, but is now a module distributed by default with Elasticsearch. See GeoIP processor for more details. -
Ingest
user_agent
Processor Plugin -
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 User Agent processor for more details.
Community contributed ingest plugins
editThe following plugin has been contributed by our community:
- Ingest CSV Processor Plugin (by Jun Ohtani)