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

Remove attachment base64 data after indexing #77

Open
viljasenville opened this issue Aug 12, 2019 · 0 comments
Open

Remove attachment base64 data after indexing #77

viljasenville opened this issue Aug 12, 2019 · 0 comments

Comments

@viljasenville
Copy link
Contributor

Sometimes it's not necessary to store the original attachment data (as base64) into Elasticsearch index after the actual content is indexed. The original attachment is available as Episerver blob.

It should be possible to add the following processor to attachment pipeline definition:
"remove": {
"field": "_attachmentdata"
}

It would be nice to have configuration value to choose whether the raw data is saved or not.

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

No branches or pull requests

1 participant