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

possible to configure cluster.max_shards_per_node with provider? #207

Closed
tjbaker opened this issue Jul 26, 2021 · 3 comments
Closed

possible to configure cluster.max_shards_per_node with provider? #207

tjbaker opened this issue Jul 26, 2021 · 3 comments

Comments

@tjbaker
Copy link

tjbaker commented Jul 26, 2021

Is it possible to put persistent cluster settings with this provider?

For example:

PUT _cluster/settings
{
    "persistent": {
        "cluster.max_shards_per_node": <int>
    }
}

Thanks!

@phillbaker
Copy link
Owner

phillbaker commented Aug 2, 2021

Not currently, but this sounds like a good resource to add!

Note: this is not currently supported by the upstream provider: olivere/elastic#1274

@EdRyan
Copy link

EdRyan commented Aug 20, 2021

This would be very helpful! Maybe it makes sense to make a broader "cluster setting" resource but in this case I am looking specifically to modify max_shards_per_node as well.

@phillbaker
Copy link
Owner

Added in 79e1882

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

No branches or pull requests

3 participants