Ingest Pipeline apply Java Function

This forum has been really quick in providing solutions, really appreciate it.
The question I have is, I am moving data from a NOSQL database to Elastic Search , some fields in the NOSQL database are encrypted and I would like to decrypt them using custom Java functions that I have written.

Can I use pipelines to decrypt the data ? If so how do I apply these Java functions that I have written ? What kind of processors in the pipeline can I use ? Or is there any other recommendations as opposed to a pipeline ?

I believe that a Script Processor could help?
Or write your own plugin?

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