Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed mapper-attachments plugin. Now use the ingest-attachment plugin #1375

Merged
merged 1 commit into from
Sep 14, 2017

Conversation

p365labs
Copy link
Collaborator

Mapper Attachment plugin has been removed Use Ingest-attachment plugin and attachment processors with pipeline to ingest new documents.

the flow for ingesting a file into Elasticsearch changed a bit :

  • u should create a Pipeline with an Attachment Processor
  • add a file to the document
  • ad the document to the index using a query string param of this format : pipeline=name_of_the_pipeline

@ruflin ruflin merged commit ca47cd2 into ruflin:master Sep 14, 2017
@ruflin
Copy link
Owner

ruflin commented Sep 14, 2017

Thanks for doing the switch. This was actually one of the very early lines of code in Elastica :-)

@p365labs p365labs deleted the es6_use_ingest_attachment branch September 14, 2017 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants