mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Backports the following commits to 6.x: - [Infra UI] pass flag in request to force BWC hit count (#26517)
This commit is contained in:
parent
9f4717dac4
commit
7ed713e4b7
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ export const checkValidNode = async (
|
|||
): Promise<boolean> => {
|
||||
const params = {
|
||||
index: indexPattern,
|
||||
rest_total_hits_as_int: true,
|
||||
terminateAfter: 1,
|
||||
body: {
|
||||
size: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue