digitalocean / doctl

The official command line interface for the DigitalOcean API.
https://docs.digitalocean.com/reference/doctl/
Apache License 2.0
3.26k stars 397 forks source link

[databases]: add support for Opensearch advanced configuration #1588

Closed loosla closed 1 month ago

loosla commented 1 month ago

This PR is adding a support for Opensearch advanced configuration: Get, Update.

Command examples to test

doctl databases configuration get <db-cluster-id> -e opensearch
doctl databases configuration update <db-cluster-id> -e opensearch --config-json '{"ism_history_max_age_hours":10}'
loosla commented 1 month ago

Could you please tell me how output for ReindexRemoteWhitelist should look like ReindexRemoteWhitelist alush.org:80, cloud.digitalocean.com:8080 or ReindexRemoteWhitelist [alush.org:80 cloud.digitalocean.com:8080] ?

Now it's ReindexRemoteWhitelist [alush.org:80 cloud.digitalocean.com:8080] . Please let me know if it should look differently :pray: