Is it possible to stream documents from elastic search?

Is it possible to have a persistant HTTP connection to an elasticsearch where it simply outputs new documents when they are indexed?
Is there any example for reference?

I think you are looking for https://github.com/elastic/elasticsearch/issues/1242