Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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