Created 03-01-2018 03:00 PM
It is posible Send Ambari Metric to Elasticsearch ?
Created 03-02-2018 01:04 AM
I don't know if you can send the Ambari Metrics data directly to Elasticsearch. However it should be possible to pull the data from HBase which is where Ambari Metrics is storing the data behind the scenes. This might be helpful for doing that: https://lessc0de.github.io/connecting_hbase_to_elasticsearch.html
You could also use the Elasticsearch hadoop connector to pull data via Spark, which can access the data in HBase via Phoenix, to push the data to Elasticsearch: https://www.elastic.co/products/hadoop
Created 03-01-2018 03:09 PM
Elasticsearch on another system not in hdp Cluster/Servers
Created 03-02-2018 01:04 AM
I don't know if you can send the Ambari Metrics data directly to Elasticsearch. However it should be possible to pull the data from HBase which is where Ambari Metrics is storing the data behind the scenes. This might be helpful for doing that: https://lessc0de.github.io/connecting_hbase_to_elasticsearch.html
You could also use the Elasticsearch hadoop connector to pull data via Spark, which can access the data in HBase via Phoenix, to push the data to Elasticsearch: https://www.elastic.co/products/hadoop
Created 03-02-2018 06:36 AM
Hi!
Thank you, I will try apply this.
Created 03-02-2018 01:00 PM
If you think my answer was helpful, please accept it to make it easier for others to find.
Created 03-02-2018 02:03 PM
Also, may be you have more information about Hbase & Elasticsearch & )
Ambari Metrics是否可以使用外部的hbase