Troubleshooting Collection Issues
How to resume paused collections
If a collection exceeds the maximum size, it will pause. In this state, collection membership (i.e., assets in the collection) is frozen, and users can't view, query, or return results for assets in the collection. Webhooks and alert settings are preserved, but because membership is frozen, no new events are generated. Collections paused for more than 90 days are automatically archived.
To resume a paused collection:
- Go to the collection's details page in the Platform web console.
- Copy the original collection query from the Collection Query field and save it elsewhere.
- Modify the collection query (for example, change a value in a key-value pair).
- Click Update. The collection will resume and populate its results using the modified query.
- Return to the collection's details page.
- Paste the original collection query into the Collection Query field and click Update. The collection will populate its results with your original query.
When a collection is unpaused, expect some event drift as the collection results update to reflect the current state of Censys internet scans.
Resolve paused collections caused by size limits
Collections hold a maximum of 10,000 assets. When a collection reaches 9,500 assets, collection editors and organization administrators are notified via email that the collection is approaching its maximum size.
Reduce collection size
Refining the collection query to narrow its scope can restore a paused collection.
TipWhen refining a collection query to produce fewer results, consider refining location, protocols, software, or other vulnerabilities to narrow the scope of the assets being monitored.
- Go to Collections.
- Click on the collection with the Max Size Exceeded Error.
- Refine the query to limit the results in the collection.
- Go to the Settings tab and use the Size Estimator to view the query size.
- Click Update.
Resolve paused collections caused by invalid queries
Collections with invalid queries are automatically paused. Users cannot create collections with invalid queries, but existing collections may become invalid if the underlying dataset becomes inaccessible. This typically occurs when a dataset subscription lapses. Queries become invalid if they reference fields from an inaccessible dataset.
Adjust your collection query
- Go to Collections.
- Click on the Collection with the Invalid Query Error.
- Remove references to unentitled fields from the collection query.
- Click Update.
Updated about 1 month ago