Overview of the Ingest Attachment Processor Plugin
v6.8.4-strapdataThe ingest-attachment plugin allows Elasticsearch to extract text and metadata from file attachments in common formats (such as PPT, XLS, and PDF) using the Apache Tika library. It serves as a replacement for the older mapper attachment plugin.
Data Format Requirements:
- The source field must be a base64 encoded binary string.
- Optimization Tip: To avoid the overhead of base64 encoding/decoding, you can use the CBOR format instead of JSON and specify the field as a
bytesarray. The processor will skip decoding in this case.