Can I increase the maximum attachment size for ingestion?

I'm indexing a collection of PDF documents. The ingestion Attachment processing pipeline is working fine, but there are a few of the documents that are rather large (because they contain images, etc.). This seems to run into an upper-limit on size that ES can handle.

  • Is there a way to modify this size limitation for documents loaded via the attachments pipeline plugin?
  • Is there a way to get the plugin to completely ignore images during processing?

Thanks in advance for any suggestions.

UPDATE:

Status Code = 413, 
Message = u'{"Message":"Request size exceeded 10485760 bytes"}'

Can you share the logs and the error message you are getting?

See update above...

Status Code = 413, 
Message = u'{"Message":"Request size exceeded 10485760 bytes"

Have a look at content length here:

https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-http.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.