OpenSearch limit for Confluence spaces
プラットフォームについて: Cloud および Data Center - この記事はクラウドと Data Center 両方のプラットフォームに等しく適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
このヘルス チェックについて
This check serves as an early warning system to alert you when the number of Confluence spaces is nearing the current OpenSearch limit. By monitoring this health check, you can proactively prevent exceeding the limit, which could potentially lead to search function failures.
What is the recommended threshold?
The recommended threshold is less than 90% of the maximum number of Confluence spaces that OpenSearch search queries can support. The maximum number of spaces is double the value of max_term_count
of the content index.
例:
OpenSearch has default max_term_count
of 65,536.
Maximum number of Confluence spaces is 131,072.
Recommended threshold is 117,965 spaces (less than 90% of 131,072 spaces).
結果の確認
アイコン | 結果 | 意味 |
---|---|---|
パス | The number of spaces in your Confluence instance is lower than the OpenSearch threshold.. | Confluence users can search all applicable spaces without experiencing any search failures from space search overload.” |
警告 | The number of spaces in your Confluence instance is approaching, has reached, or has exceeded the OpenSearch threshold. To extend this limit, adjust the | Confluence users may experience search failures from space search overload once the limit is reached. |
警告を無視した場合
If the number of Confluence spaces exceeds the limit, any user, who has both numbers of permitted and unpermitted spaces greater than the limit, will experience search failures.
例:
OpenSearch has default max_term_count
of 65,536. As long as number of either the permitted spaces or the unpermitted spaces is below that figure, the search will succeed.
If a user searches in a Confluence instance with 131,073 spaces (65,536 permitted spaces and 65,537 unpermitted spaces), the search will succeed.
If a user searches in a Confluence instance with 131,073 spaces (65,537 permitted spaces and 65,536 unpermitted spaces), the search will succeed.
If a user searches in a Confluence instance with 131,074 spaces (65,537 permitted spaces and 65,537 unpermitted spaces, the search will fail.
If a user searches a Confluence space with 300,000 spaces (65,536 permitted spaces and 234,464 unpermitted spaces), the search will succeed.
ソリューション
Increase max_term_count
of content index in OpenSearch before you exceed the limit.
Troubleshooting OpenSearch provides more details on how to detect and resolve related search failures.