Skip to content

Commit 48274ec

Browse files
committed
Update settings doc
Signed-off-by: Heng Qian <[email protected]>
1 parent 4bc5616 commit 48274ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/user/ppl/admin/settings.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ plugins.query.size_limit
125125
Description
126126
-----------
127127

128-
The size configure the maximum amount of documents to be pull from OpenSearch. The default value is: 10000
129-
130-
Notes: This setting will impact the correctness of the aggregation operation, for example, there are 1000 docs in the index, if you change the value to 200, only 200 docs will be extract from index and do aggregation.
128+
The size configures the maximum amount of rows to be fetched from PPL execution results. The default value is: 10000
131129

132130
Example
133131
-------
@@ -161,4 +159,3 @@ Rollback to default value::
161159
}
162160

163161
Note: the legacy settings of ``opendistro.query.size_limit`` is deprecated, it will fallback to the new settings if you request an update with the legacy name.
164-

0 commit comments

Comments
 (0)