Hadoop/Mapr and ELK

Hello there:

We have a request to use ELK to access/fetch some log files stored on a Mapr cluster file system (HDFS or MFS), but don't know how and where to setup the ES for Hadoop...

Any suggestions on how to fetch (like filebeat does) log files on HDFS and send to Logstash (or Elasticsearch nodes)?

Thank you very much

Li

ES-Hadoop is only run from within data processing frameworks like Hadoop's Map Reduce, Hive, or Spark. If you want to use ES-Hadoop, you will need to have one of those frameworks installed to read the data off of HDFS/MFS before it is sent to Elasticsearch.

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