My use-case is that whenever new document inserted in elasticsearch index, elasticsearch should automatically inform/hit my application service that new document inserted.
Not really something like this...
You could try with alerting (under commercial license or trial) and run every x seconds a query which gets last documents from the last x seconds and then as an action call a webhook with that list of documents...
Not sure if it's a good idea though.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.