Cluster status
Weaviate Cloud (WCD) provides a web interface and an API endpoint that provide information about your Weaviate instance.
Web interface
When you log into the WCD web console, the Dashboard tab lists your clusters. Each cluster has a Details
button. Click the Details
button to see the following information:
- Cluster URL
- Weaviate core version
- Authentication details
- Active modules
- Cluster creation time
- Hosting provider
- Storage Metrics
- Billing information
The Details
view also has an Advanced configuration
button. Click on Advanced configuration
to configure, or to check the status of, these additional settings:
- Auto schema generation
- Async indexing
- CORS origins
API Endpoint
To get cluster details programmatically, use the nodes
REST endpoint.
The nodes
endpoint returns an array of nodes. The nodes have the following fields:
name
: Name of the node.status
: Status of the node (one of:HEALTHY
,UNHEALTHY
,UNAVAILABLE
,INDEXING
).version
: Version of Weaviate running on the node.gitHash
: Short git hash of the latest commit of Weaviate running on the node.stats
: Statistics for the node.shardCount
: Total number of shards on the node.objectCount
Total number of indexed objects on the node.
shards
: Array of shard statistics. To seeshards
details, setoutput == verbose
.name
: Name of the shard.class
: Name of the collection stored on the shard.objectCount
: Number of indexed objects on the shard.vectorQueueLength
: Number of objects waiting to be indexed on the shard. (Available starting in Weaviate1.22
whenASYNC_INDEXING
is enabled.)
Enabled modules
Each Weaviate instance has a set of enabled modules. This list will vary depending on the instance, due to the Weaviate version and WCD policies.
To see the list of enabled modules on a WCD instance, go to the WCD console, click on Clusters
, select the cluster you want to check, and scroll to the modules active
section.
Support
For help with Serverless, Enterprise SaaS, and Bring Your Own Cloud accounts, contact Weaviate support directly to open a support ticket.
For questions and support from the Weaviate community, try these resources:
To add a support plan, contact Weaviate sales.