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

[ML] Adds siem_cloudtrail Module #71323

Merged
merged 3 commits into from Jul 13, 2020

Conversation

blaklaybul
Copy link
Contributor

Summary

Adds the files for a new siem_cloudtrail module for use within the SIEM app, containing the job and datafeed configuration files that support the cloudtrail analyses performed by @randomuserid

ML:

image

SIEM:

image

Contains:

  • Module manifest.json
  • ML Job configurations for 5 jobs:
    • high_distinct_count_error_message
    • rare_error_code
    • rare_method_for_a_city
    • rare_method_for_a_country
    • rare_method_for_a_username
  • Datafeed configuration
  • Logo

@peteharverson I updated the get_module.ts test but I was unsure what else needed to get updated. Can you please let me know if there are others that need to be updated?

@sophiec20
Copy link
Contributor

sophiec20 commented Jul 13, 2020

Model memory estimates are estimates - because we don't know the real data characteristics for each user environment.

Two jobs in this module have a slightly higher risk that they could exceed the memory budget - city and user.name - as the cardinality could be much higher than seen in our representative environments. Can we please check mitigations for this in the ML and SIEM documentation? Do we have sufficient guidance for what to do in case of HARD_LIMIT? Do we explain memory considerations well enough for a Security user? @lcawl

Note - raising this for visibility - if docs changes are needed, they should be in a separate PR.

Copy link
Contributor

@peteharverson peteharverson left a comment

Choose a reason for hiding this comment

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

Tested these against the siem-cloudtrail snapshot, and LGTM.

I noticed none of the jobs add custom URLs. Are there any drilldowns to e.g. the SIEM app that could be added to help the user get context around the anomalies?

@blaklaybul
Copy link
Contributor Author

regarding the comment from @sophiec20 - we don't have any mention of memory considerations in the SIEM or Machine Learning docs.

@randomuserid
Copy link
Contributor

Tested these against the siem-cloudtrail snapshot, and LGTM.

I noticed none of the jobs add custom URLs. Are there any drilldowns to e.g. the SIEM app that could be added to help the user get context around the anomalies?

The fields in the CT events and do not present super well in conventional network / host pages and the primary workflow will be in the detections and timeline pages after these get turned into detection alerts.

@peteharverson
Copy link
Contributor

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/ml/data_frame_analytics/regression_creation·ts.machine learning data frame analytics regression creation electrical grid stability displays the include fields selection

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: machine learning
[00:00:00]           └-> "before all" hook
[00:00:00]           └-> "before all" hook
[00:00:00]             │ debg creating role ml_source
[00:00:00]             │ info [o.e.x.s.a.r.TransportPutRoleAction] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] added role [ml_source]
[00:00:00]             │ debg creating role ml_dest
[00:00:00]             │ info [o.e.x.s.a.r.TransportPutRoleAction] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] added role [ml_dest]
[00:00:00]             │ debg creating role ml_dest_readonly
[00:00:00]             │ info [o.e.x.s.a.r.TransportPutRoleAction] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] added role [ml_dest_readonly]
[00:00:00]             │ debg creating role ml_ui_extras
[00:00:00]             │ info [o.e.x.s.a.r.TransportPutRoleAction] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] added role [ml_ui_extras]
[00:00:00]             │ debg creating user ml_poweruser
[00:00:00]             │ info [o.e.x.s.a.u.TransportPutUserAction] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] added user [ml_poweruser]
[00:00:00]             │ debg created user ml_poweruser
[00:00:00]             │ debg creating user ml_viewer
[00:00:00]             │ info [o.e.x.s.a.u.TransportPutUserAction] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] added user [ml_viewer]
[00:00:00]             │ debg created user ml_viewer
[00:00:00]             │ debg creating user ml_unauthorized
[00:00:00]             │ info [o.e.x.s.a.u.TransportPutUserAction] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] added user [ml_unauthorized]
[00:00:00]             │ debg created user ml_unauthorized
[00:30:36]           └-: data frame analytics
[00:30:36]             └-> "before all" hook
[00:31:18]             └-: regression creation
[00:31:18]               └-> "before all" hook
[00:31:18]               └-> "before all" hook
[00:31:18]                 │ info [ml/egs_regression] Loading "mappings.json"
[00:31:18]                 │ info [ml/egs_regression] Loading "data.json.gz"
[00:31:18]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [ft_egs_regression] creating index, cause [api], templates [], shards [1]/[1]
[00:31:18]                 │ info [ml/egs_regression] Created index "ft_egs_regression"
[00:31:18]                 │ debg [ml/egs_regression] "ft_egs_regression" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:31:19]                 │ info [ml/egs_regression] Indexed 2000 docs into "ft_egs_regression"
[00:31:19]                 │ debg Searching for 'index-pattern' with title 'ft_egs_regression'...
[00:31:19]                 │ debg  > Not found
[00:31:19]                 │ debg Creating index pattern with title 'ft_egs_regression' and time field '@timestamp'
[00:31:19]                 │ debg Waiting up to 5000ms for index-pattern with title 'ft_egs_regression' to exist...
[00:31:19]                 │ debg Searching for 'index-pattern' with title 'ft_egs_regression'...
[00:31:19]                 │ debg  > Found 'a165f360-c520-11ea-92c5-731f8273a94e'
[00:31:19]                 │ debg  > Created with id 'a165f360-c520-11ea-92c5-731f8273a94e'
[00:31:19]                 │ debg applying update to kibana config: {"dateFormat:tz":"UTC"}
[00:31:20]                 │ debg SecurityPage.forceLogout
[00:31:20]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=100
[00:31:20]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:31:21]                 │ debg Redirecting to /logout to force the logout
[00:31:21]                 │ debg Waiting on the login form to appear
[00:31:21]                 │ debg Waiting for Login Page to appear.
[00:31:21]                 │ debg Waiting up to 100000ms for login page...
[00:31:21]                 │ debg browser[INFO] http://localhost:6141/logout?_t=1594655454424 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:31:21]                 │
[00:31:21]                 │ debg browser[INFO] http://localhost:6141/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:31:21]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:31:24]                 │ debg browser[INFO] http://localhost:6141/34565/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-13T15:50:55Z
[00:31:24]                 │        Adding connection to http://localhost:6141/elasticsearch
[00:31:24]                 │
[00:31:24]                 │      "
[00:31:24]                 │ debg browser[INFO] http://localhost:6141/login?_t=1594655454424 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:31:24]                 │
[00:31:24]                 │ debg browser[INFO] http://localhost:6141/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:31:24]                 │ debg browser[INFO] http://localhost:6141/34565/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-13T15:50:57Z
[00:31:24]                 │        Adding connection to http://localhost:6141/elasticsearch
[00:31:24]                 │
[00:31:24]                 │      "
[00:31:24]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:31:25]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:31:25]                 │ debg navigating to login url: http://localhost:6141/login
[00:31:25]                 │ debg navigate to: http://localhost:6141/login
[00:31:25]                 │ debg ... sleep(700) start
[00:31:25]                 │ debg browser[INFO] http://localhost:6141/login?_t=1594655458778 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:31:25]                 │
[00:31:25]                 │ debg browser[INFO] http://localhost:6141/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:31:26]                 │ debg ... sleep(700) end
[00:31:26]                 │ debg returned from get, calling refresh
[00:31:26]                 │ debg browser[INFO] http://localhost:6141/34565/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-13T15:50:59Z
[00:31:26]                 │        Adding connection to http://localhost:6141/elasticsearch
[00:31:26]                 │
[00:31:26]                 │      "
[00:31:28]                 │ debg browser[INFO] http://localhost:6141/login?_t=1594655458778 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:31:28]                 │
[00:31:28]                 │ debg browser[INFO] http://localhost:6141/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:31:28]                 │ debg browser[INFO] http://localhost:6141/34565/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-13T15:51:00Z
[00:31:28]                 │        Adding connection to http://localhost:6141/elasticsearch
[00:31:28]                 │
[00:31:28]                 │      "
[00:31:28]                 │ debg currentUrl = http://localhost:6141/login
[00:31:28]                 │          appUrl = http://localhost:6141/login
[00:31:28]                 │ debg TestSubjects.find(kibanaChrome)
[00:31:28]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:31:28]                 │ debg ... sleep(501) start
[00:31:28]                 │ debg ... sleep(501) end
[00:31:28]                 │ debg in navigateTo url = http://localhost:6141/login
[00:31:28]                 │ debg TestSubjects.exists(statusPageContainer)
[00:31:28]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:31:31]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:31:31]                 │ debg Waiting for Login Form to appear.
[00:31:31]                 │ debg Waiting up to 100000ms for login form...
[00:31:31]                 │ debg TestSubjects.exists(loginForm)
[00:31:31]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="loginForm"]') with timeout=2500
[00:31:31]                 │ debg TestSubjects.setValue(loginUsername, ml_poweruser)
[00:31:31]                 │ debg TestSubjects.click(loginUsername)
[00:31:31]                 │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:31:31]                 │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:31:32]                 │ debg TestSubjects.setValue(loginPassword, mlp001)
[00:31:32]                 │ debg TestSubjects.click(loginPassword)
[00:31:32]                 │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:31:32]                 │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:31:32]                 │ debg TestSubjects.click(loginSubmit)
[00:31:32]                 │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:31:32]                 │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:31:32]                 │ debg Waiting for login result, expected: chrome.
[00:31:32]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"] .app-wrapper:not(.hidden-chrome)') with timeout=20000
[00:31:34]                 │ debg browser[INFO] http://localhost:6141/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:31:34]                 │
[00:31:34]                 │ debg browser[INFO] http://localhost:6141/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:31:34]                 │ debg browser[INFO] http://localhost:6141/34565/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-13T15:51:07Z
[00:31:34]                 │        Adding connection to http://localhost:6141/elasticsearch
[00:31:34]                 │
[00:31:34]                 │      "
[00:31:35]                 │ debg Finished login process currentUrl = http://localhost:6141/app/home#/
[00:31:35]                 │ debg Waiting up to 20000ms for logout button visible...
[00:31:35]                 │ debg TestSubjects.exists(userMenuButton)
[00:31:35]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenuButton"]') with timeout=2500
[00:31:35]                 │ debg TestSubjects.exists(userMenu)
[00:31:35]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"]') with timeout=2500
[00:31:37]                 │ debg --- retry.tryForTime error: [data-test-subj="userMenu"] is not displayed
[00:31:38]                 │ debg TestSubjects.click(userMenuButton)
[00:31:38]                 │ debg Find.clickByCssSelector('[data-test-subj="userMenuButton"]') with timeout=10000
[00:31:38]                 │ debg Find.findByCssSelector('[data-test-subj="userMenuButton"]') with timeout=10000
[00:31:38]                 │ debg Waiting up to 20000ms for user menu opened...
[00:31:38]                 │ debg TestSubjects.exists(userMenu)
[00:31:38]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"]') with timeout=2500
[00:31:38]                 │ debg TestSubjects.exists(userMenu > logoutLink)
[00:31:38]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"] [data-test-subj="logoutLink"]') with timeout=2500
[00:31:38]               └-: electrical grid stability
[00:31:38]                 └-> "before all" hook
[00:31:38]                 └-> loads the data frame analytics page
[00:31:38]                   └-> "before each" hook: global before each
[00:31:38]                   │ debg navigating to ml url: http://localhost:6141/app/ml
[00:31:38]                   │ debg navigate to: http://localhost:6141/app/ml
[00:31:38]                   │ debg browser[INFO] http://localhost:6141/app/ml?_t=1594655471521 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:31:38]                   │
[00:31:38]                   │ debg browser[INFO] http://localhost:6141/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:31:38]                   │ debg ... sleep(700) start
[00:31:39]                   │ debg ... sleep(700) end
[00:31:39]                   │ debg returned from get, calling refresh
[00:31:39]                   │ debg browser[INFO] http://localhost:6141/app/ml?_t=1594655471521 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:31:39]                   │
[00:31:39]                   │ debg browser[INFO] http://localhost:6141/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:31:39]                   │ debg currentUrl = http://localhost:6141/app/ml
[00:31:39]                   │          appUrl = http://localhost:6141/app/ml
[00:31:39]                   │ debg TestSubjects.find(kibanaChrome)
[00:31:39]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:31:41]                   │ debg browser[INFO] http://localhost:6141/34565/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-13T15:51:13Z
[00:31:41]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:31:41]                   │
[00:31:41]                   │      "
[00:31:41]                   │ debg ... sleep(501) start
[00:31:41]                   │ debg ... sleep(501) end
[00:31:41]                   │ debg in navigateTo url = http://localhost:6141/app/ml#/overview
[00:31:41]                   │ debg TestSubjects.exists(statusPageContainer)
[00:31:41]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:31:44]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:31:44]                   │ debg TestSubjects.exists(mlPageOverview)
[00:31:44]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mlPageOverview"]') with timeout=2000
[00:31:44]                   │ debg TestSubjects.click(~mlMainTab & ~dataFrameAnalytics)
[00:31:44]                   │ debg Find.clickByCssSelector('[data-test-subj~="mlMainTab"][data-test-subj~="dataFrameAnalytics"]') with timeout=10000
[00:31:44]                   │ debg Find.findByCssSelector('[data-test-subj~="mlMainTab"][data-test-subj~="dataFrameAnalytics"]') with timeout=10000
[00:31:45]                   │ debg TestSubjects.exists(~mlMainTab & ~dataFrameAnalytics & ~selected)
[00:31:45]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="mlMainTab"][data-test-subj~="dataFrameAnalytics"][data-test-subj~="selected"]') with timeout=120000
[00:31:45]                   │ debg TestSubjects.exists(mlPageDataFrameAnalytics)
[00:31:45]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mlPageDataFrameAnalytics"]') with timeout=120000
[00:31:45]                   └- ✓ pass  (7.0s) "machine learning data frame analytics regression creation electrical grid stability loads the data frame analytics page"
[00:31:45]                 └-> loads the source selection modal
[00:31:45]                   └-> "before each" hook: global before each
[00:31:45]                   │ debg TestSubjects.exists(mlNoDataFrameAnalyticsFound)
[00:31:45]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mlNoDataFrameAnalyticsFound"]') with timeout=2500
[00:31:45]                   │ debg TestSubjects.click(mlAnalyticsCreateFirstButton)
[00:31:45]                   │ debg Find.clickByCssSelector('[data-test-subj="mlAnalyticsCreateFirstButton"]') with timeout=10000
[00:31:45]                   │ debg Find.findByCssSelector('[data-test-subj="mlAnalyticsCreateFirstButton"]') with timeout=10000
[00:31:45]                   │ debg TestSubjects.exists(analyticsCreateSourceIndexModal)
[00:31:45]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="analyticsCreateSourceIndexModal"]') with timeout=120000
[00:31:45]                   └- ✓ pass  (208ms) "machine learning data frame analytics regression creation electrical grid stability loads the source selection modal"
[00:31:45]                 └-> selects the source data and loads the job wizard page
[00:31:45]                   └-> "before each" hook: global before each
[00:31:45]                   │ debg TestSubjects.setValue(savedObjectFinderSearchInput, ft_egs_regression)
[00:31:45]                   │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:31:45]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:31:45]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:31:45]                   │ debg TestSubjects.exists(savedObjectTitleft_egs_regression)
[00:31:45]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectTitleft_egs_regression"]') with timeout=120000
[00:31:46]                   │ debg TestSubjects.clickWhenNotDisabled(savedObjectTitleft_egs_regression)
[00:31:46]                   │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="savedObjectTitleft_egs_regression"]') with timeout=10000
[00:31:46]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleft_egs_regression"]') with timeout=10000
[00:31:46]                   │ debg TestSubjects.exists(mlAnalyticsCreationContainer)
[00:31:46]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mlAnalyticsCreationContainer"]') with timeout=10000
[00:31:46]                   │ debg browser[INFO] http://localhost:6141/app/ml#/data_frame_analytics/new_job?index=a165f360-c520-11ea-92c5-731f8273a94e 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:31:46]                   │
[00:31:46]                   │ debg browser[INFO] http://localhost:6141/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:31:49]                   │ debg browser[INFO] http://localhost:6141/34565/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-13T15:51:21Z
[00:31:49]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:31:49]                   │
[00:31:49]                   │      "
[00:31:49]                   │ debg --- retry.tryForTime error: [data-test-subj="mlAnalyticsCreationContainer"] is not displayed
[00:31:50]                   │ debg TestSubjects.exists(mlAnalyticsCreateJobWizardConfigurationStep active)
[00:31:50]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mlAnalyticsCreateJobWizardConfigurationStep active"]') with timeout=120000
[00:31:50]                   └- ✓ pass  (4.8s) "machine learning data frame analytics regression creation electrical grid stability selects the source data and loads the job wizard page"
[00:31:50]                 └-> selects the job type
[00:31:50]                   └-> "before each" hook: global before each
[00:31:50]                   │ debg TestSubjects.exists(mlAnalyticsCreateJobWizardJobTypeSelect)
[00:31:50]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mlAnalyticsCreateJobWizardJobTypeSelect"]') with timeout=120000
[00:31:50]                   │ debg TestSubjects.click(mlAnalyticsCreateJobWizardJobTypeSelect)
[00:31:50]                   │ debg Find.clickByCssSelector('[data-test-subj="mlAnalyticsCreateJobWizardJobTypeSelect"]') with timeout=10000
[00:31:50]                   │ debg Find.findByCssSelector('[data-test-subj="mlAnalyticsCreateJobWizardJobTypeSelect"]') with timeout=10000
[00:31:50]                   │ debg TestSubjects.click(mlAnalyticsCreation-regression-option)
[00:31:50]                   │ debg Find.clickByCssSelector('[data-test-subj="mlAnalyticsCreation-regression-option"]') with timeout=10000
[00:31:50]                   │ debg Find.findByCssSelector('[data-test-subj="mlAnalyticsCreation-regression-option"]') with timeout=10000
[00:31:50]                   │ debg TestSubjects.getAttribute(mlAnalyticsCreateJobWizardJobTypeSelect, value)
[00:31:50]                   │ debg TestSubjects.find(mlAnalyticsCreateJobWizardJobTypeSelect)
[00:31:50]                   │ debg Find.findByCssSelector('[data-test-subj="mlAnalyticsCreateJobWizardJobTypeSelect"]') with timeout=10000
[00:31:50]                   └- ✓ pass  (515ms) "machine learning data frame analytics regression creation electrical grid stability selects the job type"
[00:31:50]                 └-> inputs the dependent variable
[00:31:50]                   └-> "before each" hook: global before each
[00:31:50]                   │ debg TestSubjects.exists(mlAnalyticsCreateJobWizardDependentVariableSelect > comboBoxInput)
[00:31:50]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mlAnalyticsCreateJobWizardDependentVariableSelect"] [data-test-subj="comboBoxInput"]') with timeout=120000
[00:31:50]                   │ debg comboBox.set, comboBoxSelector: mlAnalyticsCreateJobWizardDependentVariableSelect > comboBoxInput
[00:31:50]                   │ debg TestSubjects.find(mlAnalyticsCreateJobWizardDependentVariableSelect > comboBoxInput)
[00:31:50]                   │ debg Find.findByCssSelector('[data-test-subj="mlAnalyticsCreateJobWizardDependentVariableSelect"] [data-test-subj="comboBoxInput"]') with timeout=10000
[00:31:50]                   │ debg comboBox.setElement, value: stab
[00:31:50]                   │ debg comboBox.isOptionSelected, value: stab
[00:31:53]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:31:53]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:31:53]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="stab"]') with timeout=2500
[00:31:53]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:31:53]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:31:53]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/73189] [Main.cc@51] Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis2978371685811769027.conf'.
[00:31:53]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/73189] [Main.cc@158] Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis2978371685811769027.conf'
[00:31:53]                   │ info [r.suppressed] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] path: /_ml/data_frame/analytics/_explain, params: {}
[00:31:53]                   │      org.elasticsearch.ElasticsearchException: [memory_usage_estimation_444918] Error while closing process [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis2978371685811769027.conf'.
[00:31:53]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis2978371685811769027.conf'
[00:31:53]                   │      ], process errors: [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis2978371685811769027.conf'.
[00:31:53]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis2978371685811769027.conf'
[00:31:53]                   │      ]
[00:31:53]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:55) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:53]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:112) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:53]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.lambda$runJobAsync$0(MemoryUsageEstimationProcessManager.java:48) [x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:53]                   │      	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:647) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:53]                   │      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
[00:31:53]                   │      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
[00:31:53]                   │      	at java.lang.Thread.run(Thread.java:832) [?:?]
[00:31:53]                   │      Caused by: org.elasticsearch.ElasticsearchException: Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis2978371685811769027.conf'.
[00:31:53]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis2978371685811769027.conf'
[00:31:53]                   │      
[00:31:53]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:51) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:53]                   │      	at org.elasticsearch.xpack.ml.process.AbstractNativeProcess.close(AbstractNativeProcess.java:196) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:53]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:105) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:53]                   │      	... 5 more
[00:31:53]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [controller/15263] [CDetachedProcessSpawner.cc@192] Child process with PID 73189 has exited with exit code 1
[00:31:54]                   │ proc [kibana]  error  [15:51:27.141]  Error: Internal Server Error
[00:31:54]                   │ proc [kibana]     at HapiResponseAdapter.toError (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:132:19)
[00:31:54]                   │ proc [kibana]     at HapiResponseAdapter.toHapiResponse (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:86:19)
[00:31:54]                   │ proc [kibana]     at HapiResponseAdapter.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:81:17)
[00:31:54]                   │ proc [kibana]     at Router.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/router.js:160:34)
[00:31:54]                   │ proc [kibana]     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:31:56]                   │ERROR browser[SEVERE] http://localhost:6141/api/ml/data_frame/analytics/_explain - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:31:56]                   │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:31:56]                   │ debg comboBox.getComboBoxSelectedOptions, comboBoxSelector: mlAnalyticsCreateJobWizardDependentVariableSelect > comboBoxInput
[00:31:56]                   │ debg TestSubjects.find(mlAnalyticsCreateJobWizardDependentVariableSelect > comboBoxInput)
[00:31:56]                   │ debg Find.findByCssSelector('[data-test-subj="mlAnalyticsCreateJobWizardDependentVariableSelect"] [data-test-subj="comboBoxInput"]') with timeout=10000
[00:31:56]                   └- ✓ pass  (5.9s) "machine learning data frame analytics regression creation electrical grid stability inputs the dependent variable"
[00:31:56]                 └-> inputs the training percent
[00:31:56]                   └-> "before each" hook: global before each
[00:31:56]                   │ debg TestSubjects.exists(mlAnalyticsCreateJobWizardTrainingPercentSlider)
[00:31:56]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mlAnalyticsCreateJobWizardTrainingPercentSlider"]') with timeout=120000
[00:31:56]                   │ debg TestSubjects.find(mlAnalyticsCreateJobWizardTrainingPercentSlider)
[00:31:56]                   │ debg Find.findByCssSelector('[data-test-subj="mlAnalyticsCreateJobWizardTrainingPercentSlider"]') with timeout=10000
[00:31:56]                   │ debg --- retry.tryForTime error: slider value should have changed, but is still 80
[00:31:57]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/74788] [Main.cc@51] Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis4175233704987514357.conf'.
[00:31:57]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/74788] [Main.cc@158] Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis4175233704987514357.conf'
[00:31:57]                   │ info [r.suppressed] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] path: /_ml/data_frame/analytics/_explain, params: {}
[00:31:57]                   │      org.elasticsearch.ElasticsearchException: [memory_usage_estimation_444986] Error while closing process [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis4175233704987514357.conf'.
[00:31:57]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis4175233704987514357.conf'
[00:31:57]                   │      ], process errors: [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis4175233704987514357.conf'.
[00:31:57]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis4175233704987514357.conf'
[00:31:57]                   │      ]
[00:31:57]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:55) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:57]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:112) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:57]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.lambda$runJobAsync$0(MemoryUsageEstimationProcessManager.java:48) [x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:57]                   │      	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:647) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:57]                   │      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
[00:31:57]                   │      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
[00:31:57]                   │      	at java.lang.Thread.run(Thread.java:832) [?:?]
[00:31:57]                   │      Caused by: org.elasticsearch.ElasticsearchException: Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis4175233704987514357.conf'.
[00:31:57]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis4175233704987514357.conf'
[00:31:57]                   │      
[00:31:57]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:51) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:57]                   │      	at org.elasticsearch.xpack.ml.process.AbstractNativeProcess.close(AbstractNativeProcess.java:196) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:57]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:105) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:57]                   │      	... 5 more
[00:31:57]                   │ debg --- retry.tryForTime error: slider value should be '20' (got '70')
[00:31:57]                   │ proc [kibana]  error  [15:51:30.509]  Error: Internal Server Error
[00:31:57]                   │ proc [kibana]     at HapiResponseAdapter.toError (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:132:19)
[00:31:57]                   │ proc [kibana]     at HapiResponseAdapter.toHapiResponse (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:86:19)
[00:31:57]                   │ proc [kibana]     at HapiResponseAdapter.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:81:17)
[00:31:57]                   │ proc [kibana]     at Router.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/router.js:160:34)
[00:31:57]                   │ proc [kibana]     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:31:57]                   │ERROR browser[SEVERE] http://localhost:6141/api/ml/data_frame/analytics/_explain - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:31:57]                   │ debg --- retry.tryForTime error: slider value should have changed, but is still 70
[00:31:58]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/75148] [Main.cc@51] Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8847710108279979856.conf'.
[00:31:58]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/75148] [Main.cc@158] Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8847710108279979856.conf'
[00:31:58]                   │ info [r.suppressed] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] path: /_ml/data_frame/analytics/_explain, params: {}
[00:31:58]                   │      org.elasticsearch.ElasticsearchException: [memory_usage_estimation_445042] Error while closing process [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8847710108279979856.conf'.
[00:31:58]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8847710108279979856.conf'
[00:31:58]                   │      ], process errors: [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8847710108279979856.conf'.
[00:31:58]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8847710108279979856.conf'
[00:31:58]                   │      ]
[00:31:58]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:55) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:58]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:112) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:58]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.lambda$runJobAsync$0(MemoryUsageEstimationProcessManager.java:48) [x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:58]                   │      	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:647) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:58]                   │      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
[00:31:58]                   │      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
[00:31:58]                   │      	at java.lang.Thread.run(Thread.java:832) [?:?]
[00:31:58]                   │      Caused by: org.elasticsearch.ElasticsearchException: Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8847710108279979856.conf'.
[00:31:58]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8847710108279979856.conf'
[00:31:58]                   │      
[00:31:58]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:51) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:58]                   │      	at org.elasticsearch.xpack.ml.process.AbstractNativeProcess.close(AbstractNativeProcess.java:196) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:58]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:105) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:58]                   │      	... 5 more
[00:31:58]                   │ proc [kibana]  error  [15:51:31.497]  Error: Internal Server Error
[00:31:58]                   │ proc [kibana]     at HapiResponseAdapter.toError (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:132:19)
[00:31:58]                   │ proc [kibana]     at HapiResponseAdapter.toHapiResponse (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:86:19)
[00:31:58]                   │ proc [kibana]     at HapiResponseAdapter.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:81:17)
[00:31:58]                   │ proc [kibana]     at Router.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/router.js:160:34)
[00:31:58]                   │ proc [kibana]     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:31:58]                   │ debg --- retry.tryForTime error: slider value should be '20' (got '60')
[00:31:58]                   │ERROR browser[SEVERE] http://localhost:6141/api/ml/data_frame/analytics/_explain - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:31:59]                   │ debg --- retry.tryForTime error: slider value should have changed, but is still 60
[00:31:59]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/75190] [Main.cc@51] Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis5406395476509945286.conf'.
[00:31:59]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/75190] [Main.cc@158] Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis5406395476509945286.conf'
[00:31:59]                   │ info [r.suppressed] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] path: /_ml/data_frame/analytics/_explain, params: {}
[00:31:59]                   │      org.elasticsearch.ElasticsearchException: [memory_usage_estimation_445098] Error while closing process [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis5406395476509945286.conf'.
[00:31:59]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis5406395476509945286.conf'
[00:31:59]                   │      ], process errors: [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis5406395476509945286.conf'.
[00:31:59]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis5406395476509945286.conf'
[00:31:59]                   │      ]
[00:31:59]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:55) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:59]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:112) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:59]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.lambda$runJobAsync$0(MemoryUsageEstimationProcessManager.java:48) [x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:59]                   │      	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:647) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:59]                   │      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
[00:31:59]                   │      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
[00:31:59]                   │      	at java.lang.Thread.run(Thread.java:832) [?:?]
[00:31:59]                   │      Caused by: org.elasticsearch.ElasticsearchException: Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis5406395476509945286.conf'.
[00:31:59]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis5406395476509945286.conf'
[00:31:59]                   │      
[00:31:59]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:51) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:59]                   │      	at org.elasticsearch.xpack.ml.process.AbstractNativeProcess.close(AbstractNativeProcess.java:196) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:59]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:105) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:31:59]                   │      	... 5 more
[00:31:59]                   │ proc [kibana]  error  [15:51:32.646]  Error: Internal Server Error
[00:31:59]                   │ proc [kibana]     at HapiResponseAdapter.toError (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:132:19)
[00:31:59]                   │ proc [kibana]     at HapiResponseAdapter.toHapiResponse (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:86:19)
[00:31:59]                   │ proc [kibana]     at HapiResponseAdapter.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:81:17)
[00:31:59]                   │ proc [kibana]     at Router.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/router.js:160:34)
[00:31:59]                   │ proc [kibana]     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:31:59]                   │ debg --- retry.tryForTime error: slider value should be '20' (got '50')
[00:31:59]                   │ERROR browser[SEVERE] http://localhost:6141/api/ml/data_frame/analytics/_explain - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:32:00]                   │ debg --- retry.tryForTime error: slider value should have changed, but is still 50
[00:32:00]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/75271] [Main.cc@51] Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis13807996363368984049.conf'.
[00:32:00]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/75271] [Main.cc@158] Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis13807996363368984049.conf'
[00:32:00]                   │ info [r.suppressed] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] path: /_ml/data_frame/analytics/_explain, params: {}
[00:32:00]                   │      org.elasticsearch.ElasticsearchException: [memory_usage_estimation_445149] Error while closing process [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis13807996363368984049.conf'.
[00:32:00]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis13807996363368984049.conf'
[00:32:00]                   │      ], process errors: [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis13807996363368984049.conf'.
[00:32:00]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis13807996363368984049.conf'
[00:32:00]                   │      ]
[00:32:00]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:55) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:00]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:112) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:00]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.lambda$runJobAsync$0(MemoryUsageEstimationProcessManager.java:48) [x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:00]                   │      	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:647) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:00]                   │      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
[00:32:00]                   │      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
[00:32:00]                   │      	at java.lang.Thread.run(Thread.java:832) [?:?]
[00:32:00]                   │      Caused by: org.elasticsearch.ElasticsearchException: Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis13807996363368984049.conf'.
[00:32:00]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis13807996363368984049.conf'
[00:32:00]                   │      
[00:32:00]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:51) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:00]                   │      	at org.elasticsearch.xpack.ml.process.AbstractNativeProcess.close(AbstractNativeProcess.java:196) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:00]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:105) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:00]                   │      	... 5 more
[00:32:00]                   │ debg --- retry.tryForTime error: slider value should be '20' (got '40')
[00:32:00]                   │ proc [kibana]  error  [15:51:33.793]  Error: Internal Server Error
[00:32:00]                   │ proc [kibana]     at HapiResponseAdapter.toError (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:132:19)
[00:32:00]                   │ proc [kibana]     at HapiResponseAdapter.toHapiResponse (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:86:19)
[00:32:00]                   │ proc [kibana]     at HapiResponseAdapter.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:81:17)
[00:32:00]                   │ proc [kibana]     at Router.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/router.js:160:34)
[00:32:00]                   │ proc [kibana]     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:32:00]                   │ERROR browser[SEVERE] http://localhost:6141/api/ml/data_frame/analytics/_explain - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:32:01]                   │ debg --- retry.tryForTime error: slider value should have changed, but is still 40
[00:32:01]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/75342] [Main.cc@51] Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis9154012587022990653.conf'.
[00:32:01]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/75342] [Main.cc@158] Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis9154012587022990653.conf'
[00:32:01]                   │ info [r.suppressed] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] path: /_ml/data_frame/analytics/_explain, params: {}
[00:32:01]                   │      org.elasticsearch.ElasticsearchException: [memory_usage_estimation_445208] Error while closing process [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis9154012587022990653.conf'.
[00:32:01]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis9154012587022990653.conf'
[00:32:01]                   │      ], process errors: [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis9154012587022990653.conf'.
[00:32:01]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis9154012587022990653.conf'
[00:32:01]                   │      ]
[00:32:01]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:55) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:01]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:112) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:01]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.lambda$runJobAsync$0(MemoryUsageEstimationProcessManager.java:48) [x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:01]                   │      	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:647) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:01]                   │      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
[00:32:01]                   │      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
[00:32:01]                   │      	at java.lang.Thread.run(Thread.java:832) [?:?]
[00:32:01]                   │      Caused by: org.elasticsearch.ElasticsearchException: Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis9154012587022990653.conf'.
[00:32:01]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis9154012587022990653.conf'
[00:32:01]                   │      
[00:32:01]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:51) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:01]                   │      	at org.elasticsearch.xpack.ml.process.AbstractNativeProcess.close(AbstractNativeProcess.java:196) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:01]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:105) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:01]                   │      	... 5 more
[00:32:01]                   │ debg --- retry.tryForTime error: slider value should be '20' (got '30')
[00:32:01]                   │ proc [kibana]  error  [15:51:34.840]  Error: Internal Server Error
[00:32:01]                   │ proc [kibana]     at HapiResponseAdapter.toError (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:132:19)
[00:32:01]                   │ proc [kibana]     at HapiResponseAdapter.toHapiResponse (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:86:19)
[00:32:01]                   │ proc [kibana]     at HapiResponseAdapter.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:81:17)
[00:32:01]                   │ proc [kibana]     at Router.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/router.js:160:34)
[00:32:01]                   │ proc [kibana]     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:32:01]                   │ERROR browser[SEVERE] http://localhost:6141/api/ml/data_frame/analytics/_explain - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:32:02]                   │ debg --- retry.tryForTime error: slider value should have changed, but is still 30
[00:32:02]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/75387] [Main.cc@51] Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8631943561158243806.conf'.
[00:32:02]                   │ info [o.e.x.m.p.l.CppLogMessageHandler] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] [dummy] [data_frame_analyzer/75387] [Main.cc@158] Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8631943561158243806.conf'
[00:32:02]                   │ info [r.suppressed] [kibana-ci-immutable-ubuntu-18-tests-xl-1594651548646700548] path: /_ml/data_frame/analytics/_explain, params: {}
[00:32:02]                   │      org.elasticsearch.ElasticsearchException: [memory_usage_estimation_445259] Error while closing process [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8631943561158243806.conf'.
[00:32:02]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8631943561158243806.conf'
[00:32:02]                   │      ], process errors: [Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8631943561158243806.conf'.
[00:32:02]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8631943561158243806.conf'
[00:32:02]                   │      ]
[00:32:02]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:55) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:02]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:112) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:02]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.lambda$runJobAsync$0(MemoryUsageEstimationProcessManager.java:48) [x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:02]                   │      	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:647) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:02]                   │      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
[00:32:02]                   │      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
[00:32:02]                   │      	at java.lang.Thread.run(Thread.java:832) [?:?]
[00:32:02]                   │      Caused by: org.elasticsearch.ElasticsearchException: Environment error: failed to open file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8631943561158243806.conf'.
[00:32:02]                   │      Failed to read config file '/dev/shm/workspace/kibana/.es/job-xpack-kibana-ciGroup3-worker-4-es-test-cluster/ES_TMPDIR/analysis8631943561158243806.conf'
[00:32:02]                   │      
[00:32:02]                   │      	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:51) ~[x-pack-core-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:02]                   │      	at org.elasticsearch.xpack.ml.process.AbstractNativeProcess.close(AbstractNativeProcess.java:196) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:02]                   │      	at org.elasticsearch.xpack.ml.dataframe.process.MemoryUsageEstimationProcessManager.runJob(MemoryUsageEstimationProcessManager.java:105) ~[x-pack-ml-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:32:02]                   │      	... 5 more
[00:32:02]                   │ proc [kibana]  error  [15:51:35.835]  Error: Internal Server Error
[00:32:02]                   │ proc [kibana]     at HapiResponseAdapter.toError (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:132:19)
[00:32:02]                   │ proc [kibana]     at HapiResponseAdapter.toHapiResponse (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:86:19)
[00:32:02]                   │ proc [kibana]     at HapiResponseAdapter.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/response_adapter.js:81:17)
[00:32:02]                   │ proc [kibana]     at Router.handle (/dev/shm/workspace/install/kibana-4/src/core/server/http/router/router.js:160:34)
[00:32:02]                   │ proc [kibana]     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:32:02]                   │ debg --- retry.tryForTime error: slider value should be '20' (got '20')
[00:32:02]                   │ERROR browser[SEVERE] http://localhost:6141/api/ml/data_frame/analytics/_explain - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
[00:32:03]                   │ debg TestSubjects.getAttribute(mlAnalyticsCreateJobWizardTrainingPercentSlider, value)
[00:32:03]                   │ debg TestSubjects.find(mlAnalyticsCreateJobWizardTrainingPercentSlider)
[00:32:03]                   │ debg Find.findByCssSelector('[data-test-subj="mlAnalyticsCreateJobWizardTrainingPercentSlider"]') with timeout=10000
[00:32:03]                   └- ✓ pass  (6.6s) "machine learning data frame analytics regression creation electrical grid stability inputs the training percent"
[00:32:03]                 └-> displays the source data preview
[00:32:03]                   └-> "before each" hook: global before each
[00:32:03]                   │ debg TestSubjects.exists(mlAnalyticsCreationDataGrid loaded)
[00:32:03]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mlAnalyticsCreationDataGrid loaded"]') with timeout=5000
[00:32:03]                   └- ✓ pass  (31ms) "machine learning data frame analytics regression creation electrical grid stability displays the source data preview"
[00:32:03]                 └-> displays the include fields selection
[00:32:03]                   └-> "before each" hook: global before each
[00:32:03]                   │ debg TestSubjects.exists(mlAnalyticsCreateJobWizardIncludesSelect)
[00:32:03]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mlAnalyticsCreateJobWizardIncludesSelect"]') with timeout=5000
[00:32:05]                   │ debg --- retry.tryForTime error: [data-test-subj="mlAnalyticsCreateJobWizardIncludesSelect"] is not displayed
[00:32:08]                   │ debg --- retry.tryForTime failed again with the same message...
[00:32:09]                   │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/machine learning data frame analytics regression creation electrical grid stability displays the include fields selection.png"
[00:32:09]                   │ info Current URL is: http://localhost:6141/app/ml#/data_frame_analytics/new_job?index=a165f360-c520-11ea-92c5-731f8273a94e
[00:32:09]                   │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/machine learning data frame analytics regression creation electrical grid stability displays the include fields selection.html
[00:32:09]                   └- ✖ fail: machine learning data frame analytics regression creation electrical grid stability displays the include fields selection
[00:32:09]                   │      Error: expected testSubject(mlAnalyticsCreateJobWizardIncludesSelect) to exist
[00:32:09]                   │       at TestSubjects.existOrFail (/dev/shm/workspace/kibana/test/functional/services/common/test_subjects.ts:62:15)
[00:32:09]                   │ 
[00:32:09]                   │ 

Stack Trace

Error: expected testSubject(mlAnalyticsCreateJobWizardIncludesSelect) to exist
    at TestSubjects.existOrFail (/dev/shm/workspace/kibana/test/functional/services/common/test_subjects.ts:62:15)

Build metrics

✅ unchanged

History

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

@blaklaybul blaklaybul merged commit c5729b8 into elastic:master Jul 13, 2020
blaklaybul pushed a commit to blaklaybul/kibana that referenced this pull request Jul 13, 2020
* adds siem_cloudtrail module

* updates logo to logoSecurity

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
blaklaybul pushed a commit that referenced this pull request Jul 13, 2020
* adds siem_cloudtrail module

* updates logo to logoSecurity

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants