Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasticsearch with node.client set to true #71

Closed
mbbernstein opened this issue Feb 28, 2013 · 3 comments
Closed

Elasticsearch with node.client set to true #71

mbbernstein opened this issue Feb 28, 2013 · 3 comments

Comments

@mbbernstein
Copy link

Hi Karel,

How are you?

Can you help me configuring elasticsearch to run as a client as explained here?
karmi/retire#162 (comment)
image

Can I use default.elasticsearch[:custom_config] to config this?

Thanks,
Michael

@karmi
Copy link
Contributor

karmi commented Mar 1, 2013

Yes, exactly, just set node.elasticsearch[:custom_config][:node][:client] = true and it should be printed in the YAML file. I would also set node.elasticsearch.node.master and node.elasticsearch.node.data to false, to make it more obvious in the configuration. You need to add run this client Elasticsearch node on the same machine as the Ruby app is running.

@mbbernstein
Copy link
Author

Yes! Thanks a lot..

@gneyal
Copy link

gneyal commented Jul 14, 2013

Hi @karmi,

Is the setup describe above has the same effect like these settings? (taken from elasticsearch.yml)

node.master: true
node.data: false

We're using 0.90.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants