mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Clarifies description of datafeed scroll_size (#94348)
This commit is contained in:
parent
ed95c08d71
commit
633b53ec8d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export const Description: FC<Props> = memo(({ children, validation }) => {
|
|||
description={
|
||||
<FormattedMessage
|
||||
id="xpack.ml.newJob.wizard.datafeedStep.scrollSize.description"
|
||||
defaultMessage="The maximum number of documents requested for a search."
|
||||
defaultMessage="The maximum number of documents to return in each search request."
|
||||
/>
|
||||
}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue