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

[Maps] Update style when metrics change #83586

Merged
merged 35 commits into from Dec 4, 2020

Conversation

thomasneirynck
Copy link
Contributor

@thomasneirynck thomasneirynck commented Nov 17, 2020

Summary

This PR and #84828 will close #82892.

When a user changes a metric, the style-properties get "unset", e.g. causing icons to shrink in size or colors to go black.

With this PR, style properties will automatically update their field-configuration, based on changes in the metrics-configuration.

This is blocking #83393

#84828 addresses an edge-case. Metric-descriptors can go into an invalid state (e.g. due to missing field-name selection) but are still stored in the redux-store. This causes invalid metrics to be dropped when they are serialized in IField-objects.

updatestyle

Checklist

Delete any items that are not applicable to this PR.

For maintainers

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

@thomasneirynck thomasneirynck removed the request for review from a team November 25, 2020 20:26
@nreese
Copy link
Contributor

nreese commented Nov 30, 2020

@elasticmachine merge upstream

@@ -18,6 +18,7 @@ import {
VECTOR_STYLES,
RawValue,
FieldFormatter,
TOP_TERM_PERCENTAGE_SUFFIX,
Copy link
Contributor

Choose a reason for hiding this comment

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

Clean up all import changes in this file, since they are no longer used

Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like you missed cleaning up these imports

@@ -290,7 +316,6 @@ export function updateSourceProp(
if (newLayerType) {
dispatch(updateLayerType(layerId, newLayerType));
}
await dispatch(clearMissingStyleProperties(layerId));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

only needs to occur for metrics changes

) {
const styleFieldsHelper = await createStyleFieldsHelper(nextFields);

return previousFields.length === nextFields.length
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this assumption only works when field-descriptors are complete. #84828 will address the issue of storing invalid field-descriptors in the store.

x-pack/plugins/maps/public/actions/layer_actions.ts Outdated Show resolved Hide resolved
@@ -18,6 +18,7 @@ import {
VECTOR_STYLES,
RawValue,
FieldFormatter,
TOP_TERM_PERCENTAGE_SUFFIX,
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like you missed cleaning up these imports

styleFieldsHelper: StyleFieldsHelper,
originalProperties: VectorStylePropertiesDescriptor,
mapColors: string[],
hasChanges: boolean
Copy link
Contributor

Choose a reason for hiding this comment

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

No need to pass this in since _updateFieldsInDescriptor no longer calls this function.

Copy link
Contributor

@nreese nreese left a comment

Choose a reason for hiding this comment

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

Just to small nits about not exporting location functions. This will making editing layers with metrics a much better experience. Its great that styles using metrics will auto-update to the new metric when possible and save users a lot of clicks.

LGTM
code review, tested in chrome

x-pack/plugins/maps/public/actions/layer_actions.ts Outdated Show resolved Hide resolved
x-pack/plugins/maps/public/actions/layer_actions.ts Outdated Show resolved Hide resolved
@thomasneirynck thomasneirynck merged commit d41fbf9 into elastic:master Dec 4, 2020
thomasneirynck added a commit to thomasneirynck/kibana that referenced this pull request Dec 4, 2020
thomasneirynck added a commit that referenced this pull request Dec 7, 2020
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
@kibanamachine
Copy link
Contributor

kibanamachine commented Jan 15, 2021

💔 Build Failed

Failed CI Steps


Test Failures

Firefox UI Functional Tests.test/functional/apps/dashboard/index·js.dashboard app using current data "before all" hook: loadCurrentData in "using current data"

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:15]         └-: dashboard app
[00:00:15]           └-> "before all" hook
[00:00:15]           └-: using current data
[00:00:15]             └-> "before all" hook
[00:00:15]             └-> "before all" hook: loadCurrentData
[00:00:15]               │ info [logstash_functional] Unloading indices from "mappings.json"
[00:00:15]               │ info [logstash_functional] Unloading indices from "data.json.gz"
[00:00:16]               │ info [dashboard/current/data] Loading "mappings.json"
[00:00:16]               │ info [dashboard/current/data] Loading "data.json.gz"
[00:00:16]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] [animals-dogs-2018-01-01] creating index, cause [api], templates [], shards [5]/[1]
[00:00:17]               │ info [dashboard/current/data] Created index "animals-dogs-2018-01-01"
[00:00:17]               │ debg [dashboard/current/data] "animals-dogs-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:17]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] [animals-dogs-2018-04-10] creating index, cause [api], templates [], shards [5]/[1]
[00:00:17]               │ info [dashboard/current/data] Created index "animals-dogs-2018-04-10"
[00:00:17]               │ debg [dashboard/current/data] "animals-dogs-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:17]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] [animals-cats-2018-01-01] creating index, cause [api], templates [], shards [5]/[1]
[00:00:17]               │ info [dashboard/current/data] Created index "animals-cats-2018-01-01"
[00:00:17]               │ debg [dashboard/current/data] "animals-cats-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:17]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] [animals-cats-2018-04-10] creating index, cause [api], templates [], shards [5]/[1]
[00:00:17]               │ info [dashboard/current/data] Created index "animals-cats-2018-04-10"
[00:00:17]               │ debg [dashboard/current/data] "animals-cats-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:17]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] [dogbreeds] creating index, cause [api], templates [], shards [5]/[1]
[00:00:17]               │ info [dashboard/current/data] Created index "dogbreeds"
[00:00:17]               │ debg [dashboard/current/data] "dogbreeds" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:17]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] [logstash-0] creating index, cause [api], templates [], shards [1]/[0]
[00:00:17]               │ info [dashboard/current/data] Created index "logstash-0"
[00:00:17]               │ debg [dashboard/current/data] "logstash-0" settings {"index":{"analysis":{"analyzer":{"makelogs_url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:17:31]               │ info progress: 3307
[00:17:55]               │ proc [kibana]   log   [21:52:53.193] [error][data][elasticsearch] [TimeoutError]: Request timed out
[00:17:55]               │ proc [kibana]   log   [21:52:55.440] [error][savedobjects-service] Unable to retrieve version information from Elasticsearch nodes.
[00:17:55]               │ proc [kibana]   log   [21:55:25.375] [error][data][elasticsearch] [TimeoutError]: Request timed out
[00:17:55]               │ proc [kibana]   log   [21:55:34.514] [error][data][elasticsearch] [TimeoutError]: Request timed out
[00:17:55]               │ proc [kibana]   log   [21:55:34.806] [warning][application-usage][kibanaUsageCollection][plugins] Failed to rollup transactional to daily entries
[00:17:55]               │ proc [kibana]   log   [21:55:34.851] [warning][application-usage][kibanaUsageCollection][plugins] TimeoutError: Request timed out
[00:17:55]               │ proc [kibana]     at ClientRequest.onTimeout (/dev/shm/workspace/kibana-build-oss-16/node_modules/@elastic/elasticsearch/lib/Connection.js:108:16)
[00:17:55]               │ proc [kibana]     at ClientRequest.emit (events.js:315:20)
[00:17:55]               │ proc [kibana]     at Socket.emitRequestTimeout (_http_client.js:784:9)
[00:17:55]               │ proc [kibana]     at Object.onceWrapper (events.js:421:28)
[00:17:55]               │ proc [kibana]     at Socket.emit (events.js:327:22)
[00:17:55]               │ proc [kibana]     at Socket._onTimeout (net.js:483:8)
[00:17:55]               │ proc [kibana]     at listOnTimeout (internal/timers.js:554:17)
[00:17:55]               │ proc [kibana]     at processTimers (internal/timers.js:497:7) {
[00:17:55]               │ proc [kibana]   meta: {
[00:17:55]               │ proc [kibana]     body: null,
[00:17:55]               │ proc [kibana]     statusCode: null,
[00:17:55]               │ proc [kibana]     headers: null,
[00:17:55]               │ proc [kibana]     meta: {
[00:17:55]               │ proc [kibana]       context: null,
[00:17:55]               │ proc [kibana]       request: [Object],
[00:17:55]               │ proc [kibana]       name: 'elasticsearch-js',
[00:17:55]               │ proc [kibana]       connection: [Object],
[00:17:55]               │ proc [kibana]       attempts: 0,
[00:17:55]               │ proc [kibana]       aborted: false
[00:17:55]               │ proc [kibana]     }
[00:17:55]               │ proc [kibana]   },
[00:17:55]               │ proc [kibana]   isBoom: true,
[00:17:55]               │ proc [kibana]   isServer: true,
[00:17:55]               │ proc [kibana]   data: null,
[00:17:55]               │ proc [kibana]   output: {
[00:17:55]               │ proc [kibana]     statusCode: 503,
[00:17:55]               │ proc [kibana]     payload: {
[00:17:55]               │ proc [kibana]       statusCode: 503,
[00:17:55]               │ proc [kibana]       error: 'Service Unavailable',
[00:17:55]               │ proc [kibana]       message: 'Request timed out'
[00:17:55]               │ proc [kibana]     },
[00:17:55]               │ proc [kibana]     headers: {}
[00:17:55]               │ proc [kibana]   },
[00:17:55]               │ proc [kibana]   [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/esUnavailable'
[00:17:55]               │ proc [kibana] }
[00:17:55]               │ proc [kibana]   log   [21:55:37.868] [error][data][elasticsearch] [TimeoutError]: Request timed out
[00:17:55]               │ proc [kibana]   log   [21:55:37.868] [warning][application-usage][kibanaUsageCollection][plugins] Failed to rollup daily entries to totals
[00:17:55]               │ proc [kibana]   log   [21:55:37.869] [warning][application-usage][kibanaUsageCollection][plugins] TimeoutError: Request timed out
[00:17:55]               │ proc [kibana]     at ClientRequest.onTimeout (/dev/shm/workspace/kibana-build-oss-16/node_modules/@elastic/elasticsearch/lib/Connection.js:108:16)
[00:17:55]               │ proc [kibana]     at ClientRequest.emit (events.js:315:20)
[00:17:55]               │ proc [kibana]     at Socket.emitRequestTimeout (_http_client.js:784:9)
[00:17:55]               │ proc [kibana]     at Object.onceWrapper (events.js:421:28)
[00:17:55]               │ proc [kibana]     at Socket.emit (events.js:327:22)
[00:17:55]               │ proc [kibana]     at Socket._onTimeout (net.js:483:8)
[00:17:55]               │ proc [kibana]     at listOnTimeout (internal/timers.js:554:17)
[00:17:55]               │ proc [kibana]     at processTimers (internal/timers.js:497:7) {
[00:17:55]               │ proc [kibana]   meta: {
[00:17:55]               │ proc [kibana]     body: null,
[00:17:55]               │ proc [kibana]     statusCode: null,
[00:17:55]               │ proc [kibana]     headers: null,
[00:17:55]               │ proc [kibana]     meta: {
[00:17:55]               │ proc [kibana]       context: null,
[00:17:55]               │ proc [kibana]       request: [Object],
[00:17:55]               │ proc [kibana]       name: 'elasticsearch-js',
[00:17:55]               │ proc [kibana]       connection: [Object],
[00:17:55]               │ proc [kibana]       attempts: 0,
[00:17:55]               │ proc [kibana]       aborted: false
[00:17:55]               │ proc [kibana]     }
[00:17:55]               │ proc [kibana]   },
[00:17:55]               │ proc [kibana]   isBoom: true,
[00:17:55]               │ proc [kibana]   isServer: true,
[00:17:55]               │ proc [kibana]   data: null,
[00:17:55]               │ proc [kibana]   output: {
[00:17:55]               │ proc [kibana]     statusCode: 503,
[00:17:55]               │ proc [kibana]     payload: {
[00:17:55]               │ proc [kibana]       statusCode: 503,
[00:17:55]               │ proc [kibana]       error: 'Service Unavailable',
[00:17:55]               │ proc [kibana]       message: 'Request timed out'
[00:17:55]               │ proc [kibana]     },
[00:17:55]               │ proc [kibana]     headers: {}
[00:17:55]               │ proc [kibana]   },
[00:17:55]               │ proc [kibana]   [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/esUnavailable'
[00:17:55]               │ proc [kibana] }
[00:17:55]               │ proc [kibana]   log   [21:55:37.870] [error][data][elasticsearch] [TimeoutError]: Request timed out
[00:17:55]               │ proc [kibana]   log   [21:55:39.408] [error][data][elasticsearch] [TimeoutError]: Request timed out
[00:17:55]               │ proc [kibana]   log   [21:55:40.840] [warning][fetcher][plugins][telemetry] Error getting telemetry configs. (TimeoutError: Request timed out)
[00:17:55]               │ proc [kibana]   log   [21:57:29.569] [error][data][elasticsearch] [TimeoutError]: Request timed out
[00:17:55]               │ proc [kibana]   log   [21:59:52.045] [error][data][elasticsearch] [TimeoutError]: Request timed out
[00:17:55]               │ proc [kibana]   log   [22:02:46.456] [error][data][elasticsearch] [TimeoutError]: Request timed out
[00:17:55]               │ proc [kibana]   log   [22:05:12.326] [error][data][elasticsearch] [TimeoutError]: Request timed out
[00:17:55]               │ proc [kibana]   log   [22:07:19.528] [error][data][elasticsearch] [TimeoutError]: Request timed out
[00:17:55]               │ info progress: 3606
[00:17:55]               └- ✖ fail: dashboard app using current data "before all" hook: loadCurrentData in "using current data"
[00:17:55]               │      Error: Timeout of 360000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/dev/shm/workspace/parallel/16/kibana/test/functional/apps/dashboard/index.js)
[00:17:55]               │       at listOnTimeout (internal/timers.js:554:17)
[00:17:55]               │       at processTimers (internal/timers.js:497:7)
[00:17:55]               │ 
[00:17:55]               │ 

Stack Trace

Error: Timeout of 360000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/dev/shm/workspace/parallel/16/kibana/test/functional/apps/dashboard/index.js)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)

Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/monitoring/elasticsearch/nodes·js.Monitoring app Elasticsearch nodes listing with offline node should sort by status

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:04:25]         └-: Monitoring app
[00:04:25]           └-> "before all" hook
[00:09:14]           └-: Elasticsearch nodes listing
[00:09:14]             └-> "before all" hook
[00:09:14]             └-: with offline node
[00:09:14]               └-> "before all" hook
[00:09:14]               └-> "before all" hook
[00:09:14]                 │ info [monitoring/singlecluster-three-nodes-shard-relocation] Loading "mappings.json"
[00:09:14]                 │ info [monitoring/singlecluster-three-nodes-shard-relocation] Loading "data.json.gz"
[00:09:14]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] [.monitoring-kibana-6-2017.10.05] creating index, cause [api], templates [], shards [1]/[1]
[00:09:15]                 │ info [monitoring/singlecluster-three-nodes-shard-relocation] Created index ".monitoring-kibana-6-2017.10.05"
[00:09:15]                 │ debg [monitoring/singlecluster-three-nodes-shard-relocation] ".monitoring-kibana-6-2017.10.05" settings {"index":{"codec":"best_compression","format":"6","number_of_replicas":"1","number_of_shards":"1"}}
[00:09:15]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] [.monitoring-alerts-6] creating index, cause [api], templates [], shards [1]/[1]
[00:09:15]                 │ info [monitoring/singlecluster-three-nodes-shard-relocation] Created index ".monitoring-alerts-6"
[00:09:15]                 │ debg [monitoring/singlecluster-three-nodes-shard-relocation] ".monitoring-alerts-6" settings {"index":{"codec":"best_compression","format":"6","number_of_replicas":"1","number_of_shards":"1"}}
[00:09:15]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] [.monitoring-logstash-6-2017.10.05] creating index, cause [api], templates [], shards [1]/[1]
[00:09:15]                 │ info [monitoring/singlecluster-three-nodes-shard-relocation] Created index ".monitoring-logstash-6-2017.10.05"
[00:09:15]                 │ debg [monitoring/singlecluster-three-nodes-shard-relocation] ".monitoring-logstash-6-2017.10.05" settings {"index":{"codec":"best_compression","format":"6","number_of_replicas":"1","number_of_shards":"1"}}
[00:09:15]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] [.monitoring-es-6-2017.10.05] creating index, cause [api], templates [], shards [1]/[1]
[00:09:15]                 │ info [monitoring/singlecluster-three-nodes-shard-relocation] Created index ".monitoring-es-6-2017.10.05"
[00:09:15]                 │ debg [monitoring/singlecluster-three-nodes-shard-relocation] ".monitoring-es-6-2017.10.05" settings {"index":{"codec":"best_compression","format":"6","number_of_replicas":"1","number_of_shards":"1"}}
[00:09:15]                 │ info [monitoring/singlecluster-three-nodes-shard-relocation] Indexed 21 docs into ".monitoring-kibana-6-2017.10.05"
[00:09:15]                 │ info [monitoring/singlecluster-three-nodes-shard-relocation] Indexed 1 docs into ".monitoring-alerts-6"
[00:09:15]                 │ info [monitoring/singlecluster-three-nodes-shard-relocation] Indexed 3 docs into ".monitoring-logstash-6-2017.10.05"
[00:09:15]                 │ info [monitoring/singlecluster-three-nodes-shard-relocation] Indexed 1317 docs into ".monitoring-es-6-2017.10.05"
[00:09:15]                 │ debg replacing kibana config doc: {}
[00:09:16]                 │ debg creating user basic_monitoring_user
[00:09:16]                 │ info [o.e.x.s.a.u.TransportPutUserAction] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] added user [basic_monitoring_user]
[00:09:16]                 │ debg created user basic_monitoring_user
[00:09:16]                 │ debg SecurityPage.forceLogout
[00:09:16]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=100
[00:09:16]                 │ debg Already on the login page, not forcing anything
[00:09:16]                 │ debg TestSubjects.setValue(loginUsername, basic_monitoring_user)
[00:09:16]                 │ debg TestSubjects.click(loginUsername)
[00:09:16]                 │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:09:16]                 │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:09:16]                 │ debg TestSubjects.setValue(loginPassword, monitoring_user_password)
[00:09:16]                 │ debg TestSubjects.click(loginPassword)
[00:09:16]                 │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:09:16]                 │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:09:16]                 │ debg TestSubjects.click(loginSubmit)
[00:09:16]                 │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:09:16]                 │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:09:16]                 │ debg Find.waitForDeletedByCssSelector('.kibanaWelcomeLogo') with timeout=10000
[00:09:16]                 │ proc [kibana]   log   [22:27:13.002] [info][plugins][routes][security] Logging in with provider "basic" (basic)
[00:09:17]                 │ debg browser[INFO] http://localhost:61161/app/home 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:09:17]                 │
[00:09:17]                 │ debg browser[INFO] http://localhost:61161/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:09:17]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:09:18]                 │ debg navigating to monitoring url: http://localhost:61161/app/monitoring
[00:09:18]                 │ debg navigate to: http://localhost:61161/app/monitoring
[00:09:19]                 │ debg browser[INFO] http://localhost:61161/app/monitoring?_t=1610749634933 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:09:19]                 │
[00:09:19]                 │ debg browser[INFO] http://localhost:61161/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:09:19]                 │ debg ... sleep(700) start
[00:09:19]                 │ debg ... sleep(700) end
[00:09:19]                 │ debg returned from get, calling refresh
[00:09:20]                 │ debg browser[INFO] http://localhost:61161/app/monitoring?_t=1610749634933#/no-data?_g=(filters:!(),refreshInterval:(pause:!f,value:10000),time:(from:now-1h,to:now)) 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:09:20]                 │
[00:09:20]                 │ debg browser[INFO] http://localhost:61161/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:09:20]                 │ debg currentUrl = http://localhost:61161/app/monitoring#/no-data?_g=(filters:!(),refreshInterval:(pause:!f,value:10000),time:(from:now-1h,to:now))
[00:09:20]                 │          appUrl = http://localhost:61161/app/monitoring
[00:09:20]                 │ debg TestSubjects.find(kibanaChrome)
[00:09:20]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:09:20]                 │ debg ... sleep(501) start
[00:09:20]                 │ debg browser[WARNING] http://localhost:61161/38630/bundles/plugin/monitoring/monitoring.chunk.1.js 29:259093 "\"#noDataReact\" element has not been added to the DOM yet"
[00:09:20]                 │ERROR browser[SEVERE] http://localhost:61161/api/monitoring/v1/elasticsearch_settings/check/cluster - Failed to load resource: the server responded with a status of 403 (Forbidden)
[00:09:20]                 │ERROR browser[SEVERE] http://localhost:61161/api/monitoring/v1/elasticsearch_settings/check/nodes - Failed to load resource: the server responded with a status of 403 (Forbidden)
[00:09:20]                 │ERROR browser[SEVERE] http://localhost:61161/38630/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 366:78979 TypeError: Cannot read property 'value' of undefined
[00:09:20]                 │          at http://localhost:61161/38630/bundles/plugin/monitoring/monitoring.chunk.1.js:30:257752
[00:09:20]                 │          at d.$eval (http://localhost:61161/38630/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:367:102253)
[00:09:20]                 │          at d.$apply (http://localhost:61161/38630/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:367:102498)
[00:09:20]                 │          at http://localhost:61161/38630/bundles/plugin/monitoring/monitoring.chunk.1.js:30:257637
[00:09:21]                 │ debg ... sleep(501) end
[00:09:21]                 │ debg in navigateTo url = http://localhost:61161/app/monitoring#/no-data?_g=(filters:!(),refreshInterval:(pause:!f,value:10000),time:(from:now-1h,to:now))
[00:09:21]                 │ debg TestSubjects.exists(statusPageContainer)
[00:09:21]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:09:23]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:09:24]                 │ debg pauseAutoRefresh
[00:09:24]                 │ debg setting menu open state [name=QuickSelectTime Menu] [state=open]
[00:09:24]                 │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:09:24]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=1000
[00:09:25]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerQuickMenu"] is not displayed
[00:09:25]                 │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:09:25]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:09:25]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:09:26]                 │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:09:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=10000
[00:09:26]                 │ debg TestSubjects.getAttribute(superDatePickerRefreshIntervalInput, value, tryTimeout=120000, findTimeout=10000)
[00:09:26]                 │ debg TestSubjects.find(superDatePickerRefreshIntervalInput)
[00:09:26]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalInput"]') with timeout=10000
[00:09:26]                 │ debg TestSubjects.find(superDatePickerRefreshIntervalUnitsSelect)
[00:09:26]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalUnitsSelect"]') with timeout=10000
[00:09:26]                 │ debg Find.allDescendantDisplayedByCssSelector('option')
[00:09:26]                 │ debg TestSubjects.getVisibleText(superDatePickerToggleRefreshButton)
[00:09:26]                 │ debg TestSubjects.find(superDatePickerToggleRefreshButton)
[00:09:26]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:09:26]                 │ debg pause auto refresh
[00:09:26]                 │ debg TestSubjects.click(superDatePickerToggleRefreshButton)
[00:09:26]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:09:26]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:09:26]                 │ debg setting menu open state [name=QuickSelectTime Menu] [state=closed]
[00:09:26]                 │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:09:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=1000
[00:09:26]                 │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:09:26]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:09:26]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:09:26]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=10000
[00:09:27]                 │ debg Setting absolute range to Oct 5, 2017 @ 20:28:28.475 to Oct 5, 2017 @ 20:34:38.341
[00:09:27]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:09:27]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:09:27]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:09:27]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:09:27]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:09:27]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:09:27]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:09:27]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:09:27]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:09:27]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:09:27]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:09:27]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:09:27]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:09:27]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:09:27]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:27]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:27]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:27]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:27]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:27]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Oct 5, 2017 @ 20:34:38.341)
[00:09:27]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:27]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:27]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:28]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:09:28]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:09:28]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:09:28]                 │ debg Find.waitForElementStale with timeout=10000
[00:09:28]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:09:28]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:09:28]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:28]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:28]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:28]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:28]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:28]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Oct 5, 2017 @ 20:28:28.475)
[00:09:28]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:28]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:28]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:28]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:09:28]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:09:31]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:09:31]                 │ debg TestSubjects.click(querySubmitButton)
[00:09:31]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:31]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:32]                 │ debg Find.waitForElementStale with timeout=10000
[00:09:32]                 │ERROR browser[SEVERE] http://localhost:61161/38630/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 366:78979 TypeError: Cannot read property 'value' of undefined
[00:09:32]                 │          at http://localhost:61161/38630/bundles/plugin/monitoring/monitoring.chunk.1.js:30:257752
[00:09:32]                 │          at d.$eval (http://localhost:61161/38630/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:367:102253)
[00:09:32]                 │          at d.$apply (http://localhost:61161/38630/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:367:102498)
[00:09:32]                 │          at http://localhost:61161/38630/bundles/plugin/monitoring/monitoring.chunk.1.js:30:257637
[00:09:32]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:32]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:32]                 │ debg TestSubjects.click(clusterItemContainerElasticsearch > esNumberOfNodes)
[00:09:32]                 │ debg Find.clickByCssSelector('[data-test-subj="clusterItemContainerElasticsearch"] [data-test-subj="esNumberOfNodes"]') with timeout=10000
[00:09:32]                 │ debg Find.findByCssSelector('[data-test-subj="clusterItemContainerElasticsearch"] [data-test-subj="esNumberOfNodes"]') with timeout=10000
[00:09:32]                 │ proc [kibana]   log   [22:27:28.816] [error][data][elasticsearch] [x_content_parse_exception]: [1:5941] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:28.817] [warning][monitoring][monitoring][plugins] Unable to fetch alert status because '[1:5941] [bool] failed to parse field [filter]: x_content_parse_exception'. Alerts may not properly show up in the UI.
[00:09:32]                 │ proc [kibana]   log   [22:27:28.818] [error][data][elasticsearch] [x_content_parse_exception]: [1:5956] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:28.819] [error][data][elasticsearch] [x_content_parse_exception]: [1:5936] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:28.819] [error][data][elasticsearch] [x_content_parse_exception]: [1:5940] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:28.820] [error][data][elasticsearch] [x_content_parse_exception]: [1:5955] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:28.821] [error][data][elasticsearch] [x_content_parse_exception]: [1:5950] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:28.822] [error][data][elasticsearch] [x_content_parse_exception]: [1:5937] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:28.822] [error][data][elasticsearch] [x_content_parse_exception]: [1:5957] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:28.823] [error][data][elasticsearch] [x_content_parse_exception]: [1:5950] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:28.824] [error][data][elasticsearch] [x_content_parse_exception]: [1:5952] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:28.825] [error][data][elasticsearch] [x_content_parse_exception]: [1:5945] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:28.827] [error][data][elasticsearch] [x_content_parse_exception]: [1:5943] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:29.213] [error][data][elasticsearch] [x_content_parse_exception]: [1:5941] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:29.214] [warning][monitoring][monitoring][plugins] Unable to fetch alert status because '[1:5941] [bool] failed to parse field [filter]: x_content_parse_exception'. Alerts may not properly show up in the UI.
[00:09:32]                 │ proc [kibana]   log   [22:27:29.218] [error][data][elasticsearch] [x_content_parse_exception]: [1:5952] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:29.219] [error][data][elasticsearch] [x_content_parse_exception]: [1:5945] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:29.220] [error][data][elasticsearch] [x_content_parse_exception]: [1:5937] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:29.221] [error][data][elasticsearch] [x_content_parse_exception]: [1:5950] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:29.222] [error][data][elasticsearch] [x_content_parse_exception]: [1:5955] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:29.223] [error][data][elasticsearch] [x_content_parse_exception]: [1:5956] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:29.224] [error][data][elasticsearch] [x_content_parse_exception]: [1:5950] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:29.225] [error][data][elasticsearch] [x_content_parse_exception]: [1:5940] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:29.225] [error][data][elasticsearch] [x_content_parse_exception]: [1:5943] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:29.226] [error][data][elasticsearch] [x_content_parse_exception]: [1:5957] [bool] failed to parse field [filter]
[00:09:32]                 │ proc [kibana]   log   [22:27:29.227] [error][data][elasticsearch] [x_content_parse_exception]: [1:5936] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:29.720] [error][data][elasticsearch] [x_content_parse_exception]: [1:5937] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:29.721] [error][http] ResponseError: [1:5937] [bool] failed to parse field [filter]: x_content_parse_exception
[00:09:33]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:09:33]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:09:33]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:09:33]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:09:33]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:09:33]                 │ proc [kibana]   meta: {
[00:09:33]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:09:33]                 │ proc [kibana]     statusCode: 400,
[00:09:33]                 │ proc [kibana]     headers: {
[00:09:33]                 │ proc [kibana]       'content-type': 'application/json;charset=utf-8',
[00:09:33]                 │ proc [kibana]       'content-length': '2446'
[00:09:33]                 │ proc [kibana]     },
[00:09:33]                 │ proc [kibana]     meta: {
[00:09:33]                 │ proc [kibana]       context: null,
[00:09:33]                 │ proc [kibana]       request: [Object],
[00:09:33]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:09:33]                 │ proc [kibana]       connection: [Object],
[00:09:33]                 │ proc [kibana]       attempts: 0,
[00:09:33]                 │ proc [kibana]       aborted: false
[00:09:33]                 │ proc [kibana]     }
[00:09:33]                 │ proc [kibana]   },
[00:09:33]                 │ proc [kibana]   isBoom: true,
[00:09:33]                 │ proc [kibana]   isServer: false,
[00:09:33]                 │ proc [kibana]   data: null,
[00:09:33]                 │ proc [kibana]   output: {
[00:09:33]                 │ proc [kibana]     statusCode: 400,
[00:09:33]                 │ proc [kibana]     payload: {
[00:09:33]                 │ proc [kibana]       message: '[1:5937] [bool] failed to parse field [filter]: x_content_parse_exception',
[00:09:33]                 │ proc [kibana]       statusCode: 400,
[00:09:33]                 │ proc [kibana]       error: 'Bad Request'
[00:09:33]                 │ proc [kibana]     },
[00:09:33]                 │ proc [kibana]     headers: {}
[00:09:33]                 │ proc [kibana]   },
[00:09:33]                 │ proc [kibana]   [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/badRequest'
[00:09:33]                 │ proc [kibana] }
[00:09:33]                 │ proc [kibana]   log   [22:27:29.723] [error][data][elasticsearch] [x_content_parse_exception]: [1:5936] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:29.724] [error][data][elasticsearch] [x_content_parse_exception]: [1:5940] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:29.725] [error][data][elasticsearch] [x_content_parse_exception]: [1:5952] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:29.725] [error][data][elasticsearch] [x_content_parse_exception]: [1:5945] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:29.726] [error][data][elasticsearch] [x_content_parse_exception]: [1:5957] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:29.727] [error][data][elasticsearch] [x_content_parse_exception]: [1:5950] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:29.728] [error][data][elasticsearch] [x_content_parse_exception]: [1:5950] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:29.728] [error][data][elasticsearch] [x_content_parse_exception]: [1:5956] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:29.729] [error][data][elasticsearch] [x_content_parse_exception]: [1:5943] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:29.730] [error][data][elasticsearch] [x_content_parse_exception]: [1:5955] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:29.731] [error][data][elasticsearch] [x_content_parse_exception]: [1:5941] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]  error  [22:27:29.443]  Error: Internal Server Error
[00:09:33]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/response_adapter.js:69:19)
[00:09:33]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/router.js:177:34)
[00:09:33]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:09:33]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/router.js:124:50)
[00:09:33]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:09:33]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:09:33]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:09:33]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:09:33]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:09:33]                 │ERROR browser[SEVERE] http://localhost:61161/api/monitoring/v1/alert/YCxj-RAgSZCP6GuOQ8M1EQ/status - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:09:33]                 │ debg TestSubjects.find(elasticsearchNodesListingPage)
[00:09:33]                 │ debg Find.findByCssSelector('[data-test-subj="elasticsearchNodesListingPage"]') with timeout=10000
[00:09:33]               └-> should have an Elasticsearch Cluster Summary Status with correct info
[00:09:33]                 └-> "before each" hook: global before each
[00:09:33]                 │ debg TestSubjects.getVisibleText(elasticsearchClusterStatus > nodesCount)
[00:09:33]                 │ debg TestSubjects.find(elasticsearchClusterStatus > nodesCount)
[00:09:33]                 │ debg Find.findByCssSelector('[data-test-subj="elasticsearchClusterStatus"] [data-test-subj="nodesCount"]') with timeout=10000
[00:09:33]                 │ proc [kibana]   log   [22:27:30.124] [error][data][elasticsearch] [x_content_parse_exception]: [1:5937] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:30.125] [error][http] ResponseError: [1:5937] [bool] failed to parse field [filter]: x_content_parse_exception
[00:09:33]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:09:33]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:09:33]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:09:33]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:09:33]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:09:33]                 │ proc [kibana]   meta: {
[00:09:33]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:09:33]                 │ proc [kibana]     statusCode: 400,
[00:09:33]                 │ proc [kibana]     headers: {
[00:09:33]                 │ proc [kibana]       'content-type': 'application/json;charset=utf-8',
[00:09:33]                 │ proc [kibana]       'content-length': '2446'
[00:09:33]                 │ proc [kibana]     },
[00:09:33]                 │ proc [kibana]     meta: {
[00:09:33]                 │ proc [kibana]       context: null,
[00:09:33]                 │ proc [kibana]       request: [Object],
[00:09:33]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:09:33]                 │ proc [kibana]       connection: [Object],
[00:09:33]                 │ proc [kibana]       attempts: 0,
[00:09:33]                 │ proc [kibana]       aborted: false
[00:09:33]                 │ proc [kibana]     }
[00:09:33]                 │ proc [kibana]   },
[00:09:33]                 │ proc [kibana]   isBoom: true,
[00:09:33]                 │ proc [kibana]   isServer: false,
[00:09:33]                 │ proc [kibana]   data: null,
[00:09:33]                 │ proc [kibana]   output: {
[00:09:33]                 │ proc [kibana]     statusCode: 400,
[00:09:33]                 │ proc [kibana]     payload: {
[00:09:33]                 │ proc [kibana]       message: '[1:5937] [bool] failed to parse field [filter]: x_content_parse_exception',
[00:09:33]                 │ proc [kibana]       statusCode: 400,
[00:09:33]                 │ proc [kibana]       error: 'Bad Request'
[00:09:33]                 │ proc [kibana]     },
[00:09:33]                 │ proc [kibana]     headers: {}
[00:09:33]                 │ proc [kibana]   },
[00:09:33]                 │ proc [kibana]   [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/badRequest'
[00:09:33]                 │ proc [kibana] }
[00:09:33]                 │ proc [kibana]   log   [22:27:30.127] [error][data][elasticsearch] [x_content_parse_exception]: [1:5950] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:30.130] [error][data][elasticsearch] [x_content_parse_exception]: [1:5955] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:30.131] [error][data][elasticsearch] [x_content_parse_exception]: [1:5936] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:30.132] [error][data][elasticsearch] [x_content_parse_exception]: [1:5956] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]   log   [22:27:30.133] [error][data][elasticsearch] [x_content_parse_exception]: [1:5943] [bool] failed to parse field [filter]
[00:09:33]                 │ proc [kibana]  error  [22:27:29.944]  Error: Internal Server Error
[00:09:33]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/response_adapter.js:69:19)
[00:09:33]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/router.js:177:34)
[00:09:33]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:09:33]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/router.js:124:50)
[00:09:33]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:09:33]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:09:33]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:09:33]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:09:33]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:09:33]                 │ERROR browser[SEVERE] http://localhost:61161/api/monitoring/v1/alert/YCxj-RAgSZCP6GuOQ8M1EQ/status - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:09:33]                 │ debg TestSubjects.getVisibleText(elasticsearchClusterStatus > indicesCount)
[00:09:33]                 │ debg TestSubjects.find(elasticsearchClusterStatus > indicesCount)
[00:09:33]                 │ debg Find.findByCssSelector('[data-test-subj="elasticsearchClusterStatus"] [data-test-subj="indicesCount"]') with timeout=10000
[00:09:33]                 │ debg TestSubjects.getVisibleText(elasticsearchClusterStatus > memory)
[00:09:33]                 │ debg TestSubjects.find(elasticsearchClusterStatus > memory)
[00:09:33]                 │ debg Find.findByCssSelector('[data-test-subj="elasticsearchClusterStatus"] [data-test-subj="memory"]') with timeout=10000
[00:09:34]                 │ debg TestSubjects.getVisibleText(elasticsearchClusterStatus > totalShards)
[00:09:34]                 │ debg TestSubjects.find(elasticsearchClusterStatus > totalShards)
[00:09:34]                 │ debg Find.findByCssSelector('[data-test-subj="elasticsearchClusterStatus"] [data-test-subj="totalShards"]') with timeout=10000
[00:09:34]                 │ debg TestSubjects.getVisibleText(elasticsearchClusterStatus > unassignedShards)
[00:09:34]                 │ debg TestSubjects.find(elasticsearchClusterStatus > unassignedShards)
[00:09:34]                 │ debg Find.findByCssSelector('[data-test-subj="elasticsearchClusterStatus"] [data-test-subj="unassignedShards"]') with timeout=10000
[00:09:34]                 │ debg TestSubjects.getVisibleText(elasticsearchClusterStatus > documentCount)
[00:09:34]                 │ debg TestSubjects.find(elasticsearchClusterStatus > documentCount)
[00:09:34]                 │ debg Find.findByCssSelector('[data-test-subj="elasticsearchClusterStatus"] [data-test-subj="documentCount"]') with timeout=10000
[00:09:34]                 │ debg TestSubjects.getVisibleText(elasticsearchClusterStatus > dataSize)
[00:09:34]                 │ debg TestSubjects.find(elasticsearchClusterStatus > dataSize)
[00:09:34]                 │ debg Find.findByCssSelector('[data-test-subj="elasticsearchClusterStatus"] [data-test-subj="dataSize"]') with timeout=10000
[00:09:34]                 │ debg TestSubjects.getAttribute(elasticsearchClusterStatus > statusIcon, alt, tryTimeout=120000, findTimeout=10000)
[00:09:34]                 │ debg TestSubjects.find(elasticsearchClusterStatus > statusIcon)
[00:09:34]                 │ debg Find.findByCssSelector('[data-test-subj="elasticsearchClusterStatus"] [data-test-subj="statusIcon"]') with timeout=10000
[00:09:34]                 └- ✓ pass  (427ms) "Monitoring app Elasticsearch nodes listing with offline node should have an Elasticsearch Cluster Summary Status with correct info"
[00:09:34]               └-> should sort by name
[00:09:34]                 └-> "before each" hook: global before each
[00:09:34]                 │ debg Find.clickByCssSelector('[data-test-subj="tableHeaderCell_name_0"] > button') with timeout=10000
[00:09:34]                 │ debg Find.findByCssSelector('[data-test-subj="tableHeaderCell_name_0"] > button') with timeout=10000
[00:09:34]                 │ debg Find.waitForDeletedByCssSelector('.euiBasicTable-loading') with timeout=5000
[00:09:34]                 │ proc [kibana]   log   [22:27:30.685] [error][data][elasticsearch] [x_content_parse_exception]: [1:5943] [bool] failed to parse field [filter]
[00:09:34]                 │ proc [kibana]   log   [22:27:30.686] [error][http] ResponseError: [1:5943] [bool] failed to parse field [filter]: x_content_parse_exception
[00:09:34]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:09:34]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:09:34]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:09:34]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:09:34]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:09:34]                 │ proc [kibana]   meta: {
[00:09:34]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:09:34]                 │ proc [kibana]     statusCode: 400,
[00:09:34]                 │ proc [kibana]     headers: {
[00:09:34]                 │ proc [kibana]       'content-type': 'application/json;charset=utf-8',
[00:09:34]                 │ proc [kibana]       'content-length': '2446'
[00:09:34]                 │ proc [kibana]     },
[00:09:34]                 │ proc [kibana]     meta: {
[00:09:34]                 │ proc [kibana]       context: null,
[00:09:34]                 │ proc [kibana]       request: [Object],
[00:09:34]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:09:34]                 │ proc [kibana]       connection: [Object],
[00:09:34]                 │ proc [kibana]       attempts: 0,
[00:09:34]                 │ proc [kibana]       aborted: false
[00:09:34]                 │ proc [kibana]     }
[00:09:34]                 │ proc [kibana]   },
[00:09:34]                 │ proc [kibana]   isBoom: true,
[00:09:34]                 │ proc [kibana]   isServer: false,
[00:09:34]                 │ proc [kibana]   data: null,
[00:09:34]                 │ proc [kibana]   output: {
[00:09:34]                 │ proc [kibana]     statusCode: 400,
[00:09:34]                 │ proc [kibana]     payload: {
[00:09:34]                 │ proc [kibana]       message: '[1:5943] [bool] failed to parse field [filter]: x_content_parse_exception',
[00:09:34]                 │ proc [kibana]       statusCode: 400,
[00:09:34]                 │ proc [kibana]       error: 'Bad Request'
[00:09:34]                 │ proc [kibana]     },
[00:09:34]                 │ proc [kibana]     headers: {}
[00:09:34]                 │ proc [kibana]   },
[00:09:34]                 │ proc [kibana]   [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/badRequest'
[00:09:34]                 │ proc [kibana] }
[00:09:34]                 │ proc [kibana]   log   [22:27:30.688] [error][data][elasticsearch] [x_content_parse_exception]: [1:5956] [bool] failed to parse field [filter]
[00:09:34]                 │ proc [kibana]   log   [22:27:30.689] [error][data][elasticsearch] [x_content_parse_exception]: [1:5950] [bool] failed to parse field [filter]
[00:09:34]                 │ proc [kibana]   log   [22:27:30.690] [error][data][elasticsearch] [x_content_parse_exception]: [1:5955] [bool] failed to parse field [filter]
[00:09:34]                 │ proc [kibana]   log   [22:27:30.690] [error][data][elasticsearch] [x_content_parse_exception]: [1:5937] [bool] failed to parse field [filter]
[00:09:34]                 │ proc [kibana]   log   [22:27:30.693] [error][data][elasticsearch] [x_content_parse_exception]: [1:5936] [bool] failed to parse field [filter]
[00:09:34]                 │ proc [kibana]  error  [22:27:30.531]  Error: Internal Server Error
[00:09:34]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/response_adapter.js:69:19)
[00:09:34]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/router.js:177:34)
[00:09:34]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:09:34]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:09:34]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/router.js:124:50)
[00:09:34]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:09:34]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:09:34]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:09:34]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:09:34]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:09:35]                 │ERROR browser[SEVERE] http://localhost:61161/api/monitoring/v1/alert/YCxj-RAgSZCP6GuOQ8M1EQ/status - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:09:35]                 │ debg Find.clickByCssSelector('[data-test-subj="tableHeaderCell_name_0"] > button') with timeout=10000
[00:09:35]                 │ debg Find.findByCssSelector('[data-test-subj="tableHeaderCell_name_0"] > button') with timeout=10000
[00:09:35]                 │ debg Find.waitForDeletedByCssSelector('.euiBasicTable-loading') with timeout=5000
[00:09:35]                 │ proc [kibana]   log   [22:27:31.555] [error][data][elasticsearch] [x_content_parse_exception]: [1:5950] [bool] failed to parse field [filter]
[00:09:35]                 │ proc [kibana]   log   [22:27:31.555] [error][http] ResponseError: [1:5950] [bool] failed to parse field [filter]: x_content_parse_exception
[00:09:35]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:09:35]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:09:35]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:09:35]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:09:35]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:09:35]                 │ proc [kibana]   meta: {
[00:09:35]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:09:35]                 │ proc [kibana]     statusCode: 400,
[00:09:35]                 │ proc [kibana]     headers: {
[00:09:35]                 │ proc [kibana]       'content-type': 'application/json;charset=utf-8',
[00:09:35]                 │ proc [kibana]       'content-length': '2446'
[00:09:35]                 │ proc [kibana]     },
[00:09:35]                 │ proc [kibana]     meta: {
[00:09:35]                 │ proc [kibana]       context: null,
[00:09:35]                 │ proc [kibana]       request: [Object],
[00:09:35]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:09:35]                 │ proc [kibana]       connection: [Object],
[00:09:35]                 │ proc [kibana]       attempts: 0,
[00:09:35]                 │ proc [kibana]       aborted: false
[00:09:35]                 │ proc [kibana]     }
[00:09:35]                 │ proc [kibana]   },
[00:09:35]                 │ proc [kibana]   isBoom: true,
[00:09:35]                 │ proc [kibana]   isServer: false,
[00:09:35]                 │ proc [kibana]   data: null,
[00:09:35]                 │ proc [kibana]   output: {
[00:09:35]                 │ proc [kibana]     statusCode: 400,
[00:09:35]                 │ proc [kibana]     payload: {
[00:09:35]                 │ proc [kibana]       message: '[1:5950] [bool] failed to parse field [filter]: x_content_parse_exception',
[00:09:35]                 │ proc [kibana]       statusCode: 400,
[00:09:35]                 │ proc [kibana]       error: 'Bad Request'
[00:09:35]                 │ proc [kibana]     },
[00:09:35]                 │ proc [kibana]     headers: {}
[00:09:35]                 │ proc [kibana]   },
[00:09:35]                 │ proc [kibana]   [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/badRequest'
[00:09:35]                 │ proc [kibana] }
[00:09:35]                 │ proc [kibana]   log   [22:27:31.557] [error][data][elasticsearch] [x_content_parse_exception]: [1:5955] [bool] failed to parse field [filter]
[00:09:35]                 │ proc [kibana]   log   [22:27:31.559] [error][data][elasticsearch] [x_content_parse_exception]: [1:5936] [bool] failed to parse field [filter]
[00:09:35]                 │ proc [kibana]   log   [22:27:31.560] [error][data][elasticsearch] [x_content_parse_exception]: [1:5956] [bool] failed to parse field [filter]
[00:09:35]                 │ proc [kibana]   log   [22:27:31.561] [error][data][elasticsearch] [x_content_parse_exception]: [1:5943] [bool] failed to parse field [filter]
[00:09:35]                 │ proc [kibana]   log   [22:27:31.561] [error][data][elasticsearch] [x_content_parse_exception]: [1:5937] [bool] failed to parse field [filter]
[00:09:35]                 │ proc [kibana]  error  [22:27:31.394]  Error: Internal Server Error
[00:09:35]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/response_adapter.js:69:19)
[00:09:35]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/router.js:177:34)
[00:09:35]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:09:35]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:09:35]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/router.js:124:50)
[00:09:35]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:09:35]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:09:35]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:09:35]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:09:35]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:09:35]                 │ERROR browser[SEVERE] http://localhost:61161/api/monitoring/v1/alert/YCxj-RAgSZCP6GuOQ8M1EQ/status - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:09:35]                 │ debg TestSubjects.getVisibleTextAll(elasticsearchNodesTableContainer > name)
[00:09:35]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > name)
[00:09:35]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="name"]') with timeout=10000
[00:09:35]                 │ debg TestSubjects.getAttributeAll(elasticsearchNodesTableContainer > statusIcon, alt)
[00:09:35]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > statusIcon)
[00:09:35]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="statusIcon"]') with timeout=10000
[00:09:36]                 │ debg TestSubjects.getVisibleTextAll(elasticsearchNodesTableContainer > cpuUsage)
[00:09:36]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > cpuUsage)
[00:09:36]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="cpuUsage"]') with timeout=10000
[00:09:36]                 │ debg TestSubjects.getVisibleTextAll(elasticsearchNodesTableContainer > loadAverage)
[00:09:36]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > loadAverage)
[00:09:36]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="loadAverage"]') with timeout=10000
[00:09:36]                 │ debg TestSubjects.getVisibleTextAll(elasticsearchNodesTableContainer > jvmMemory)
[00:09:36]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > jvmMemory)
[00:09:36]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="jvmMemory"]') with timeout=10000
[00:09:36]                 │ debg TestSubjects.getVisibleTextAll(elasticsearchNodesTableContainer > diskFreeSpace)
[00:09:36]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > diskFreeSpace)
[00:09:36]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="diskFreeSpace"]') with timeout=10000
[00:09:36]                 │ debg TestSubjects.getVisibleTextAll(elasticsearchNodesTableContainer > shards)
[00:09:36]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > shards)
[00:09:36]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="shards"]') with timeout=10000
[00:09:36]                 │ debg TestSubjects.find(elasticsearchNodesTableContainer)
[00:09:36]                 │ debg Find.findByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"]') with timeout=10000
[00:09:36]                 │ debg TestSubjects.findAllDescendant(monitoringCellIcon-cpuUsage)
[00:09:36]                 │ debg Find.allDescendantDisplayedByCssSelector('[data-test-subj="monitoringCellIcon-cpuUsage"]')
[00:09:36]                 │ debg TestSubjects.getVisibleTextAll(monitoringCellPopover-cpuUsage)
[00:09:36]                 │ debg TestSubjects.findAll(monitoringCellPopover-cpuUsage)
[00:09:36]                 │ debg Find.allByCssSelector('[data-test-subj="monitoringCellPopover-cpuUsage"]') with timeout=10000
[00:09:37]                 │ debg TestSubjects.getVisibleTextAll(monitoringCellPopover-cpuUsage)
[00:09:37]                 │ debg TestSubjects.findAll(monitoringCellPopover-cpuUsage)
[00:09:37]                 │ debg Find.allByCssSelector('[data-test-subj="monitoringCellPopover-cpuUsage"]') with timeout=10000
[00:09:37]                 │ debg TestSubjects.findAllDescendant(monitoringCellIcon-loadAverage)
[00:09:37]                 │ debg Find.allDescendantDisplayedByCssSelector('[data-test-subj="monitoringCellIcon-loadAverage"]')
[00:09:37]                 │ debg TestSubjects.getVisibleTextAll(monitoringCellPopover-loadAverage)
[00:09:37]                 │ debg TestSubjects.findAll(monitoringCellPopover-loadAverage)
[00:09:37]                 │ debg Find.allByCssSelector('[data-test-subj="monitoringCellPopover-loadAverage"]') with timeout=10000
[00:09:38]                 │ debg TestSubjects.getVisibleTextAll(monitoringCellPopover-loadAverage)
[00:09:38]                 │ debg TestSubjects.findAll(monitoringCellPopover-loadAverage)
[00:09:38]                 │ debg Find.allByCssSelector('[data-test-subj="monitoringCellPopover-loadAverage"]') with timeout=10000
[00:09:38]                 │ debg TestSubjects.findAllDescendant(monitoringCellIcon-jvmMemory)
[00:09:38]                 │ debg Find.allDescendantDisplayedByCssSelector('[data-test-subj="monitoringCellIcon-jvmMemory"]')
[00:09:38]                 │ debg TestSubjects.getVisibleTextAll(monitoringCellPopover-jvmMemory)
[00:09:38]                 │ debg TestSubjects.findAll(monitoringCellPopover-jvmMemory)
[00:09:38]                 │ debg Find.allByCssSelector('[data-test-subj="monitoringCellPopover-jvmMemory"]') with timeout=10000
[00:09:38]                 │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] moving index [.ds-ilm-history-5-2021.01.15-000001] from [{"phase":"hot","action":"unfollow","name":"wait-for-follow-shard-tasks"}] to [{"phase":"hot","action":"unfollow","name":"pause-follower-index"}] in policy [ilm-history-ilm-policy]
[00:09:38]                 │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] moving index [.kibana-event-log-8.0.0-000001] from [{"phase":"hot","action":"unfollow","name":"wait-for-follow-shard-tasks"}] to [{"phase":"hot","action":"unfollow","name":"pause-follower-index"}] in policy [kibana-event-log-policy]
[00:09:38]                 │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] moving index [.ds-ilm-history-5-2021.01.15-000001] from [{"phase":"hot","action":"unfollow","name":"pause-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"close-follower-index"}] in policy [ilm-history-ilm-policy]
[00:09:38]                 │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] moving index [.kibana-event-log-8.0.0-000001] from [{"phase":"hot","action":"unfollow","name":"pause-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"close-follower-index"}] in policy [kibana-event-log-policy]
[00:09:38]                 │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] moving index [.ds-ilm-history-5-2021.01.15-000001] from [{"phase":"hot","action":"unfollow","name":"close-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"unfollow-follower-index"}] in policy [ilm-history-ilm-policy]
[00:09:38]                 │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] moving index [.kibana-event-log-8.0.0-000001] from [{"phase":"hot","action":"unfollow","name":"close-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"unfollow-follower-index"}] in policy [kibana-event-log-policy]
[00:09:38]                 │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] moving index [.ds-ilm-history-5-2021.01.15-000001] from [{"phase":"hot","action":"unfollow","name":"unfollow-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"open-follower-index"}] in policy [ilm-history-ilm-policy]
[00:09:38]                 │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] moving index [.kibana-event-log-8.0.0-000001] from [{"phase":"hot","action":"unfollow","name":"unfollow-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"open-follower-index"}] in policy [kibana-event-log-policy]
[00:09:38]                 │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] moving index [.ds-ilm-history-5-2021.01.15-000001] from [{"phase":"hot","action":"unfollow","name":"open-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"wait-for-index-color"}] in policy [ilm-history-ilm-policy]
[00:09:38]                 │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] moving index [.kibana-event-log-8.0.0-000001] from [{"phase":"hot","action":"unfollow","name":"open-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"wait-for-index-color"}] in policy [kibana-event-log-policy]
[00:09:38]                 │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] moving index [.ds-ilm-history-5-2021.01.15-000001] from [{"phase":"hot","action":"unfollow","name":"wait-for-index-color"}] to [{"phase":"hot","action":"rollover","name":"check-rollover-ready"}] in policy [ilm-history-ilm-policy]
[00:09:38]                 │ debg TestSubjects.getVisibleTextAll(monitoringCellPopover-jvmMemory)
[00:09:38]                 │ debg TestSubjects.findAll(monitoringCellPopover-jvmMemory)
[00:09:38]                 │ debg Find.allByCssSelector('[data-test-subj="monitoringCellPopover-jvmMemory"]') with timeout=10000
[00:09:38]                 │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-ubuntu-16-tests-xxl-1610746118264707333] moving index [.kibana-event-log-8.0.0-000001] from [{"phase":"hot","action":"unfollow","name":"wait-for-index-color"}] to [{"phase":"hot","action":"rollover","name":"check-rollover-ready"}] in policy [kibana-event-log-policy]
[00:09:38]                 │ debg TestSubjects.findAllDescendant(monitoringCellIcon-diskFreeSpace)
[00:09:38]                 │ debg Find.allDescendantDisplayedByCssSelector('[data-test-subj="monitoringCellIcon-diskFreeSpace"]')
[00:09:39]                 │ debg TestSubjects.getVisibleTextAll(monitoringCellPopover-diskFreeSpace)
[00:09:39]                 │ debg TestSubjects.findAll(monitoringCellPopover-diskFreeSpace)
[00:09:39]                 │ debg Find.allByCssSelector('[data-test-subj="monitoringCellPopover-diskFreeSpace"]') with timeout=10000
[00:09:39]                 │ debg TestSubjects.getVisibleTextAll(monitoringCellPopover-diskFreeSpace)
[00:09:39]                 │ debg TestSubjects.findAll(monitoringCellPopover-diskFreeSpace)
[00:09:39]                 │ debg Find.allByCssSelector('[data-test-subj="monitoringCellPopover-diskFreeSpace"]') with timeout=10000
[00:09:39]                 │ debg TestSubjects.find(elasticsearchNodesTableContainer)
[00:09:39]                 │ debg Find.findByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"]') with timeout=10000
[00:09:39]                 └- ✓ pass  (5.6s) "Monitoring app Elasticsearch nodes listing with offline node should sort by name"
[00:09:39]               └-> should sort by status
[00:09:39]                 └-> "before each" hook: global before each
[00:09:39]                 │ debg Find.clickByCssSelector('[data-test-subj="tableHeaderCell_isOnline_2"] > button') with timeout=10000
[00:09:39]                 │ debg Find.findByCssSelector('[data-test-subj="tableHeaderCell_isOnline_2"] > button') with timeout=10000
[00:09:39]                 │ debg Find.waitForDeletedByCssSelector('.euiBasicTable-loading') with timeout=5000
[00:09:39]                 │ proc [kibana]   log   [22:27:36.298] [error][data][elasticsearch] [x_content_parse_exception]: [1:5950] [bool] failed to parse field [filter]
[00:09:39]                 │ proc [kibana]   log   [22:27:36.298] [error][http] ResponseError: [1:5950] [bool] failed to parse field [filter]: x_content_parse_exception
[00:09:39]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:09:39]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:09:39]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:09:39]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:09:39]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:09:39]                 │ proc [kibana]   meta: {
[00:09:39]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:09:39]                 │ proc [kibana]     statusCode: 400,
[00:09:39]                 │ proc [kibana]     headers: {
[00:09:39]                 │ proc [kibana]       'content-type': 'application/json;charset=utf-8',
[00:09:39]                 │ proc [kibana]       'content-length': '2446'
[00:09:39]                 │ proc [kibana]     },
[00:09:39]                 │ proc [kibana]     meta: {
[00:09:39]                 │ proc [kibana]       context: null,
[00:09:39]                 │ proc [kibana]       request: [Object],
[00:09:39]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:09:39]                 │ proc [kibana]       connection: [Object],
[00:09:39]                 │ proc [kibana]       attempts: 0,
[00:09:39]                 │ proc [kibana]       aborted: false
[00:09:39]                 │ proc [kibana]     }
[00:09:39]                 │ proc [kibana]   },
[00:09:39]                 │ proc [kibana]   isBoom: true,
[00:09:39]                 │ proc [kibana]   isServer: false,
[00:09:39]                 │ proc [kibana]   data: null,
[00:09:39]                 │ proc [kibana]   output: {
[00:09:39]                 │ proc [kibana]     statusCode: 400,
[00:09:39]                 │ proc [kibana]     payload: {
[00:09:39]                 │ proc [kibana]       message: '[1:5950] [bool] failed to parse field [filter]: x_content_parse_exception',
[00:09:39]                 │ proc [kibana]       statusCode: 400,
[00:09:39]                 │ proc [kibana]       error: 'Bad Request'
[00:09:39]                 │ proc [kibana]     },
[00:09:39]                 │ proc [kibana]     headers: {}
[00:09:39]                 │ proc [kibana]   },
[00:09:39]                 │ proc [kibana]   [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/badRequest'
[00:09:39]                 │ proc [kibana] }
[00:09:39]                 │ proc [kibana]   log   [22:27:36.300] [error][data][elasticsearch] [x_content_parse_exception]: [1:5956] [bool] failed to parse field [filter]
[00:09:39]                 │ proc [kibana]   log   [22:27:36.301] [error][data][elasticsearch] [x_content_parse_exception]: [1:5955] [bool] failed to parse field [filter]
[00:09:40]                 │ proc [kibana]   log   [22:27:36.302] [error][data][elasticsearch] [x_content_parse_exception]: [1:5937] [bool] failed to parse field [filter]
[00:09:40]                 │ proc [kibana]   log   [22:27:36.302] [error][data][elasticsearch] [x_content_parse_exception]: [1:5943] [bool] failed to parse field [filter]
[00:09:40]                 │ proc [kibana]   log   [22:27:36.303] [error][data][elasticsearch] [x_content_parse_exception]: [1:5936] [bool] failed to parse field [filter]
[00:09:40]                 │ proc [kibana]  error  [22:27:36.144]  Error: Internal Server Error
[00:09:40]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/response_adapter.js:69:19)
[00:09:40]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/router.js:177:34)
[00:09:40]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:09:40]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:09:40]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/router.js:124:50)
[00:09:40]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:09:40]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:09:40]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:09:40]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:09:40]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:09:40]                 │ERROR browser[SEVERE] http://localhost:61161/api/monitoring/v1/alert/YCxj-RAgSZCP6GuOQ8M1EQ/status - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:09:40]                 │ debg Find.clickByCssSelector('[data-test-subj="tableHeaderCell_isOnline_2"] > button') with timeout=10000
[00:09:40]                 │ debg Find.findByCssSelector('[data-test-subj="tableHeaderCell_isOnline_2"] > button') with timeout=10000
[00:09:40]                 │ debg Find.waitForDeletedByCssSelector('.euiBasicTable-loading') with timeout=5000
[00:09:40]                 │ proc [kibana]   log   [22:27:37.158] [error][data][elasticsearch] [x_content_parse_exception]: [1:5955] [bool] failed to parse field [filter]
[00:09:40]                 │ proc [kibana]   log   [22:27:37.159] [error][http] ResponseError: [1:5955] [bool] failed to parse field [filter]: x_content_parse_exception
[00:09:40]                 │ proc [kibana]     at onBody (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@elastic/elasticsearch/lib/Transport.js:311:23)
[00:09:40]                 │ proc [kibana]     at IncomingMessage.onEnd (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@elastic/elasticsearch/lib/Transport.js:240:11)
[00:09:40]                 │ proc [kibana]     at IncomingMessage.emit (events.js:327:22)
[00:09:40]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1327:12)
[00:09:40]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[00:09:40]                 │ proc [kibana]   meta: {
[00:09:40]                 │ proc [kibana]     body: { error: [Object], status: 400 },
[00:09:40]                 │ proc [kibana]     statusCode: 400,
[00:09:40]                 │ proc [kibana]     headers: {
[00:09:40]                 │ proc [kibana]       'content-type': 'application/json;charset=utf-8',
[00:09:40]                 │ proc [kibana]       'content-length': '2446'
[00:09:40]                 │ proc [kibana]     },
[00:09:40]                 │ proc [kibana]     meta: {
[00:09:40]                 │ proc [kibana]       context: null,
[00:09:40]                 │ proc [kibana]       request: [Object],
[00:09:40]                 │ proc [kibana]       name: 'elasticsearch-js',
[00:09:40]                 │ proc [kibana]       connection: [Object],
[00:09:40]                 │ proc [kibana]       attempts: 0,
[00:09:40]                 │ proc [kibana]       aborted: false
[00:09:40]                 │ proc [kibana]     }
[00:09:40]                 │ proc [kibana]   },
[00:09:40]                 │ proc [kibana]   isBoom: true,
[00:09:40]                 │ proc [kibana]   isServer: false,
[00:09:40]                 │ proc [kibana]   data: null,
[00:09:40]                 │ proc [kibana]   output: {
[00:09:40]                 │ proc [kibana]     statusCode: 400,
[00:09:40]                 │ proc [kibana]     payload: {
[00:09:40]                 │ proc [kibana]       message: '[1:5955] [bool] failed to parse field [filter]: x_content_parse_exception',
[00:09:40]                 │ proc [kibana]       statusCode: 400,
[00:09:40]                 │ proc [kibana]       error: 'Bad Request'
[00:09:40]                 │ proc [kibana]     },
[00:09:40]                 │ proc [kibana]     headers: {}
[00:09:40]                 │ proc [kibana]   },
[00:09:40]                 │ proc [kibana]   [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/badRequest'
[00:09:40]                 │ proc [kibana] }
[00:09:40]                 │ proc [kibana]   log   [22:27:37.161] [error][data][elasticsearch] [x_content_parse_exception]: [1:5950] [bool] failed to parse field [filter]
[00:09:40]                 │ proc [kibana]   log   [22:27:37.162] [error][data][elasticsearch] [x_content_parse_exception]: [1:5937] [bool] failed to parse field [filter]
[00:09:40]                 │ proc [kibana]   log   [22:27:37.163] [error][data][elasticsearch] [x_content_parse_exception]: [1:5956] [bool] failed to parse field [filter]
[00:09:40]                 │ proc [kibana]   log   [22:27:37.164] [error][data][elasticsearch] [x_content_parse_exception]: [1:5936] [bool] failed to parse field [filter]
[00:09:40]                 │ proc [kibana]   log   [22:27:37.166] [error][data][elasticsearch] [x_content_parse_exception]: [1:5943] [bool] failed to parse field [filter]
[00:09:40]                 │ proc [kibana]  error  [22:27:37.002]  Error: Internal Server Error
[00:09:40]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/response_adapter.js:69:19)
[00:09:40]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/router.js:177:34)
[00:09:40]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:09:40]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:09:40]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-16/src/core/server/http/router/router.js:124:50)
[00:09:40]                 │ proc [kibana]     at module.exports.internals.Manager.execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
[00:09:40]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:09:40]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:09:40]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/request.js:312:32)
[00:09:40]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-16/node_modules/@hapi/hapi/lib/request.js:221:9)
[00:09:41]                 │ERROR browser[SEVERE] http://localhost:61161/api/monitoring/v1/alert/YCxj-RAgSZCP6GuOQ8M1EQ/status - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:09:41]                 │ debg TestSubjects.getVisibleTextAll(elasticsearchNodesTableContainer > name)
[00:09:41]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > name)
[00:09:41]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="name"]') with timeout=10000
[00:09:41]                 │ debg TestSubjects.getAttributeAll(elasticsearchNodesTableContainer > statusIcon, alt)
[00:09:41]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > statusIcon)
[00:09:41]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="statusIcon"]') with timeout=10000
[00:09:41]                 │ debg TestSubjects.getVisibleTextAll(elasticsearchNodesTableContainer > cpuUsage)
[00:09:41]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > cpuUsage)
[00:09:41]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="cpuUsage"]') with timeout=10000
[00:09:41]                 │ debg TestSubjects.getVisibleTextAll(elasticsearchNodesTableContainer > loadAverage)
[00:09:41]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > loadAverage)
[00:09:41]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="loadAverage"]') with timeout=10000
[00:09:41]                 │ debg TestSubjects.getVisibleTextAll(elasticsearchNodesTableContainer > jvmMemory)
[00:09:41]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > jvmMemory)
[00:09:41]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="jvmMemory"]') with timeout=10000
[00:09:41]                 │ debg TestSubjects.getVisibleTextAll(elasticsearchNodesTableContainer > diskFreeSpace)
[00:09:41]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > diskFreeSpace)
[00:09:41]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="diskFreeSpace"]') with timeout=10000
[00:09:41]                 │ debg TestSubjects.getVisibleTextAll(elasticsearchNodesTableContainer > shards)
[00:09:41]                 │ debg TestSubjects.findAll(elasticsearchNodesTableContainer > shards)
[00:09:41]                 │ debg Find.allByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"] [data-test-subj="shards"]') with timeout=10000
[00:09:42]                 │ debg TestSubjects.find(elasticsearchNodesTableContainer)
[00:09:42]                 │ debg Find.findByCssSelector('[data-test-subj="elasticsearchNodesTableContainer"]') with timeout=10000
[00:09:42]                 │ debg TestSubjects.findAllDescendant(monitoringCellIcon-cpuUsage)
[00:09:42]                 │ debg Find.allDescendantDisplayedByCssSelector('[data-test-subj="monitoringCellIcon-cpuUsage"]')
[00:09:42]                 │ debg TestSubjects.getVisibleTextAll(monitoringCellPopover-cpuUsage)
[00:09:42]                 │ debg TestSubjects.findAll(monitoringCellPopover-cpuUsage)
[00:09:42]                 │ debg Find.allByCssSelector('[data-test-subj="monitoringCellPopover-cpuUsage"]') with timeout=10000
[00:09:42]                 │ debg TestSubjects.getVisibleTextAll(monitoringCellPopover-cpuUsage)
[00:09:42]                 │ debg TestSubjects.findAll(monitoringCellPopover-cpuUsage)
[00:09:42]                 │ debg Find.allByCssSelector('[data-test-subj="monitoringCellPopover-cpuUsage"]') with timeout=10000
[00:09:42]                 │ debg TestSubjects.findAllDescendant(monitoringCellIcon-loadAverage)
[00:09:42]                 │ debg Find.allDescendantDisplayedByCssSelector('[data-test-subj="monitoringCellIcon-loadAverage"]')
[00:09:43]                 │ debg TestSubjects.getVisibleTextAll(monitoringCellPopover-loadAverage)
[00:09:43]                 │ debg TestSubjects.findAll(monitoringCellPopover-loadAverage)
[00:09:43]                 │ debg Find.allByCssSelector('[data-test-subj="monitoringCellPopover-loadAverage"]') with timeout=10000
[00:09:43]                 │ debg TestSubjects.getVisibleTextAll(monitoringCellPopover-loadAverage)
[00:09:43]                 │ debg TestSubjects.findAll(monitoringCellPopover-loadAverage)
[00:09:43]                 │ debg Find.allByCssSelector('[data-test-subj="monitoringCellPopover-loadAverage"]') with timeout=10000
[00:09:43]                 │ debg TestSubjects.findAllDescendant(monitoringCellIcon-jvmMemory)
[00:09:43]                 │ debg Find.allDescendantDisplayedByCssSelector('[data-test-subj="monitoringCellIcon-jvmMemory"]')
[00:09:44]                 │ info Taking screenshot "/dev/shm/workspace/parallel/16/kibana/x-pack/test/functional/screenshots/failure/Monitoring app Elasticsearch nodes listing with offline node should sort by status.png"
[00:09:45]                 │ info Current URL is: http://localhost:61161/app/monitoring#/elasticsearch/nodes?_g=(cluster_uuid:YCxj-RAgSZCP6GuOQ8M1EQ,refreshInterval:(pause:!t,value:10000),time:(from:%272017-10-05T20:28:28.475Z%27,to:%272017-10-05T20:34:38.341Z%27))
[00:09:45]                 │ info Saving page source to: /dev/shm/workspace/parallel/16/kibana/x-pack/test/functional/failure_debug/html/Monitoring app Elasticsearch nodes listing with offline node should sort by status.html
[00:09:45]                 └- ✖ fail: Monitoring app Elasticsearch nodes listing with offline node should sort by status
[00:09:45]                 │      ElementClickInterceptedError: element click intercepted: Element <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-labelledby="ideeb6013-5780-11eb-80b7-0d6ac959d22a" class="euiIcon euiIcon--medium" tabindex="0" focusable="true" role="button" data-test-subj="monitoringCellIcon-jvmMemory">...</svg> is not clickable at point (1317, 493). Other element would receive the click: <div class="euiToast euiToast--danger euiGlobalToastListItem" id="1">...</div>
[00:09:45]                 │   (Session info: headless chrome=87.0.4280.141)
[00:09:45]                 │       at Object.throwDecodedError (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/error.js:550:15)
[00:09:45]                 │       at parseHttpResponse (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/http.js:565:13)
[00:09:45]                 │       at Executor.execute (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/http.js:491:26)
[00:09:45]                 │       at runMicrotasks (<anonymous>)
[00:09:45]                 │       at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:09:45]                 │       at Task.exec (/dev/shm/workspace/parallel/16/kibana/test/functional/services/remote/prevent_parallel_calls.ts:40:22)
[00:09:45]                 │ 
[00:09:45]                 │ 

Stack Trace

ElementClickInterceptedError: element click intercepted: Element <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-labelledby="ideeb6013-5780-11eb-80b7-0d6ac959d22a" class="euiIcon euiIcon--medium" tabindex="0" focusable="true" role="button" data-test-subj="monitoringCellIcon-jvmMemory">...</svg> is not clickable at point (1317, 493). Other element would receive the click: <div class="euiToast euiToast--danger euiGlobalToastListItem" id="1">...</div>
  (Session info: headless chrome=87.0.4280.141)
    at Object.throwDecodedError (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/error.js:550:15)
    at parseHttpResponse (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/http.js:565:13)
    at Executor.execute (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/http.js:491:26)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at Task.exec (/dev/shm/workspace/parallel/16/kibana/test/functional/services/remote/prevent_parallel_calls.ts:40:22) {
  remoteStacktrace: '#0 0x55bca4b3fe79 <unknown>\n'
}

Jest Integration Tests.src/core/server/ui_settings/integration_tests.uiSettings/routes doc missing get route creates doc, returns a 200 with settings

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has failed 4 times on tracked branches: https://github.com/elastic/kibana/issues/51576


Stack Trace

Error: ES exited with code 1
    at createCliError (/dev/shm/workspace/parallel/2/kibana/packages/kbn-es/target/errors.js:22:17)
    at /dev/shm/workspace/parallel/2/kibana/packages/kbn-es/target/cluster.js:396:15
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at Cluster.start (/dev/shm/workspace/parallel/2/kibana/packages/kbn-es/target/cluster.js:247:5)
    at EsTestCluster.start (/dev/shm/workspace/parallel/2/kibana/packages/kbn-test/src/legacy_es/legacy_es_test_cluster.js:94:7)
    at Object.startES (/dev/shm/workspace/parallel/2/kibana/src/core/test_helpers/kbn_server.ts:258:7)
    at Object.startServers (/dev/shm/workspace/parallel/2/kibana/src/core/server/ui_settings/integration_tests/lib/servers.ts:59:14)

and 20 more failures, only showing the first 3.

Metrics [docs]

Async chunks

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

id before after diff
maps 2.8MB 2.8MB +4.3KB

History

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lines are not drawn with the correct colour.
5 participants