Hello,
I am currently studying different tools for identity resolution in a big amount of data, and I found this one. The only problem is that the main developper stopped at ES 2.4.2, so I am trying to port it to ES 5.2...
In the old version, custom settings are stored in a given index using a reference to the client, provided during the plugin initialization. But this functionality is not in ES 5+ anymore, so I am looking for a way to get a reference to the client from the script plugin.
Is such a thing possible ?
Thank you