forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Zheng, Xiu <zhengxiu@huawei.com> Co-committed-by: Zheng, Xiu <zhengxiu@huawei.com>
21 lines
1.2 KiB
HTML
21 lines
1.2 KiB
HTML
<a name="css_02_0102"></a><a name="css_02_0102"></a>
|
|
|
|
<h1 class="topictitle1">How Do I Set the search.max_buckets Parameter for an ES Cluster?</h1>
|
|
<div id="body0000001466951041"><div class="section" id="css_02_0102__section2094311581849"><h4 class="sectiontitle">Function</h4><p id="css_02_0102__p126823365912">If the query results on shards exceed the upper limit of records that can be returned (default value: <strong id="css_02_0102__b1218569144919">10000</strong>), you need to increase the limit by changing the value of <strong id="css_02_0102__b882445674719">search.max_buckets</strong>.</p>
|
|
</div>
|
|
<div class="section" id="css_02_0102__section657834014815"><h4 class="sectiontitle">Solution</h4><div class="p" id="css_02_0102__p137491819606">Run the following command on the <span class="uicontrol" id="css_02_0102__uicontrol466111139142"><b>Dev Tools</b></span> page of Kibana:<pre class="screen" id="css_02_0102__screen64961341507">PUT _cluster/settings
|
|
{
|
|
"persistent": {
|
|
"search.max_buckets": 20000
|
|
}
|
|
}</pre>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="css_02_0055.html">Functions</a></div>
|
|
</div>
|
|
</div>
|
|
|