Decrypt files while indexing

hi,
i was wondering if you guys had any suggestions on the scenario below:
if the files we are trying to index are encrypted, we do not want to decrypt the files and feed it to the indexer. Can we add the decryption process in the ingest pipeline so that the decryption is done right before the indexing?

Thanks

You can create a JSON which contains one field with the BASE64 encoded content.

Then write an ingest plugin which decodes that field, decrypt the content.

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