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].
|
|
|
|
|
|
|
|
<<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 ingest-geoip plugin ships by default with the GeoLite2 City and GeoLite2 Country geoip2 databases from Maxmind made available
|
2016-07-05 03:42:29 -04:00
|
|
|
under the CCA-ShareAlike 3.0 license. For more details see, http://dev.maxmind.com/geoip/geoip2/geolite2/.
|
|
|
|
|
|
|
|
<<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-geoip.asciidoc[]
|
|
|
|
|
|
|
|
include::ingest-user-agent.asciidoc[]
|