I have to encrypt/tokenize an existing field (Integer type) of documents using a specific API that encrypts/decrypts a given value. I have a million document in my index and need to encrypt the value of that particular field.
So, is there a way I can pass that API in the POST body to perform the operation?
OR should I create a Java tool that can talk with both Elasticsearch and the API?
I believe you will need to write an external tool.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.