MAXIMUM INDEXES FOR TENANT EXCEEDED - MongoDB Atlas Search

Encountering errors since yesterday at “Create a Atlas Search Index With Static Mapping”

atlas clusters search indexes create --clusterName myAtlasClusterEDU -f /app/search_index.json

Error: POST https://cloud.mongodb.com/api/atlas/v1.0/groups/64395b6ed81c4023ae7a58c1/clusters/myAtlasClusterEDU/fts/indexes: 400 (request “MAXIMUM_INDEXES_FOR_TENANT_EXCEEDED”) The maximum number of FTS indexes has been reached for this instance size.

Hello :wave: @Naoto_Hayashi,

Welcome to the MongoDB Community forums.

The error message indicates that you have exceeded the maximum number of FTS indexes that you can create.

As per the MongoDB Atlas Search M0 (Free Cluster), M2, and M5 Limitations you cannot create more than:

  • 3 indexes on M0 clusters.
  • 5 indexes on M2 clusters.
  • 10 indexes on M5 clusters.

Hope it helps. Let us know if you have any further questions or concerns.

Best,
Kushagra

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.