Default cluster settings
This page describes the default configuration settings applied to Weaviate Cloud clusters. These settings control various aspects of your cluster's behavior, including database limits, authentication, backups, and usage metrics.
The majority of these settings are configured via environment variables. For more details on each environment variable, refer to the environment variable pages in the Deployment section of our documentation.
Weaviate Database settings
These settings control core database functionality and limits.
| Setting | Requires restart | Default value | User configurable |
|---|---|---|---|
MAXIMUM_ALLOWED_COLLECTIONS_COUNT | No | 1000 | No |
AUTOSCHEMA_ENABLED | No | true | Yes |
ASYNC_REPLICATION_DISABLED | No | false | No |
ASYNC_INDEXING | Yes | true | No |
DEFAULT_QUANTIZATION | No | RQ-8 | No |
CORS_ALLOW_ORIGIN | Yes | https://console.weaviate.cloud | Yes (to allow any) |
REPLICATION_MINIMUM_FACTOR | Yes | 3 (for HA clusters) | No |
User management & permissions
These settings control authentication and authorization for your cluster. These settings are not user configurable.
| Setting | Default value |
|---|---|
AUTHORIZATION_RBAC_ENABLED | true |
AUTHENTICATION_DB_USERS_ENABLED | true |
AUTHENTICATION_OIDC_ENABLED | true |
For more information on authentication and authorization, see:
Backups
Each Weaviate Cloud instance is automatically backed up daily by default. Additional backups can be triggered manually via the API.
Backups are retained per the applicable backup retention period of that cluster, such as 7 days for Flex Shared Cloud clusters.
To restore a backup, contact Weaviate Cloud support.
Query settings
These settings control default query behavior.
| Setting | Default value |
|---|---|
QUERY_DEFAULTS_LIMIT | 10 |
QUERY_MAXIMUM_RESULTS | 100000 |
Modules
Weaviate Cloud clusters do not have a default vectorizer module configured. As a result, you must specify a vectorizer integration when creating collections, or import your own vectors.
To view the list of enabled modules on your cluster, see Cluster Status: Enabled Modules.
Support & feedback
For help with Shared Cloud and Dedicated Cloud, contact Weaviate support directly to open a support ticket. To add a support plan, contact Weaviate sales.
If you have any questions or feedback, let us know in the user forum.
