Is there a way to query Hadoop from ES?

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.

There is https://www.elastic.co/guide/en/elasticsearch/hadoop/current/index.html which does a level of integration between the two.

1 Like