Help Center/
Cloud Search Service/
User Guide (Kuala Lumpur Region)/
FAQs/
Functions/
How Do I Set the search.max_buckets Parameter for an ES Cluster?
Updated on 2023-06-20 GMT+08:00
How Do I Set the search.max_buckets Parameter for an ES Cluster?
Function
If the query results on shards exceed the upper limit of records that can be returned (default value: 10000), you need to increase the limit by changing the value of search.max_buckets.
Solution
Run the following command on the Dev Tools page of Kibana:
PUT _cluster/settings { "persistent": { "search.max_buckets": 20000 } }
Parent topic: Functions
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot