Hi,
I am trying to delete ES document using PutElasticsearchHttp.
I can query for the document but when I try to delete i get error message "Flowfile content is not valid json" I get the flowfile in XML format.
My identifier value is extracted as an attribute. This same attribute value can query ES and successfully fetch record I wanted to delete. This only fails when i add PutElasticsearchHttp process.
The above is my configuration.
Thanks