ingest.asciidoc 446 B

12345678910111213141516
  1. [[ingest]]
  2. == Ingest Plugins
  3. The ingest plugins extend Elasticsearch by providing additional ingest node capabilities.
  4. [discrete]
  5. === Core Ingest Plugins
  6. The core ingest plugins are:
  7. <<ingest-attachment>>::
  8. The ingest attachment plugin lets Elasticsearch extract file attachments in common formats (such as PPT, XLS, and PDF) by
  9. using the Apache text extraction library https://tika.apache.org/[Tika].
  10. include::ingest-attachment.asciidoc[]