mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[ML] Set ignore_throttled (#117208)
This commit is contained in:
parent
38a511b543
commit
2f24d14e74
1 changed files with 2 additions and 0 deletions
|
@ -293,6 +293,8 @@ export class DataRecognizer {
|
|||
index,
|
||||
size,
|
||||
body: searchBody,
|
||||
// Ignored indices that are frozen
|
||||
ignore_throttled: true,
|
||||
});
|
||||
|
||||
// @ts-expect-error incorrect search response type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue