I am using elasticsearch 6.8 and I couldn't find anything directly to this question, but was curious to know if it is possible to call an external python script after the insert of data into an index.
If it is possible, could someone point me to the resources so that I could learn more about the available tools to make that happen.
There's no way for elasticsearch to notify you of a document being indexed.
The only way you could do this currently is to only index documents from one single place, then deal with notifying other services once the index operation returns.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.