Open
Description
Hi, thanks in advance for considering this feature request.
Is your feature request related to a problem?
I want to configure the max_buckets
search setting as-code through this provider, but it's not possible.
What solution would you like?
Add all Search settings in the opensearch_cluster_setting resource.
What alternatives have you considered?
Running PUT
commands on the _cluster/settings
API endpoint which is a manual process that doesn't give an history of changes.