Streaming query to Graylog

I wonder if it is possible to do streaming query to graylog via API. Currently I am querying graylog via API for automation but response to my query is taking more than 600 ms (sometime longer) because of results of my query is 10000 messages. I would like to get messages in stream to processed faster instead of waiting for all of them to come in. Lucene supports such streaming queries. Can graylog support it?

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