Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Metrics UI] Refactor Process List API to fetch only top processes #84716

Merged
merged 10 commits into from
Dec 7, 2020

Conversation

Zacqary
Copy link
Contributor

@Zacqary Zacqary commented Dec 1, 2020

Summary

Closes #83968

Refactors the Process List API to:

  • Only fetch the top 20 processes that match the search terms (hard-coded right now, we can add options to change this to top 10/30/50/etc)
  • Lazy-load 15 minutes of chart data whenever the user expands a process row

Checklist

Delete any items that are not applicable to this PR.

@Zacqary Zacqary added Feature:Metrics UI Metrics UI feature v8.0.0 Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services release_note:skip Skip the PR/issue when compiling release notes v7.11.0 labels Dec 1, 2020
@Zacqary Zacqary requested a review from a team as a code owner December 1, 2020 23:20
@elasticmachine
Copy link
Contributor

Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui)

Copy link
Contributor

@phillipb phillipb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good nice work. Question about the timerange of the process list query.

{
range: {
[timefield]: {
gte: to - 60 * 1000, // 1 minute
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why only one minues? I'm seeing a difference between the total count of processes between this PR and the previous implementation. Wondering if this could be the reason.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Primarily to optimize performance, but I think it makes sense given that the Inventory view presents a snapshot of the past 1 minute of data. Are you able to tell if the lower Total Processes count is because some of the processes had ended in the past 15 minutes, or if it's actually failing to pick up a bunch of still active processes?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's missing active processes
Screen Shot 2020-12-03 at 10 46 03 AM
Screen Shot 2020-12-03 at 10 43 46 AM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fixed in the latest commit

@Zacqary
Copy link
Contributor Author

Zacqary commented Dec 3, 2020

@elasticmachine merge upstream

@Zacqary
Copy link
Contributor Author

Zacqary commented Dec 4, 2020

@elasticmachine merge upstream

@Zacqary
Copy link
Contributor Author

Zacqary commented Dec 7, 2020

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/uptime/locations·ts.Uptime app with generated data Observer location displays less monitor availability

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has not failed recently on tracked branches

[00:00:00]       │
[00:00:00]         └-: Uptime app
[00:00:00]           └-> "before all" hook
[00:00:00]           └-: with generated data
[00:00:00]             └-> "before all" hook
[00:00:00]             └-: Observer location
[00:00:00]               └-> "before all" hook
[00:00:00]               └-> "before all" hook
[00:00:00]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test] creating index, cause [auto(bulk api)], templates [], shards [1]/[1]
[00:00:00]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test/ovI4oTqCQlumPKrhbfvYaQ] create_mapping
[00:00:00]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test/ovI4oTqCQlumPKrhbfvYaQ] update_mapping [_doc]
[00:00:00]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test/ovI4oTqCQlumPKrhbfvYaQ] update_mapping [_doc]
[00:00:00]                 │ debg TestSubjects.exists(uptimeSettingsToOverviewLink)
[00:00:00]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeSettingsToOverviewLink"]') with timeout=0
[00:00:00]                 │ debg --- retry.tryForTime error: [data-test-subj="uptimeSettingsToOverviewLink"] is not displayed
[00:00:01]                 │ debg navigating to uptime url: http://localhost:61231/app/uptime
[00:00:01]                 │ debg navigate to: http://localhost:61231/app/uptime
[00:00:01]                 │ debg browser[INFO] http://localhost:61231/login?next=%2Fapp%2Fuptime%3F_t%3D1607364362023 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:01]                 │
[00:00:01]                 │ debg browser[INFO] http://localhost:61231/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:01]                 │ debg ... sleep(700) start
[00:00:02]                 │ debg ... sleep(700) end
[00:00:02]                 │ debg returned from get, calling refresh
[00:00:03]                 │ debg browser[INFO] http://localhost:61231/login?next=%2Fapp%2Fuptime%3F_t%3D1607364362023 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:03]                 │
[00:00:03]                 │ debg browser[INFO] http://localhost:61231/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:03]                 │ debg currentUrl = http://localhost:61231/login?next=%2Fapp%2Fuptime%3F_t%3D1607364362023
[00:00:03]                 │          appUrl = http://localhost:61231/app/uptime
[00:00:03]                 │ debg TestSubjects.find(kibanaChrome)
[00:00:03]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:00:05]                 │ debg Found login page
[00:00:05]                 │ debg TestSubjects.setValue(loginUsername, test_user)
[00:00:05]                 │ debg TestSubjects.click(loginUsername)
[00:00:05]                 │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:00:05]                 │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:00:05]                 │ERROR browser[SEVERE] http://localhost:61231/internal/spaces/_active_space - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:00:05]                 │ debg browser[INFO] http://localhost:61231/38653/bundles/core/core.entry.js 12:194329 "Detected an unhandled Promise rejection.
[00:00:05]                 │      Error: Unauthorized"
[00:00:05]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/core/core.entry.js 5:3002 
[00:00:05]                 │ debg TestSubjects.setValue(loginPassword, changeme)
[00:00:05]                 │ debg TestSubjects.click(loginPassword)
[00:00:05]                 │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:00:05]                 │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:00:05]                 │ debg TestSubjects.click(loginSubmit)
[00:00:05]                 │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:00:05]                 │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:00:05]                 │ debg Find.waitForDeletedByCssSelector('.kibanaWelcomeLogo') with timeout=10000
[00:00:05]                 │ proc [kibana]   log   [18:06:06.691] [info][plugins][routes][security] Logging in with provider "basic" (basic)
[00:00:06]                 │ debg browser[INFO] http://localhost:61231/app/uptime?_t=1607364362023 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:06]                 │
[00:00:06]                 │ debg browser[INFO] http://localhost:61231/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:06]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:00:08]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"] nav:not(.ng-hide)') with timeout=60000
[00:00:08]                 │ proc [kibana]   log   [18:06:09.427] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:08]                 │ proc [kibana]   log   [18:06:09.428] [error][http] ResponseError: search_phase_execution_exception
[00:00:08]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:00:08]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:00:08]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:00:08]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:00:08]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:00:08]                 │ proc [kibana]   meta: {
[00:00:08]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:00:08]                 │ proc [kibana]     statusCode: 400,
[00:00:08]                 │ proc [kibana]     headers: {
[00:00:08]                 │ proc [kibana]       'x-opaque-id': '1e13cbd6-1d97-4ed1-bfe5-b1a2b47b6219',
[00:00:08]                 │ proc [kibana]       'content-type': 'application/json; charset=UTF-8',
[00:00:08]                 │ proc [kibana]       'content-length': '1869'
[00:00:08]                 │ proc [kibana]     },
[00:00:08]                 │ proc [kibana]     meta: {
[00:00:08]                 │ proc [kibana]       context: null,
[00:00:08]                 │ proc [kibana]       request: [Object],
[00:00:08]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:00:08]                 │ proc [kibana]       connection: [Object],
[00:00:08]                 │ proc [kibana]       attempts: 0,
[00:00:08]                 │ proc [kibana]       aborted: false
[00:00:08]                 │ proc [kibana]     }
[00:00:08]                 │ proc [kibana]   }
[00:00:08]                 │ proc [kibana] }
[00:00:08]                 │ proc [kibana]  error  [18:06:09.312]  Error: Internal Server Error
[00:00:08]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:69:19)
[00:00:08]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:177:34)
[00:00:08]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:00:08]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:00:08]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:124:50)
[00:00:08]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:00:08]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:00:08]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:00:08]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:00:08]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:00:08]                 │ proc [kibana]   log   [18:06:09.533] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:08]                 │ proc [kibana]   log   [18:06:09.534] [error][http] ResponseError: search_phase_execution_exception
[00:00:08]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:00:08]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:00:08]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:00:08]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:00:08]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:00:08]                 │ proc [kibana]   meta: {
[00:00:08]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:00:08]                 │ proc [kibana]     statusCode: 400,
[00:00:08]                 │ proc [kibana]     headers: {
[00:00:08]                 │ proc [kibana]       'x-opaque-id': '2316cabf-e319-4d5d-a584-8f7684ae22d6',
[00:00:08]                 │ proc [kibana]       'content-type': 'application/json; charset=UTF-8',
[00:00:08]                 │ proc [kibana]       'content-length': '1897'
[00:00:08]                 │ proc [kibana]     },
[00:00:08]                 │ proc [kibana]     meta: {
[00:00:08]                 │ proc [kibana]       context: null,
[00:00:08]                 │ proc [kibana]       request: [Object],
[00:00:08]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:00:08]                 │ proc [kibana]       connection: [Object],
[00:00:08]                 │ proc [kibana]       attempts: 0,
[00:00:08]                 │ proc [kibana]       aborted: false
[00:00:08]                 │ proc [kibana]     }
[00:00:08]                 │ proc [kibana]   }
[00:00:08]                 │ proc [kibana] }
[00:00:08]                 │ proc [kibana]   log   [18:06:09.578] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:08]                 │ proc [kibana]   log   [18:06:09.579] [error][http] ResponseError: search_phase_execution_exception
[00:00:08]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:00:08]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:00:08]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:00:08]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:00:08]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:00:08]                 │ proc [kibana]   meta: {
[00:00:08]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:00:08]                 │ proc [kibana]     statusCode: 400,
[00:00:08]                 │ proc [kibana]     headers: {
[00:00:08]                 │ proc [kibana]       'x-opaque-id': '1045820a-263f-4b13-b4b7-f37993bc90ee',
[00:00:08]                 │ proc [kibana]       'content-type': 'application/json; charset=UTF-8',
[00:00:08]                 │ proc [kibana]       'content-length': '3587'
[00:00:08]                 │ proc [kibana]     },
[00:00:08]                 │ proc [kibana]     meta: {
[00:00:08]                 │ proc [kibana]       context: null,
[00:00:08]                 │ proc [kibana]       request: [Object],
[00:00:08]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:00:08]                 │ proc [kibana]       connection: [Object],
[00:00:08]                 │ proc [kibana]       attempts: 0,
[00:00:08]                 │ proc [kibana]       aborted: false
[00:00:08]                 │ proc [kibana]     }
[00:00:08]                 │ proc [kibana]   }
[00:00:08]                 │ proc [kibana] }
[00:00:08]                 │ERROR browser[SEVERE] http://localhost:61231/api/uptime/log_page_view - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:00:08]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 TypeError: Failed to fetch
[00:00:08]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:43940)
[00:00:08]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:08]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:08]                 │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:08]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:08]                 │          at _throw (http://localhost:61231/38653/bundles/core/core.entry.js:6:39406)
[00:00:08]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 TypeError: Failed to fetch
[00:00:08]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:43940)
[00:00:08]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:08]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:08]                 │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:08]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:08]                 │          at _throw (http://localhost:61231/38653/bundles/core/core.entry.js:6:39406)
[00:00:08]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 TypeError: Failed to fetch
[00:00:08]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:43940)
[00:00:08]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:08]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:08]                 │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:08]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:08]                 │          at _throw (http://localhost:61231/38653/bundles/core/core.entry.js:6:39406)
[00:00:08]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 TypeError: Failed to fetch
[00:00:08]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:43940)
[00:00:08]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:08]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:08]                 │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:08]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:08]                 │          at _throw (http://localhost:61231/38653/bundles/core/core.entry.js:6:39406)
[00:00:08]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 TypeError: Failed to fetch
[00:00:08]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:43940)
[00:00:08]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:08]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:08]                 │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:08]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:08]                 │          at _throw (http://localhost:61231/38653/bundles/core/core.entry.js:6:39406)
[00:00:08]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 TypeError: Failed to fetch
[00:00:08]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:43940)
[00:00:08]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:08]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:08]                 │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:08]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:08]                 │          at _throw (http://localhost:61231/38653/bundles/core/core.entry.js:6:39406)
[00:00:08]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 TypeError: Failed to fetch
[00:00:08]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:43940)
[00:00:08]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:08]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:08]                 │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:08]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:08]                 │          at _throw (http://localhost:61231/38653/bundles/core/core.entry.js:6:39406)
[00:00:08]                 │ debg browser[INFO] http://localhost:61231/app/uptime?_t=1607364369321 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:08]                 │
[00:00:08]                 │ debg browser[INFO] http://localhost:61231/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:09]                 │ debg Finished login process currentUrl = http://localhost:61231/app/uptime
[00:00:09]                 │ debg ... sleep(501) start
[00:00:09]                 │ debg ... sleep(501) end
[00:00:09]                 │ debg in navigateTo url = http://localhost:61231/app/uptime
[00:00:09]                 │ debg TestSubjects.exists(statusPageContainer)
[00:00:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:00:09]                 │ proc [kibana]   log   [18:06:10.815] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:09]                 │ proc [kibana]   log   [18:06:10.815] [error][http] ResponseError: search_phase_execution_exception
[00:00:09]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:00:09]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:00:09]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:00:09]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:00:09]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:00:09]                 │ proc [kibana]   meta: {
[00:00:09]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:00:09]                 │ proc [kibana]     statusCode: 400,
[00:00:09]                 │ proc [kibana]     headers: {
[00:00:09]                 │ proc [kibana]       'x-opaque-id': 'b495f0f4-7273-4b3f-8bd1-43b90ceddad0',
[00:00:09]                 │ proc [kibana]       'content-type': 'application/json; charset=UTF-8',
[00:00:09]                 │ proc [kibana]       'content-length': '1869'
[00:00:09]                 │ proc [kibana]     },
[00:00:09]                 │ proc [kibana]     meta: {
[00:00:09]                 │ proc [kibana]       context: null,
[00:00:09]                 │ proc [kibana]       request: [Object],
[00:00:09]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:00:09]                 │ proc [kibana]       connection: [Object],
[00:00:09]                 │ proc [kibana]       attempts: 0,
[00:00:09]                 │ proc [kibana]       aborted: false
[00:00:09]                 │ proc [kibana]     }
[00:00:09]                 │ proc [kibana]   }
[00:00:09]                 │ proc [kibana] }
[00:00:10]                 │ proc [kibana]  error  [18:06:10.726]  Error: Internal Server Error
[00:00:10]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:69:19)
[00:00:10]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:177:34)
[00:00:10]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:00:10]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:00:10]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:124:50)
[00:00:10]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:00:10]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:00:10]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:00:10]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:00:10]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:00:10]                 │ proc [kibana]   log   [18:06:11.027] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:10]                 │ proc [kibana]   log   [18:06:11.028] [error][http] ResponseError: search_phase_execution_exception
[00:00:10]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:00:10]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:00:10]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:00:10]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:00:10]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:00:10]                 │ proc [kibana]   meta: {
[00:00:10]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:00:10]                 │ proc [kibana]     statusCode: 400,
[00:00:10]                 │ proc [kibana]     headers: {
[00:00:10]                 │ proc [kibana]       'x-opaque-id': '2f838431-6072-4a85-9684-e9251038e344',
[00:00:10]                 │ proc [kibana]       'content-type': 'application/json; charset=UTF-8',
[00:00:10]                 │ proc [kibana]       'content-length': '1897'
[00:00:10]                 │ proc [kibana]     },
[00:00:10]                 │ proc [kibana]     meta: {
[00:00:10]                 │ proc [kibana]       context: null,
[00:00:10]                 │ proc [kibana]       request: [Object],
[00:00:10]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:00:10]                 │ proc [kibana]       connection: [Object],
[00:00:10]                 │ proc [kibana]       attempts: 0,
[00:00:10]                 │ proc [kibana]       aborted: false
[00:00:10]                 │ proc [kibana]     }
[00:00:10]                 │ proc [kibana]   }
[00:00:10]                 │ proc [kibana] }
[00:00:10]                 │ proc [kibana]  error  [18:06:10.966]  Error: Internal Server Error
[00:00:10]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:69:19)
[00:00:10]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:177:34)
[00:00:10]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:00:10]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:00:10]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:124:50)
[00:00:10]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:00:10]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:00:10]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:00:10]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:00:10]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:00:10]                 │ proc [kibana]   log   [18:06:11.061] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:10]                 │ proc [kibana]   log   [18:06:11.061] [error][http] ResponseError: search_phase_execution_exception
[00:00:10]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:00:10]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:00:10]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:00:10]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:00:10]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:00:10]                 │ proc [kibana]   meta: {
[00:00:10]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:00:10]                 │ proc [kibana]     statusCode: 400,
[00:00:10]                 │ proc [kibana]     headers: {
[00:00:10]                 │ proc [kibana]       'x-opaque-id': 'dba055c7-0764-4725-9574-2f97b5744d20',
[00:00:10]                 │ proc [kibana]       'content-type': 'application/json; charset=UTF-8',
[00:00:10]                 │ proc [kibana]       'content-length': '3587'
[00:00:10]                 │ proc [kibana]     },
[00:00:10]                 │ proc [kibana]     meta: {
[00:00:10]                 │ proc [kibana]       context: null,
[00:00:10]                 │ proc [kibana]       request: [Object],
[00:00:10]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:00:10]                 │ proc [kibana]       connection: [Object],
[00:00:10]                 │ proc [kibana]       attempts: 0,
[00:00:10]                 │ proc [kibana]       aborted: false
[00:00:10]                 │ proc [kibana]     }
[00:00:10]                 │ proc [kibana]   }
[00:00:10]                 │ proc [kibana] }
[00:00:10]                 │ proc [kibana]  error  [18:06:10.967]  Error: Internal Server Error
[00:00:10]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:69:19)
[00:00:10]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:177:34)
[00:00:10]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:00:10]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:00:10]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:124:50)
[00:00:10]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:00:10]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:00:10]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:00:10]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:00:10]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:00:10]                 │ proc [kibana]   log   [18:06:11.110] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:10]                 │ proc [kibana]  error  [18:06:11.000]  Error: Internal Server Error
[00:00:10]                 │ proc [kibana]     at HapiResponseAdapter.toError (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:132:19)
[00:00:10]                 │ proc [kibana]     at HapiResponseAdapter.toHapiResponse (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:86:19)
[00:00:10]                 │ proc [kibana]     at HapiResponseAdapter.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:81:17)
[00:00:10]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:164:34)
[00:00:10]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:00:10]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:00:10]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:124:50)
[00:00:10]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:00:10]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:00:10]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:00:10]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:00:10]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:00:12]                 │ERROR browser[SEVERE] http://localhost:61231/api/uptime/log_page_view - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:00:12]                 │ debg browser[INFO] http://localhost:61231/38653/bundles/core/core.entry.js 12:194329 "Detected an unhandled Promise rejection.
[00:00:12]                 │      Error: Internal Server Error"
[00:00:12]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/core/core.entry.js 5:3002 
[00:00:12]                 │ERROR browser[SEVERE] http://localhost:61231/api/uptime/filters?dateRangeStart=now-15m&dateRangeEnd=now&&&&&search= - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:00:12]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 Error: Internal Server Error
[00:00:12]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:44892)
[00:00:12]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:12]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:12]                 │          at Generator.forEach.e.<computed> [as next] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:12]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:12]                 │          at _next (http://localhost:61231/38653/bundles/core/core.entry.js:6:39314)
[00:00:12]                 │ERROR browser[SEVERE] http://localhost:61231/api/uptime/snapshot/count?dateRangeStart=now-15m&dateRangeEnd=now - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:00:12]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 Error: Internal Server Error
[00:00:12]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:44892)
[00:00:12]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:12]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:12]                 │          at Generator.forEach.e.<computed> [as next] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:12]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:12]                 │          at _next (http://localhost:61231/38653/bundles/core/core.entry.js:6:39314)
[00:00:12]                 │ERROR browser[SEVERE] http://localhost:61231/api/uptime/monitor/list?dateRangeStart=now-15m&dateRangeEnd=now&pageSize=10&statusFilter= - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:00:12]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 Error: Internal Server Error
[00:00:12]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:44892)
[00:00:12]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:12]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:12]                 │          at Generator.forEach.e.<computed> [as next] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:12]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:12]                 │          at _next (http://localhost:61231/38653/bundles/core/core.entry.js:6:39314)
[00:00:12]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:00:12]                 │ debg isGlobalLoadingIndicatorVisible
[00:00:12]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:00:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:00:14]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:00:14]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:00:14]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:00:15]                 │ debg TestSubjects.exists(uptimeOverviewPage)
[00:00:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeOverviewPage"]') with timeout=2000
[00:00:15]                 │ debg TestSubjects.exists(uptimeSettingsToOverviewLink)
[00:00:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeSettingsToOverviewLink"]') with timeout=0
[00:00:15]                 │ debg --- retry.tryForTime error: [data-test-subj="uptimeSettingsToOverviewLink"] is not displayed
[00:00:15]                 │ debg navigating to uptime url: http://localhost:61231/app/uptime
[00:00:15]                 │ debg navigate to: http://localhost:61231/app/uptime
[00:00:15]                 │ debg browser[INFO] http://localhost:61231/app/uptime?_t=1607364376443 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:15]                 │
[00:00:15]                 │ debg browser[INFO] http://localhost:61231/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:15]                 │ debg ... sleep(700) start
[00:00:16]                 │ debg ... sleep(700) end
[00:00:16]                 │ debg returned from get, calling refresh
[00:00:17]                 │ debg browser[INFO] http://localhost:61231/app/uptime?_t=1607364376443 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:17]                 │
[00:00:17]                 │ debg browser[INFO] http://localhost:61231/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:17]                 │ debg currentUrl = http://localhost:61231/app/uptime
[00:00:17]                 │          appUrl = http://localhost:61231/app/uptime
[00:00:17]                 │ debg TestSubjects.find(kibanaChrome)
[00:00:17]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:00:17]                 │ debg ... sleep(501) start
[00:00:18]                 │ proc [kibana]   log   [18:06:18.864] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:18]                 │ proc [kibana]   log   [18:06:18.865] [error][http] ResponseError: search_phase_execution_exception
[00:00:18]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:00:18]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:00:18]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:00:18]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:00:18]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:00:18]                 │ proc [kibana]   meta: {
[00:00:18]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:00:18]                 │ proc [kibana]     statusCode: 400,
[00:00:18]                 │ proc [kibana]     headers: {
[00:00:18]                 │ proc [kibana]       'x-opaque-id': '484acb52-c150-4ea2-a992-dd63fdbf06cb',
[00:00:18]                 │ proc [kibana]       'content-type': 'application/json; charset=UTF-8',
[00:00:18]                 │ proc [kibana]       'content-length': '1869'
[00:00:18]                 │ proc [kibana]     },
[00:00:18]                 │ proc [kibana]     meta: {
[00:00:18]                 │ proc [kibana]       context: null,
[00:00:18]                 │ proc [kibana]       request: [Object],
[00:00:18]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:00:18]                 │ proc [kibana]       connection: [Object],
[00:00:18]                 │ proc [kibana]       attempts: 0,
[00:00:18]                 │ proc [kibana]       aborted: false
[00:00:18]                 │ proc [kibana]     }
[00:00:18]                 │ proc [kibana]   }
[00:00:18]                 │ proc [kibana] }
[00:00:18]                 │ proc [kibana]  error  [18:06:18.797]  Error: Internal Server Error
[00:00:18]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:69:19)
[00:00:18]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:177:34)
[00:00:18]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:00:18]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:00:18]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:124:50)
[00:00:18]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:00:18]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:00:18]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:00:18]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:00:18]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:00:18]                 │ proc [kibana]   log   [18:06:19.066] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:18]                 │ proc [kibana]   log   [18:06:19.066] [error][http] ResponseError: search_phase_execution_exception
[00:00:18]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:00:18]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:00:18]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:00:18]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:00:18]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:00:18]                 │ proc [kibana]   meta: {
[00:00:18]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:00:18]                 │ proc [kibana]     statusCode: 400,
[00:00:18]                 │ proc [kibana]     headers: {
[00:00:18]                 │ proc [kibana]       'x-opaque-id': '0de96cba-19b5-45e5-85ec-642f46a818db',
[00:00:18]                 │ proc [kibana]       'content-type': 'application/json; charset=UTF-8',
[00:00:18]                 │ proc [kibana]       'content-length': '1897'
[00:00:18]                 │ proc [kibana]     },
[00:00:18]                 │ proc [kibana]     meta: {
[00:00:18]                 │ proc [kibana]       context: null,
[00:00:18]                 │ proc [kibana]       request: [Object],
[00:00:18]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:00:18]                 │ proc [kibana]       connection: [Object],
[00:00:18]                 │ proc [kibana]       attempts: 0,
[00:00:18]                 │ proc [kibana]       aborted: false
[00:00:18]                 │ proc [kibana]     }
[00:00:18]                 │ proc [kibana]   }
[00:00:18]                 │ proc [kibana] }
[00:00:18]                 │ERROR browser[SEVERE] http://localhost:61231/api/uptime/log_page_view - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:00:18]                 │ debg browser[INFO] http://localhost:61231/38653/bundles/core/core.entry.js 12:194329 "Detected an unhandled Promise rejection.
[00:00:18]                 │      Error: Internal Server Error"
[00:00:18]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/core/core.entry.js 5:3002 
[00:00:18]                 │ proc [kibana]  error  [18:06:19.014]  Error: Internal Server Error
[00:00:18]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:69:19)
[00:00:18]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:177:34)
[00:00:18]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:00:18]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:00:18]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:124:50)
[00:00:18]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:00:18]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:00:18]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:00:18]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:00:18]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:00:18]                 │ proc [kibana]   log   [18:06:19.142] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:18]                 │ proc [kibana]   log   [18:06:19.143] [error][http] ResponseError: search_phase_execution_exception
[00:00:18]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:00:18]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:00:18]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:00:18]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:00:18]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:00:18]                 │ proc [kibana]   meta: {
[00:00:18]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:00:18]                 │ proc [kibana]     statusCode: 400,
[00:00:18]                 │ proc [kibana]     headers: {
[00:00:18]                 │ proc [kibana]       'x-opaque-id': '75319d79-e611-488c-8065-65f279cd85c4',
[00:00:18]                 │ proc [kibana]       'content-type': 'application/json; charset=UTF-8',
[00:00:18]                 │ proc [kibana]       'content-length': '3587'
[00:00:18]                 │ proc [kibana]     },
[00:00:18]                 │ proc [kibana]     meta: {
[00:00:18]                 │ proc [kibana]       context: null,
[00:00:18]                 │ proc [kibana]       request: [Object],
[00:00:18]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:00:18]                 │ proc [kibana]       connection: [Object],
[00:00:18]                 │ proc [kibana]       attempts: 0,
[00:00:18]                 │ proc [kibana]       aborted: false
[00:00:18]                 │ proc [kibana]     }
[00:00:18]                 │ proc [kibana]   }
[00:00:18]                 │ proc [kibana] }
[00:00:18]                 │ proc [kibana]   log   [18:06:19.159] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:18]                 │ERROR browser[SEVERE] http://localhost:61231/api/uptime/filters?dateRangeStart=now-15m&dateRangeEnd=now&&&&&search= - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:00:18]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 Error: Internal Server Error
[00:00:18]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:44892)
[00:00:18]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:18]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:18]                 │          at Generator.forEach.e.<computed> [as next] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:18]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:18]                 │          at _next (http://localhost:61231/38653/bundles/core/core.entry.js:6:39314)
[00:00:18]                 │ proc [kibana]  error  [18:06:19.058]  Error: Internal Server Error
[00:00:18]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:69:19)
[00:00:18]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:177:34)
[00:00:18]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:00:18]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:00:18]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:124:50)
[00:00:18]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:00:18]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:00:18]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:00:18]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:00:18]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:00:18]                 │ proc [kibana]  error  [18:06:19.072]  Error: Internal Server Error
[00:00:18]                 │ proc [kibana]     at HapiResponseAdapter.toError (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:132:19)
[00:00:18]                 │ proc [kibana]     at HapiResponseAdapter.toHapiResponse (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:86:19)
[00:00:18]                 │ proc [kibana]     at HapiResponseAdapter.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:81:17)
[00:00:18]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:164:34)
[00:00:18]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:00:18]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:00:18]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:124:50)
[00:00:18]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:00:18]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:00:18]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:00:18]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:00:18]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:00:18]                 │ERROR browser[SEVERE] http://localhost:61231/api/uptime/snapshot/count?dateRangeStart=now-15m&dateRangeEnd=now - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:00:18]                 │ERROR browser[SEVERE] http://localhost:61231/api/uptime/monitor/list?dateRangeStart=now-15m&dateRangeEnd=now&pageSize=10&statusFilter= - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:00:18]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 Error: Internal Server Error
[00:00:18]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:44892)
[00:00:18]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:18]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:18]                 │          at Generator.forEach.e.<computed> [as next] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:18]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:18]                 │          at _next (http://localhost:61231/38653/bundles/core/core.entry.js:6:39314)
[00:00:18]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 Error: Internal Server Error
[00:00:18]                 │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:44892)
[00:00:18]                 │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:18]                 │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:18]                 │          at Generator.forEach.e.<computed> [as next] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:18]                 │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:18]                 │          at _next (http://localhost:61231/38653/bundles/core/core.entry.js:6:39314)
[00:00:18]                 │ debg ... sleep(501) end
[00:00:18]                 │ debg in navigateTo url = http://localhost:61231/app/uptime
[00:00:18]                 │ debg TestSubjects.exists(statusPageContainer)
[00:00:18]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:00:21]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:00:21]                 │ debg isGlobalLoadingIndicatorVisible
[00:00:21]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:00:21]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:00:23]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:00:23]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:00:23]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:00:23]                 │ debg TestSubjects.exists(uptimeOverviewPage)
[00:00:23]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeOverviewPage"]') with timeout=2000
[00:00:23]                 │ debg TestSubjects.click(superDatePickerApplyTimeButton)
[00:00:23]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:00:23]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:00:23]               └-> displays the overall availability
[00:00:23]                 └-> "before each" hook: global before each
[00:00:23]                 └-> "before each" hook: delete settings
[00:00:23]                   │ debg Deleting saved object {
[00:00:23]                   │        type: 'uptime-dynamic-settings',
[00:00:23]                   │        id: 'uptime-dynamic-settings-singleton'
[00:00:23]                   │      }/%s
[00:00:23]                   │ proc [kibana]   log   [18:06:24.772] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:23]                   │ proc [kibana]   log   [18:06:24.773] [error][http] ResponseError: search_phase_execution_exception
[00:00:23]                   │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:00:23]                   │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:00:23]                   │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:00:23]                   │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:00:23]                   │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:00:23]                   │ proc [kibana]   meta: {
[00:00:23]                   │ proc [kibana]     body: { error: [Object], status: 400 },
[00:00:23]                   │ proc [kibana]     statusCode: 400,
[00:00:23]                   │ proc [kibana]     headers: {
[00:00:23]                   │ proc [kibana]       'x-opaque-id': '853b5290-1a55-43c4-ad0f-d189c59a6a7d',
[00:00:23]                   │ proc [kibana]       'content-type': 'application/json; charset=UTF-8',
[00:00:23]                   │ proc [kibana]       'content-length': '1897'
[00:00:23]                   │ proc [kibana]     },
[00:00:23]                   │ proc [kibana]     meta: {
[00:00:23]                   │ proc [kibana]       context: null,
[00:00:23]                   │ proc [kibana]       request: [Object],
[00:00:23]                   │ proc [kibana]       name: 'elasticsearch-js',
[00:00:23]                   │ proc [kibana]       connection: [Object],
[00:00:23]                   │ proc [kibana]       attempts: 0,
[00:00:23]                   │ proc [kibana]       aborted: false
[00:00:23]                   │ proc [kibana]     }
[00:00:23]                   │ proc [kibana]   }
[00:00:23]                   │ proc [kibana] }
[00:00:23]                   │ proc [kibana]   log   [18:06:24.775] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:23]                   │ proc [kibana]   log   [18:06:24.776] [error][http] ResponseError: search_phase_execution_exception
[00:00:23]                   │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:00:23]                   │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:00:23]                   │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:00:23]                   │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:00:23]                   │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:00:23]                   │ proc [kibana]   meta: {
[00:00:23]                   │ proc [kibana]     body: { error: [Object], status: 400 },
[00:00:23]                   │ proc [kibana]     statusCode: 400,
[00:00:23]                   │ proc [kibana]     headers: {
[00:00:23]                   │ proc [kibana]       'x-opaque-id': '1a492b02-84d0-499c-b0d2-c24ec3197cd7',
[00:00:23]                   │ proc [kibana]       'content-type': 'application/json; charset=UTF-8',
[00:00:23]                   │ proc [kibana]       'content-length': '3587'
[00:00:23]                   │ proc [kibana]     },
[00:00:23]                   │ proc [kibana]     meta: {
[00:00:23]                   │ proc [kibana]       context: null,
[00:00:23]                   │ proc [kibana]       request: [Object],
[00:00:23]                   │ proc [kibana]       name: 'elasticsearch-js',
[00:00:23]                   │ proc [kibana]       connection: [Object],
[00:00:23]                   │ proc [kibana]       attempts: 0,
[00:00:23]                   │ proc [kibana]       aborted: false
[00:00:23]                   │ proc [kibana]     }
[00:00:23]                   │ proc [kibana]   }
[00:00:23]                   │ proc [kibana] }
[00:00:23]                   │ proc [kibana]   log   [18:06:24.778] [error][data][elasticsearch] [search_phase_execution_exception]: all shards failed
[00:00:23]                   │ proc [kibana]  error  [18:06:24.699]  Error: Internal Server Error
[00:00:23]                   │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:69:19)
[00:00:23]                   │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:177:34)
[00:00:23]                   │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:00:23]                   │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:124:50)
[00:00:23]                   │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:00:23]                   │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:00:23]                   │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:00:23]                   │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:00:23]                   │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:00:23]                   │ proc [kibana]  error  [18:06:24.701]  Error: Internal Server Error
[00:00:23]                   │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:69:19)
[00:00:23]                   │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:177:34)
[00:00:23]                   │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:00:23]                   │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:124:50)
[00:00:23]                   │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:00:23]                   │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:00:23]                   │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:00:23]                   │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:00:23]                   │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:00:23]                   │ proc [kibana]  error  [18:06:24.702]  Error: Internal Server Error
[00:00:23]                   │ proc [kibana]     at HapiResponseAdapter.toError (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:132:19)
[00:00:23]                   │ proc [kibana]     at HapiResponseAdapter.toHapiResponse (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:86:19)
[00:00:23]                   │ proc [kibana]     at HapiResponseAdapter.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/response_adapter.js:81:17)
[00:00:23]                   │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:164:34)
[00:00:23]                   │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:00:23]                   │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-23/src/core/server/http/router/router.js:124:50)
[00:00:23]                   │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:00:23]                   │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:00:23]                   │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:00:23]                   │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:00:23]                   │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-23/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:00:23]                   │ERROR browser[SEVERE] http://localhost:61231/api/uptime/filters?dateRangeStart=now-15m&dateRangeEnd=now&&&&&search= - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:00:23]                   │ERROR browser[SEVERE] http://localhost:61231/api/uptime/snapshot/count?dateRangeStart=now-15m&dateRangeEnd=now - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:00:23]                   │ERROR browser[SEVERE] http://localhost:61231/api/uptime/monitor/list?dateRangeStart=now-15m&dateRangeEnd=now&pageSize=10&statusFilter= - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:00:23]                   │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 Error: Internal Server Error
[00:00:23]                   │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:44892)
[00:00:23]                   │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:23]                   │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:23]                   │          at Generator.forEach.e.<computed> [as next] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:23]                   │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:23]                   │          at _next (http://localhost:61231/38653/bundles/core/core.entry.js:6:39314)
[00:00:23]                   │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 Error: Internal Server Error
[00:00:23]                   │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:44892)
[00:00:23]                   │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:23]                   │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:23]                   │          at Generator.forEach.e.<computed> [as next] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:23]                   │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:23]                   │          at _next (http://localhost:61231/38653/bundles/core/core.entry.js:6:39314)
[00:00:23]                   │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.2.js 2:16595 Error: Internal Server Error
[00:00:23]                   │          at _callee3$ (http://localhost:61231/38653/bundles/core/core.entry.js:6:44892)
[00:00:23]                   │          at s (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964608)
[00:00:23]                   │          at Generator._invoke (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964361)
[00:00:23]                   │          at Generator.forEach.e.<computed> [as next] (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:964965)
[00:00:23]                   │          at fetch_asyncGeneratorStep (http://localhost:61231/38653/bundles/core/core.entry.js:6:38998)
[00:00:23]                   │          at _next (http://localhost:61231/38653/bundles/core/core.entry.js:6:39314)
[00:00:24]                 └-> "before each" hook: load heartbeat data
[00:00:24]                   │ info [uptime/blank] Loading "mappings.json"
[00:00:24]                   │ info [uptime/blank] Loading "data.json"
[00:00:24]                   │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test/ovI4oTqCQlumPKrhbfvYaQ] deleting index
[00:00:24]                   │ info [uptime/blank] Deleted existing index "heartbeat-8-generated-test"
[00:00:24]                   │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test] creating index, cause [api], templates [], shards [1]/[1]
[00:00:24]                   │ info [uptime/blank] Created index "heartbeat-8-generated-test"
[00:00:24]                   │ debg [uptime/blank] "heartbeat-8-generated-test" settings undefined
[00:00:24]                 └-> "before each" hook
[00:00:24]                   │ debg TestSubjects.exists(uptimeMonitorPage)
[00:00:24]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeMonitorPage"]') with timeout=0
[00:00:24]                   │ debg --- retry.tryForTime error: [data-test-subj="uptimeMonitorPage"] is not displayed
[00:00:25]                   │ debg isGlobalLoadingIndicatorVisible
[00:00:25]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:00:25]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:00:26]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:00:27]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:00:27]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:00:27]                   │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:00:27]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:00:27]                   │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:00:27]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:00:27]                   │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:00:27]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:00:27]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:00:27]                   │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:00:27]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:00:27]                   │ debg TestSubjects.getVisibleText(superDatePickerstartDatePopoverButton)
[00:00:27]                   │ debg TestSubjects.find(superDatePickerstartDatePopoverButton)
[00:00:27]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:00:27]                   │ debg TestSubjects.getVisibleText(superDatePickerendDatePopoverButton)
[00:00:27]                   │ debg TestSubjects.find(superDatePickerendDatePopoverButton)
[00:00:27]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:00:27]                   │ debg TestSubjects.click(superDatePickerApplyTimeButton)
[00:00:27]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:00:27]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:00:27]                   │ debg TestSubjects.exists(uptimeMonitorPage)
[00:00:27]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeMonitorPage"]') with timeout=0
[00:00:27]                   │ debg --- retry.tryForTime error: [data-test-subj="uptimeMonitorPage"] is not displayed
[00:00:28]                   │ debg TestSubjects.click(monitor-page-link-location-testing-id)
[00:00:28]                   │ debg Find.clickByCssSelector('[data-test-subj="monitor-page-link-location-testing-id"]') with timeout=10000
[00:00:28]                   │ debg Find.findByCssSelector('[data-test-subj="monitor-page-link-location-testing-id"]') with timeout=10000
[00:00:28]                   │ debg TestSubjects.exists(uptimeMonitorPage)
[00:00:28]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeMonitorPage"]') with timeout=30000
[00:00:28]                 │ debg TestSubjects.exists(uptimeOverallAvailability)
[00:00:28]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeOverallAvailability"]') with timeout=120000
[00:00:28]                 │ debg TestSubjects.getVisibleText(uptimeOverallAvailability)
[00:00:28]                 │ debg TestSubjects.find(uptimeOverallAvailability)
[00:00:28]                 │ debg Find.findByCssSelector('[data-test-subj="uptimeOverallAvailability"]') with timeout=10000
[00:00:28]                 └- ✓ pass  (97ms) "Uptime app with generated data Observer location displays the overall availability"
[00:00:28]               └-> "after each" hook: unload
[00:00:28]                 │ info [uptime/blank] Unloading indices from "mappings.json"
[00:00:28]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test/8dRCkVyAS2i_7npX8YNUbg] deleting index
[00:00:28]                 │ info [uptime/blank] Deleted existing index "heartbeat-8-generated-test"
[00:00:28]                 │ info [uptime/blank] Unloading indices from "data.json"
[00:00:28]               └-> can change the view to map
[00:00:28]                 └-> "before each" hook: global before each
[00:00:28]                 └-> "before each" hook: delete settings
[00:00:28]                   │ debg Deleting saved object {
[00:00:28]                   │        type: 'uptime-dynamic-settings',
[00:00:28]                   │        id: 'uptime-dynamic-settings-singleton'
[00:00:28]                   │      }/%s
[00:00:28]                   │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.1.js 2:17033 "API /api/uptime/filters is not returning expected response, Invalid value \"undefined\" supplied to \"locations\",Invalid value \"undefined\" supplied to \"ports\",Invalid value \"undefined\" supplied to \"schemes\",Invalid value \"undefined\" supplied to \"tags\" for response" Object
[00:00:29]                 └-> "before each" hook: load heartbeat data
[00:00:29]                   │ info [uptime/blank] Loading "mappings.json"
[00:00:29]                   │ info [uptime/blank] Loading "data.json"
[00:00:29]                   │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test] creating index, cause [api], templates [], shards [1]/[1]
[00:00:29]                   │ info [uptime/blank] Created index "heartbeat-8-generated-test"
[00:00:29]                   │ debg [uptime/blank] "heartbeat-8-generated-test" settings undefined
[00:00:29]                 └-> "before each" hook
[00:00:29]                   │ debg TestSubjects.exists(uptimeMonitorPage)
[00:00:29]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeMonitorPage"]') with timeout=0
[00:00:29]                 │ debg TestSubjects.click(uptimeMonitorToggleMapBtn)
[00:00:29]                 │ debg Find.clickByCssSelector('[data-test-subj="uptimeMonitorToggleMapBtn"]') with timeout=10000
[00:00:29]                 │ debg Find.findByCssSelector('[data-test-subj="uptimeMonitorToggleMapBtn"]') with timeout=10000
[00:00:29]                 └- ✓ pass  (88ms) "Uptime app with generated data Observer location can change the view to map"
[00:00:29]               └-> "after each" hook: unload
[00:00:29]                 │ info [uptime/blank] Unloading indices from "mappings.json"
[00:00:29]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test/ML1A_OR3RBKe9QinKjpRLA] deleting index
[00:00:29]                 │ info [uptime/blank] Deleted existing index "heartbeat-8-generated-test"
[00:00:29]                 │ info [uptime/blank] Unloading indices from "data.json"
[00:00:29]               └-> renders the location panel and canvas
[00:00:29]                 └-> "before each" hook: global before each
[00:00:29]                 └-> "before each" hook: delete settings
[00:00:29]                   │ debg Deleting saved object {
[00:00:29]                   │        type: 'uptime-dynamic-settings',
[00:00:29]                   │        id: 'uptime-dynamic-settings-singleton'
[00:00:29]                   │      }/%s
[00:00:30]                 └-> "before each" hook: load heartbeat data
[00:00:30]                   │ info [uptime/blank] Loading "mappings.json"
[00:00:30]                   │ info [uptime/blank] Loading "data.json"
[00:00:30]                   │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test] creating index, cause [api], templates [], shards [1]/[1]
[00:00:30]                   │ info [uptime/blank] Created index "heartbeat-8-generated-test"
[00:00:30]                   │ debg [uptime/blank] "heartbeat-8-generated-test" settings undefined
[00:00:30]                 └-> "before each" hook
[00:00:30]                   │ debg TestSubjects.exists(uptimeMonitorPage)
[00:00:30]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeMonitorPage"]') with timeout=0
[00:00:30]                 │ debg TestSubjects.exists(xpack.uptime.locationMap.embeddedPanel)
[00:00:30]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="xpack.uptime.locationMap.embeddedPanel"]') with timeout=3000
[00:00:30]                 │ debg TestSubjects.find(xpack.uptime.locationMap.embeddedPanel)
[00:00:30]                 │ debg Find.findByCssSelector('[data-test-subj="xpack.uptime.locationMap.embeddedPanel"]') with timeout=10000
[00:00:30]                 │ debg Find.descendantExistsByCssSelector('canvas.mapboxgl-canvas') with timeout=2500
[00:00:30]                 └- ✓ pass  (88ms) "Uptime app with generated data Observer location renders the location panel and canvas"
[00:00:30]               └-> "after each" hook: unload
[00:00:30]                 │ info [uptime/blank] Unloading indices from "mappings.json"
[00:00:30]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test/0YyL5zO1Q9apCS3Ev_w_hQ] deleting index
[00:00:30]                 │ info [uptime/blank] Deleted existing index "heartbeat-8-generated-test"
[00:00:30]                 │ info [uptime/blank] Unloading indices from "data.json"
[00:00:30]               └-> renders the location missing popover when monitor has location name, but no geo data
[00:00:30]                 └-> "before each" hook: global before each
[00:00:30]                 └-> "before each" hook: delete settings
[00:00:30]                   │ debg Deleting saved object {
[00:00:30]                   │        type: 'uptime-dynamic-settings',
[00:00:30]                   │        id: 'uptime-dynamic-settings-singleton'
[00:00:30]                   │      }/%s
[00:00:31]                 └-> "before each" hook: load heartbeat data
[00:00:31]                   │ info [uptime/blank] Loading "mappings.json"
[00:00:31]                   │ info [uptime/blank] Loading "data.json"
[00:00:31]                   │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test] creating index, cause [api], templates [], shards [1]/[1]
[00:00:31]                   │ info [uptime/blank] Created index "heartbeat-8-generated-test"
[00:00:31]                   │ debg [uptime/blank] "heartbeat-8-generated-test" settings undefined
[00:00:31]                 └-> "before each" hook
[00:00:31]                   │ debg TestSubjects.exists(uptimeMonitorPage)
[00:00:31]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeMonitorPage"]') with timeout=0
[00:00:31]                 │ debg TestSubjects.exists(xpack.uptime.locationMap.locationMissing)
[00:00:31]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="xpack.uptime.locationMap.locationMissing"]') with timeout=3000
[00:00:31]                 └- ✓ pass  (37ms) "Uptime app with generated data Observer location renders the location missing popover when monitor has location name, but no geo data"
[00:00:31]               └-> "after each" hook: unload
[00:00:31]                 │ info [uptime/blank] Unloading indices from "mappings.json"
[00:00:31]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test/NHvSck5GSeW87X6v1z0Ncg] deleting index
[00:00:31]                 │ info [uptime/blank] Deleted existing index "heartbeat-8-generated-test"
[00:00:31]                 │ info [uptime/blank] Unloading indices from "data.json"
[00:00:31]               └-> displays less monitor availability
[00:00:31]                 └-> "before each" hook: global before each
[00:00:31]                 └-> "before each" hook: delete settings
[00:00:31]                   │ debg Deleting saved object {
[00:00:31]                   │        type: 'uptime-dynamic-settings',
[00:00:31]                   │        id: 'uptime-dynamic-settings-singleton'
[00:00:31]                   │      }/%s
[00:00:32]                 └-> "before each" hook: load heartbeat data
[00:00:32]                   │ info [uptime/blank] Loading "mappings.json"
[00:00:32]                   │ info [uptime/blank] Loading "data.json"
[00:00:32]                   │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1607362373305182941] [heartbeat-8-generated-test] creating index, cause [api], templates [], shards [1]/[1]
[00:00:32]                   │ info [uptime/blank] Created index "heartbeat-8-generated-test"
[00:00:32]                   │ debg [uptime/blank] "heartbeat-8-generated-test" settings undefined
[00:00:32]                 └-> "before each" hook
[00:00:32]                   │ debg TestSubjects.exists(uptimeMonitorPage)
[00:00:32]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeMonitorPage"]') with timeout=0
[00:00:32]                 │ debg TestSubjects.click(breadcrumb first)
[00:00:32]                 │ debg Find.clickByCssSelector('[data-test-subj="breadcrumb first"]') with timeout=10000
[00:00:32]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb first"]') with timeout=10000
[00:00:32]                 │ debg isGlobalLoadingIndicatorVisible
[00:00:32]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:00:32]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:00:32]                 │ERROR browser[SEVERE] http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 374:77071 TypeError: Cannot read property 'length' of undefined
[00:00:32]                 │          at FilterGroupComponent (http://localhost:61231/38653/bundles/plugin/uptime/uptime.chunk.3.js:3:383487)
[00:00:32]                 │          at cr (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:375:59332)
[00:00:32]                 │          at _l (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:375:104414)
[00:00:32]                 │          at gs (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:375:90018)
[00:00:32]                 │          at hs (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:375:89943)
[00:00:32]                 │          at is (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:375:87291)
[00:00:32]                 │          at http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:375:45733
[00:00:32]                 │          at t.unstable_runWithPriority (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:383:3462)
[00:00:32]                 │          at Wo (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:375:45442)
[00:00:32]                 │          at Ko (http://localhost:61231/38653/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:375:45678)
[00:00:34]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:00:34]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:00:34]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:00:34]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:00:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:00:37]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerToggleQuickMenuButton"] is not displayed
[00:00:40]                 │ debg --- retry.tryForTime failed again with the same message...
[00:00:43]                 │ debg --- retry.tryForTime failed again with the same message...
[00:00:46]                 │ debg --- retry.tryForTime failed again with the same message...
[00:00:49]                 │ debg --- retry.tryForTime failed again with the same message...
[00:00:52]                 │ debg --- retry.tryForTime failed again with the same message...
[00:00:55]                 │ debg --- retry.tryForTime failed again with the same message...
[00:00:55]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:00:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:00:58]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:00:58]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:00:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:01:01]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerstartDatePopoverButton"] is not displayed
[00:01:01]                 │ debg TestSubjects.getVisibleText(superDatePickerstartDatePopoverButton)
[00:01:01]                 │ debg TestSubjects.find(superDatePickerstartDatePopoverButton)
[00:01:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:01:11]                 │ info Taking screenshot "/dev/shm/workspace/parallel/23/kibana/x-pack/test/functional/screenshots/failure/Uptime app with generated data Observer location displays less monitor availability.png"
[00:01:12]                 │ info Current URL is: http://localhost:61231/app/uptime
[00:01:12]                 │ info Saving page source to: /dev/shm/workspace/parallel/23/kibana/x-pack/test/functional/failure_debug/html/Uptime app with generated data Observer location displays less monitor availability.html
[00:01:12]                 └- ✖ fail: Uptime app with generated data Observer location displays less monitor availability
[00:01:12]                 │      TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerstartDatePopoverButton"])
[00:01:12]                 │ Wait timed out after 10018ms
[00:01:12]                 │       at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:01:12]                 │       at runMicrotasks (<anonymous>)
[00:01:12]                 │       at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:01:12]                 │ 
[00:01:12]                 │ 

Stack Trace

TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerstartDatePopoverButton"])
Wait timed out after 10018ms
    at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5) {
  remoteStacktrace: ''
}

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
infra 1082 1084 +2

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
infra 2.7MB 2.7MB +8.2KB

Distributable file count

id before after diff
default 46929 47691 +762

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@Zacqary Zacqary merged commit de289de into elastic:master Dec 7, 2020
@Zacqary Zacqary deleted the 83968-process-list-updates branch December 7, 2020 20:46
Zacqary added a commit to Zacqary/kibana that referenced this pull request Dec 7, 2020
…lastic#84716)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Zacqary added a commit that referenced this pull request Dec 7, 2020
…ses (#84716) (#85190)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
jloleysens added a commit to jloleysens/kibana that referenced this pull request Dec 8, 2020
…or-disable-searchable-snapshot-fields

* 'master' of github.com:elastic/kibana: (29 commits)
  HTTP CRUD+ API for Index Patterns (elastic#83576)
  Don't list packages in devDependencies already listed in dependencies (elastic#85120)
  Remove unused devDependencies (elastic#85121)
  [ILM] Reposition form toggles (elastic#85143)
  [APM] Make sure jest script can be run from anywhere (elastic#85111)
  Add EuiButtonEmptyTo components (elastic#85213)
  skip flaky suite (elastic#85216)
  skip flaky suite (elastic#83775)
  skip flaky suite (elastic#83774)
  skip flaky suite (elastic#83773)
  skip flaky suite (elastic#83793)
  skip flaky suite (elastic#85215)
  skip flaky suite (elastic#85217)
  [Usage Collection] Kibana Overview Page UI Metrics (elastic#81937)
  [Alerting UI] Replaced AlertsContextProvider with KibanaContextProvider and exposed components in API (elastic#84604)
  skip flaky suite (elastic#85208)
  [Security Solutions][Detection Engine] Fixes cypress errors by using latest signals mapping (elastic#84600)
  Small fixes to Kibana search bar (elastic#85079)
  Change link text to say Fleet (elastic#85083)
  [Metrics UI] Refactor Process List API to fetch only top processes (elastic#84716)
  ...

# Conflicts:
#	x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/hot_phase/hot_phase.tsx
#	x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/searchable_snapshot_field/searchable_snapshot_field.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Metrics UI Metrics UI feature release_note:skip Skip the PR/issue when compiling release notes Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.11.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Metrics UI] Enhanced host details - Processes - Additional Features
4 participants