Call synchronous a pipeline (ex. jdbc/http input plugin) logstash from Java code and get Reponse

Hi,
I am completely new in Logstash & ES world. Is it possible to call a pipleline synchronous from java code and wait till get the reponse, in this case we want to block the recored till update is completed and Elasticsearch has been synced.
We want to use Logstash (jdbc input plugin) to sync our complicated postgres database, in some cases is important for us to trigger the pipeline from java code and get the response which the sync is done. Are these points possible in logstash:

  1. triggering pipeline from java code (outside)
  2. getting synchronous response from pipeline when is done

Thanks,
Mesbah

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