diff --git a/docs/persistence/opensearch/how-to/migrate-to-console.md b/docs/persistence/opensearch/how-to/migrate-to-console.md index c3732e125..a58f52ea4 100644 --- a/docs/persistence/opensearch/how-to/migrate-to-console.md +++ b/docs/persistence/opensearch/how-to/migrate-to-console.md @@ -37,6 +37,10 @@ Console currently supports the following fields: - `memory = "GB_2"` - `tier = "SINGLE_NODE"` - `.spec.userConfig.opensearch_version` +- `.spec.userConfig.opensearch.http_max_content_length` +- `.spec.userConfig.opensearch.indices_query_bool_max_clause_count` +- `.spec.userConfig.opensearch.shard_indexing_pressure.enabled` +- `.spec.userConfig.opensearch.shard_indexing_pressure.enforced` - `.spec.project` (automatically set) - `.spec.terminationProtection` (automatically enabled) diff --git a/docs/persistence/valkey/how-to/migrate-to-console.md b/docs/persistence/valkey/how-to/migrate-to-console.md index bdaa4eab0..74d6e10e4 100644 --- a/docs/persistence/valkey/how-to/migrate-to-console.md +++ b/docs/persistence/valkey/how-to/migrate-to-console.md @@ -37,6 +37,7 @@ Console currently supports the following fields: - `memory = "GB_1"` - `tier = "SINGLE_NODE"` - `.spec.userConfig.valkey_maxmemory_policy` +- `.spec.userConfig.valkey_number_of_databases` - `.spec.project` (automatically set) - `.spec.terminationProtection` (automatically enabled)