Is there a way to query Hadoop from ES? Say, fetch just the data needed for the query, store it in ES, then run a normally Lucene query- all automatically?
Of course this can be done programmatically, I was just wondering if ELK had a builtin way to do it. Logstash seems to have no way to "fetch" data besides HTTP Poller, which doesn't really apply to this.