mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ftr] Check client status using v8format=true (#111480)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
01218e4745
commit
178b56980f
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ export class KbnClientStatus {
|
|||
const { data } = await this.requester.request<ApiResponseStatus>({
|
||||
method: 'GET',
|
||||
path: 'api/status',
|
||||
query: {
|
||||
v8format: true,
|
||||
},
|
||||
// Status endpoint returns 503 if any services are in an unavailable state
|
||||
ignoreErrors: [503],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue