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

Controlling Elasticsearch cluster config state via Salt #32

Open
simonclausen opened this issue Mar 30, 2017 · 0 comments
Open

Controlling Elasticsearch cluster config state via Salt #32

simonclausen opened this issue Mar 30, 2017 · 0 comments

Comments

@simonclausen
Copy link

So this has been something I've been thinking about for a while. I'm opening this issue to both note this down and maybe start a discussion if anyone else could be interested in a feature like this.

So what's this about?

Say I want to set cluster.routing.allocation.awareness when spinning up a new cluster. Maybe I want to inject a default template. Or set any other thing available via the Elasticsearch API in a managed way.

Great thing is that YAML defined in pillar translates easily to JSON and vice versa.

But is Saltstack able to do this in an easy way? I guess we're looking at something like salt.utils.http (info here: https://docs.saltstack.com/en/latest/topics/tutorials/http.html, https://www.youtube.com/watch?v=m9AQxcSDkaE)

Thoughts?

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

1 participant