You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/advanced_cluster.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -612,6 +612,8 @@ Key-value pairs that categorize the cluster. Each key and value has a maximum le
612
612
613
613
### replication_specs
614
614
615
+
~> **NOTE:** We recommend reviewing our [Best Practices](#remove-or-disable-functionality) before disabling or removing any elements of replication_specs.
616
+
615
617
```terraform
616
618
//Example Multicloud
617
619
replication_specs = [
@@ -655,6 +657,8 @@ If you are upgrading a replica set to a sharded cluster, you cannot increase the
655
657
656
658
### region_configs
657
659
660
+
~> **NOTE:** We recommend reviewing our [Best Practices](#remove-or-disable-functionality) before disabling or removing any elements of region_configs.
661
+
658
662
*`analytics_specs` - (Optional) Hardware specifications for [analytics nodes](https://docs.atlas.mongodb.com/reference/faq/deployment/#std-label-analytics-nodes-overview) needed in the region. Analytics nodes handle analytic data such as reporting queries from BI Connector for Atlas. Analytics nodes are read-only and can never become the [primary](https://docs.atlas.mongodb.com/reference/glossary/#std-term-primary). If you don't specify this parameter, no analytics nodes deploy to this region. See [below](#specs).
659
663
*`auto_scaling` - (Optional) Configuration for the collection of settings that configures auto-scaling information for the cluster. The values for the `auto_scaling` attribute must be the same for all `region_configs` of a cluster. See [below](#auto_scaling).
660
664
*`analytics_auto_scaling` - (Optional) Configuration for the Collection of settings that configures analytics-auto-scaling information for the cluster. The values for the `analytics_auto_scaling` attribute must be the same for all `region_configs` of a cluster. See [below](#analytics_auto_scaling).
errorReadDatasourceForceAsymmetric="Error reading advanced cluster datasource, was expecting symmetric shards but found asymmetric shards"
20
-
errorReadDatasourceForceAsymmetricDetail="Cluster name %s. Please add `use_replication_spec_per_shard = true` to your data source configuration to enable asymmetric shard support. %s"
0 commit comments