The repo contain basic implementation of Elasticsearch Install Using Ambari 2.0
It uses https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=38571133 as an example
Work Done:
- Deploy Master and Slaves ES cluster using Ambari and Host_groups.
- Deploy Elasticsearch plugin for HDFS
- Convert configuration for elasticsearch.yml into key/value based configuration.
- Create seperate script for starting Slave, as of now it will start master and slaves in each node.
- Create Smoke test scripts
Inprogress:
- Add Metrics to Elasticsearch
- Add Alerts to Elasticsearch