Jaraxal / ambari-elasticsearch-service

Custom Elasticsearch service for Ambari
Apache License 2.0
29 stars 19 forks source link

Integrating HEAD Plugin #1

Closed goelprateek closed 7 years ago

goelprateek commented 7 years ago

Hi ,

I am new to ambari services , can u please guide me in integrating plugins using ambari web UI .

Jaraxal commented 7 years ago

@goelprateek

You can easily add plugins to Elasticsearch by updating the configuration section of the master.py script. I'm working on updating the service to add HQ and HEAD plugins.

Right now the HQ plugin does is not supported for ES 5.x. The HEAD plugin isn't support for ES 5.x as a plugin; you have to run it as a standalone server.

Jaraxal commented 7 years ago

I have updated the service definition to install the X-Pack plugin automatically. X-Pack security is disabled by default by adding xpack.security.enabled: false to the elasticsearch.yml configuration file.

goelprateek commented 7 years ago

Hi Jaraxal,

Thanx for reply, I will look into it.

On Sat 25 Feb, 2017, 6:40 AM Michael Young, notifications@github.com wrote:

I have updated the service definition to install the X-Pack plugin automatically. X-Pack security is disabled by default by adding xpack.security.enabled: false to the elasticsearch.yml configuration file.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Jaraxal/ambari-elasticsearch-service/issues/1#issuecomment-282446708, or mute the thread https://github.com/notifications/unsubscribe-auth/ACusVYyv2tg4QUTZHXNPqbnOaWRxiI9Nks5rf3-FgaJpZM4Ldp-t .