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] Edits labelling of SIEM module and jobs from SIEM to Security #71696

Merged
merged 4 commits into from
Jul 15, 2020

Conversation

peteharverson
Copy link
Contributor

Summary

Edits all references to 'SIEM' in the ML SIEM modules to 'Security'. The following parts of the configurations were edited:

  • Module titles
  • Module descriptions
  • Job descriptions
  • siem job group changed to security

The siem#/ portion of the custom URLs was also edited to security/.

Also removes the 'beta' label from module and job descriptions.

image

image (26)

Part of #69319

@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@peteharverson peteharverson added release_note:skip Skip the PR/issue when compiling release notes and removed release_note:enhancement labels Jul 14, 2020
Copy link
Contributor

@blaklaybul blaklaybul left a comment

Choose a reason for hiding this comment

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

Looks good, just requested punctuation changes

@@ -1,8 +1,8 @@
{
"job_type": "anomaly_detector",
"description": "SIEM Auditbeat: Looks for unusual processes using the network which could indicate command-and-control, lateral movement, persistence, or data exfiltration activity (beta)",
"description": "Security: Auditbeat - Looks for unusual processes using the network which could indicate command-and-control, lateral movement, persistence, or data exfiltration activity",
Copy link
Contributor

Choose a reason for hiding this comment

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

add . to end of description

@@ -1,8 +1,8 @@
{
"job_type": "anomaly_detector",
"description": "SIEM Auditbeat: Looks for unusual destination port activity that could indicate command-and-control, persistence mechanism, or data exfiltration activity (beta)",
"description": "Security: Auditbeat - Looks for unusual destination port activity that could indicate command-and-control, persistence mechanism, or data exfiltration activity",
Copy link
Contributor

Choose a reason for hiding this comment

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

add . to end of description

"auditbeat",
"network"
],
"description": "SIEM Auditbeat: Looks for unusual listening ports that could indicate execution of unauthorized services, backdoors, or persistence mechanisms (beta)",
"description": "Security: Auditbeat - Looks for unusual listening ports that could indicate execution of unauthorized services, backdoors, or persistence mechanisms",
Copy link
Contributor

Choose a reason for hiding this comment

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

add . to end of description

"auditbeat",
"network"
],
"description": "Security: Auditbeat - Looks for an unusual web URL request from a Linux instance. Curl and wget web request activity is very common but unusual web requests from a Linux server can sometimes be malware delivery or execution",
Copy link
Contributor

Choose a reason for hiding this comment

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

add . to end of description

@@ -1,8 +1,8 @@
{
"job_type": "anomaly_detector",
"description": "SIEM Auditbeat: Looks for processes that are unusual to all Linux hosts. Such unusual processes may indicate unauthorized services, malware, or persistence mechanisms (beta)",
"description": "Security: Auditbeat - Looks for processes that are unusual to all Linux hosts. Such unusual processes may indicate unauthorized services, malware, or persistence mechanisms",
Copy link
Contributor

Choose a reason for hiding this comment

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

add . to end of description

@@ -1,8 +1,8 @@
{
"job_type": "anomaly_detector",
"description": "SIEM Winlogbeat: Looks for unusual powershell scripts that may indicate execution of malware, or persistence mechanisms (beta)",
"description": "Security: Winlogbeat - Looks for unusual powershell scripts that may indicate execution of malware, or persistence mechanisms",
Copy link
Contributor

Choose a reason for hiding this comment

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

add . to end of description

],
"description": "SIEM Winlogbeat: Looks for rare and unusual Windows services which may indicate execution of unauthorized services, malware, or persistence mechanisms (beta)",
"description": "Security: Winlogbeat - Looks for rare and unusual Windows services which may indicate execution of unauthorized services, malware, or persistence mechanisms",
Copy link
Contributor

Choose a reason for hiding this comment

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

add . to end of description

@@ -1,8 +1,8 @@
{
"job_type": "anomaly_detector",
"description": "SIEM Winlogbeat: Rare and unusual users that are not normally active may indicate unauthorized changes or activity by an unauthorized user which may be credentialed access or lateral movement (beta)",
"description": "Security: Winlogbeat - Rare and unusual users that are not normally active may indicate unauthorized changes or activity by an unauthorized user which may be credentialed access or lateral movement",
Copy link
Contributor

Choose a reason for hiding this comment

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

add . to end of description

@@ -1,8 +1,8 @@
{
"job_type": "anomaly_detector",
"description": "SIEM Winlogbeat: Unusual user context switches can be due to privilege escalation (beta)",
"description": "Security: Winlogbeat - Unusual user context switches can be due to privilege escalation",
Copy link
Contributor

Choose a reason for hiding this comment

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

add . to end of description

@@ -1,8 +1,8 @@
{
"job_type": "anomaly_detector",
"description": "SIEM Winlogbeat Auth: Unusual RDP (remote desktop protocol) user logins can indicate account takeover or credentialed access (beta)",
"description": "Security: Winlogbeat Auth - Unusual RDP (remote desktop protocol) user logins can indicate account takeover or credentialed access",
Copy link
Contributor

Choose a reason for hiding this comment

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

add . to end of description

@peteharverson peteharverson requested a review from blaklaybul July 14, 2020 17:09
Copy link
Contributor

@alvarezmelissa87 alvarezmelissa87 left a comment

Choose a reason for hiding this comment

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

LGTM ⚡

@@ -33,20 +33,20 @@
"custom_urls": [
{
"url_name": "Host Details by process name",
"url_value": "siem#/ml-hosts/$host.name$?_g=()&query=(query:'process.name%20:%20%22$process.name$%22',language:kuery)&timerange=(global:(linkTo:!(timeline),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')),timeline:(linkTo:!(global),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')))"
"url_value": "security/ml-hosts/$host.name$?_g=()&query=(query:'process.name%20:%20%22$process.name$%22',language:kuery)&timerange=(global:(linkTo:!(timeline),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')),timeline:(linkTo:!(global),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')))"
Copy link
Member

Choose a reason for hiding this comment

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

Testing on our end I think we've got a bug with the redirect, so we'll need to address in a follow up on the security side, but these URL updates look good to me.

Copy link
Member

@spong spong left a comment

Choose a reason for hiding this comment

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

LGTM on the SecuritySolution side! As commented I think our ml-hosts redirect isn't currently working, but the URL changes look good so just something we need to fix on our end.

Once this is merged we'll follow up with that fix and the remaining UI items in #69319. Thanks @peteharverson! 🎉

Edit: Apologies @peteharverson, I was incorrect about the URL changes -- @XavierM posted the correct ones below.

@@ -34,19 +34,19 @@
"custom_urls": [
{
"url_name": "Host Details by process name",
"url_value": "siem#/ml-hosts/$host.name$?_g=()&query=(query:'process.name%20:%20%22$process.name$%22',language:kuery)&timerange=(global:(linkTo:!(timeline),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')),timeline:(linkTo:!(global),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')))"
"url_value": "security/ml-hosts/$host.name$?_g=()&query=(query:'process.name%20:%20%22$process.name$%22',language:kuery)&timerange=(global:(linkTo:!(timeline),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')),timeline:(linkTo:!(global),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')))"
Copy link
Contributor

Choose a reason for hiding this comment

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

it needs to be security/hosts/ml-hosts... for all ml-hosts

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed in b7aa0e7

@@ -33,8 +33,8 @@
"custom_urls": [
{
"url_name": "IP Address Details",
"url_value": "siem#/ml-network/ip/$source.ip$?_g=()&query=!n&timerange=(global:(linkTo:!(timeline),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')),timeline:(linkTo:!(global),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')))"
"url_value": "security/ml-network/ip/$source.ip$?_g=()&query=!n&timerange=(global:(linkTo:!(timeline),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')),timeline:(linkTo:!(global),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')))"
Copy link
Contributor

@XavierM XavierM Jul 14, 2020

Choose a reason for hiding this comment

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

for all ml-network it needs to be security/network/ml-network/

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed in b7aa0e7

Copy link
Contributor

@XavierM XavierM left a comment

Choose a reason for hiding this comment

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

siem#/ml-network -> security/network/ml-network...
siem#/ml-hosts -> security/hosts/ml-hosts...

@peteharverson
Copy link
Contributor Author

@XavierM I updated those URLs to the security app. Please can you check them again.

@peteharverson peteharverson requested a review from XavierM July 14, 2020 19:05
@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / kibana-oss-agent / Chrome UI Functional Tests.test/functional/apps/saved_objects_management/edit_saved_object·ts.saved objects management saved objects edition page allows to delete a saved object

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:11:32]         └-: saved objects management
[00:11:32]           └-> "before all" hook
[00:11:32]           └-: saved objects edition page
[00:11:32]             └-> "before all" hook
[00:11:32]             └-> allows to update the saved object when submitting
[00:11:32]               └-> "before each" hook: global before each
[00:11:32]               └-> "before each" hook
[00:11:32]                 │ info [saved_objects_management/edit_saved_object] Loading "mappings.json"
[00:11:32]                 │ info [saved_objects_management/edit_saved_object] Loading "data.json"
[00:11:32]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana] creating index, cause [api], templates [], shards [1]/[0]
[00:11:32]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana][0]]])." previous.health="YELLOW" reason="shards started [[.kibana][0]]"
[00:11:32]                 │ info [saved_objects_management/edit_saved_object] Created index ".kibana"
[00:11:32]                 │ debg [saved_objects_management/edit_saved_object] ".kibana" settings {"index":{"number_of_shards":"1","auto_expand_replicas":"0-1","number_of_replicas":"0"}}
[00:11:32]                 │ info [saved_objects_management/edit_saved_object] Indexed 4 docs into ".kibana"
[00:11:32]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana/yl2Q47KAQXW-yK5VGxqTIA] update_mapping [_doc]
[00:11:32]                 │ debg Migrating saved objects
[00:11:32]                 │ proc [kibana]   log   [19:39:49.804] [info][savedobjects-service] Creating index .kibana_2.
[00:11:32]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1]
[00:11:32]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] updating number_of_replicas to [0] for indices [.kibana_2]
[00:11:32]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_2][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_2][0]]"
[00:11:32]                 │ proc [kibana]   log   [19:39:49.851] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:11:32]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1]
[00:11:32]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] updating number_of_replicas to [0] for indices [.kibana_1]
[00:11:32]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_1][0]]"
[00:11:32]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] 3336 finished with response BulkByScrollResponse[took=21.4ms,timed_out=false,sliceId=null,updated=0,created=4,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:11:32]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana/yl2Q47KAQXW-yK5VGxqTIA] deleting index
[00:11:32]                 │ proc [kibana]   log   [19:39:50.182] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:11:32]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_2/YBQude7HT_uDxfhGghw_sw] update_mapping [_doc]
[00:11:32]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_2/YBQude7HT_uDxfhGghw_sw] update_mapping [_doc]
[00:11:33]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_2/YBQude7HT_uDxfhGghw_sw] update_mapping [_doc]
[00:11:33]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_2/YBQude7HT_uDxfhGghw_sw] update_mapping [_doc]
[00:11:33]                 │ proc [kibana]   log   [19:39:50.286] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:11:33]                 │ proc [kibana]   log   [19:39:50.315] [info][savedobjects-service] Finished in 513ms.
[00:11:33]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:11:34]               │ debg navigating to settings url: http://localhost:6181/app/management
[00:11:34]               │ debg navigate to: http://localhost:6181/app/management
[00:11:34]               │ debg browser[INFO] http://localhost:6181/app/management?_t=1594755591858 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:11:34]               │
[00:11:34]               │ debg browser[INFO] http://localhost:6181/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:11:34]               │ debg ... sleep(700) start
[00:11:35]               │ debg ... sleep(700) end
[00:11:35]               │ debg returned from get, calling refresh
[00:11:35]               │ debg browser[INFO] http://localhost:6181/34683/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-14T19:39:52Z
[00:11:35]               │        Adding connection to http://localhost:6181/elasticsearch
[00:11:35]               │
[00:11:35]               │      "
[00:11:36]               │ERROR browser[SEVERE] http://localhost:6181/34683/bundles/plugin/newsfeed/newsfeed.plugin.js 0:19107 TypeError: Failed to fetch
[00:11:36]               │          at Fetch._callee3$ (http://localhost:6181/34683/bundles/core/core.entry.js:34:105924)
[00:11:36]               │          at l (http://localhost:6181/34683/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:155138)
[00:11:36]               │          at Generator._invoke (http://localhost:6181/34683/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:154891)
[00:11:36]               │          at Generator.forEach.e.<computed> [as throw] (http://localhost:6181/34683/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:155495)
[00:11:36]               │          at fetch_asyncGeneratorStep (http://localhost:6181/34683/bundles/core/core.entry.js:34:99267)
[00:11:36]               │          at _throw (http://localhost:6181/34683/bundles/core/core.entry.js:34:99675)
[00:11:36]               │ debg browser[INFO] http://localhost:6181/app/management?_t=1594755591858 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:11:36]               │
[00:11:36]               │ debg browser[INFO] http://localhost:6181/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:11:36]               │ debg browser[INFO] http://localhost:6181/34683/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-14T19:39:53Z
[00:11:36]               │        Adding connection to http://localhost:6181/elasticsearch
[00:11:36]               │
[00:11:36]               │      "
[00:11:36]               │ debg currentUrl = http://localhost:6181/app/management
[00:11:36]               │          appUrl = http://localhost:6181/app/management
[00:11:36]               │ debg TestSubjects.find(kibanaChrome)
[00:11:36]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:11:36]               │ debg ... sleep(501) start
[00:11:37]               │ debg ... sleep(501) end
[00:11:37]               │ debg in navigateTo url = http://localhost:6181/app/management
[00:11:37]               │ debg TestSubjects.exists(statusPageContainer)
[00:11:37]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:11:39]               │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:11:40]               │ debg TestSubjects.click(objects)
[00:11:40]               │ debg Find.clickByCssSelector('[data-test-subj="objects"]') with timeout=10000
[00:11:40]               │ debg Find.findByCssSelector('[data-test-subj="objects"]') with timeout=10000
[00:11:40]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:11:40]               │ debg --- retry.tryForTime error: stale element reference: element is not attached to the page document
[00:11:40]               │        (Session info: headless chrome=83.0.4103.116)
[00:11:44]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:11:47]               │ debg TestSubjects.find(savedObjectsTable)
[00:11:47]               │ debg Find.findByCssSelector('[data-test-subj="savedObjectsTable"]') with timeout=10000
[00:11:47]               │ debg navigateToUrl http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist
[00:11:47]               │ debg browser[INFO] http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist?_t=1594755604577 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:11:47]               │
[00:11:47]               │ debg browser[INFO] http://localhost:6181/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:11:47]               │ debg currentUrl = http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist
[00:11:47]               │          appUrl = http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist
[00:11:47]               │ debg TestSubjects.find(kibanaChrome)
[00:11:47]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:11:48]               │ debg TestSubjects.exists(savedObjectEditSave)
[00:11:48]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectEditSave"]') with timeout=120000
[00:11:48]               │ debg browser[INFO] http://localhost:6181/34683/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-14T19:40:05Z
[00:11:48]               │        Adding connection to http://localhost:6181/elasticsearch
[00:11:48]               │
[00:11:48]               │      "
[00:11:48]               │ debg TestSubjects.getAttribute(savedObjects-editField-title, value)
[00:11:48]               │ debg TestSubjects.find(savedObjects-editField-title)
[00:11:48]               │ debg Find.findByCssSelector('[data-test-subj="savedObjects-editField-title"]') with timeout=10000
[00:11:48]               │ debg TestSubjects.setValue(savedObjects-editField-title, Edited Dashboard)
[00:11:48]               │ debg TestSubjects.click(savedObjects-editField-title)
[00:11:48]               │ debg Find.clickByCssSelector('[data-test-subj="savedObjects-editField-title"]') with timeout=10000
[00:11:48]               │ debg Find.findByCssSelector('[data-test-subj="savedObjects-editField-title"]') with timeout=10000
[00:11:49]               │ debg TestSubjects.setValue(savedObjects-editField-description, Some description)
[00:11:49]               │ debg TestSubjects.click(savedObjects-editField-description)
[00:11:49]               │ debg Find.clickByCssSelector('[data-test-subj="savedObjects-editField-description"]') with timeout=10000
[00:11:49]               │ debg Find.findByCssSelector('[data-test-subj="savedObjects-editField-description"]') with timeout=10000
[00:11:49]               │ debg TestSubjects.find(savedObjectEditSave)
[00:11:49]               │ debg Find.findByCssSelector('[data-test-subj="savedObjectEditSave"]') with timeout=10000
[00:11:49]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:11:50]               │ debg --- retry.tryForTime error: stale element reference: element is not attached to the page document
[00:11:50]               │        (Session info: headless chrome=83.0.4103.116)
[00:11:54]               │ debg TestSubjects.find(savedObjectsTable)
[00:11:54]               │ debg Find.findByCssSelector('[data-test-subj="savedObjectsTable"]') with timeout=10000
[00:11:54]               │ debg navigateToUrl http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist
[00:11:54]               │ debg browser[INFO] http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist?_t=1594755611780 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:11:54]               │
[00:11:54]               │ debg browser[INFO] http://localhost:6181/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:11:54]               │ debg currentUrl = http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist
[00:11:54]               │          appUrl = http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist
[00:11:54]               │ debg TestSubjects.find(kibanaChrome)
[00:11:54]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:11:55]               │ debg TestSubjects.getAttribute(savedObjects-editField-title, value)
[00:11:55]               │ debg TestSubjects.find(savedObjects-editField-title)
[00:11:55]               │ debg Find.findByCssSelector('[data-test-subj="savedObjects-editField-title"]') with timeout=10000
[00:11:55]               │ debg browser[INFO] http://localhost:6181/34683/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-14T19:40:12Z
[00:11:55]               │        Adding connection to http://localhost:6181/elasticsearch
[00:11:55]               │
[00:11:55]               │      "
[00:11:56]               │ debg TestSubjects.getAttribute(savedObjects-editField-description, value)
[00:11:56]               │ debg TestSubjects.find(savedObjects-editField-description)
[00:11:56]               │ debg Find.findByCssSelector('[data-test-subj="savedObjects-editField-description"]') with timeout=10000
[00:11:56]               └- ✓ pass  (21.6s) "saved objects management saved objects edition page allows to update the saved object when submitting"
[00:11:56]             └-> "after each" hook
[00:11:56]               │ info [saved_objects_management/edit_saved_object] Unloading indices from "mappings.json"
[00:11:56]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_2/YBQude7HT_uDxfhGghw_sw] deleting index
[00:11:56]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_1/L3FDHYGGTf6dqVCjOnJLsw] deleting index
[00:11:56]               │ info [saved_objects_management/edit_saved_object] Deleted existing index [".kibana_2",".kibana_1"]
[00:11:56]               │ info [saved_objects_management/edit_saved_object] Unloading indices from "data.json"
[00:11:56]             └-> allows to delete a saved object
[00:11:56]               └-> "before each" hook: global before each
[00:11:56]               └-> "before each" hook
[00:11:56]                 │ info [saved_objects_management/edit_saved_object] Loading "mappings.json"
[00:11:56]                 │ info [saved_objects_management/edit_saved_object] Loading "data.json"
[00:11:56]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana] creating index, cause [api], templates [], shards [1]/[0]
[00:11:56]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana][0]]])." previous.health="YELLOW" reason="shards started [[.kibana][0]]"
[00:11:56]                 │ info [saved_objects_management/edit_saved_object] Created index ".kibana"
[00:11:56]                 │ debg [saved_objects_management/edit_saved_object] ".kibana" settings {"index":{"number_of_shards":"1","auto_expand_replicas":"0-1","number_of_replicas":"0"}}
[00:11:56]                 │ info [saved_objects_management/edit_saved_object] Indexed 4 docs into ".kibana"
[00:11:56]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana/3CsP0e46TC6t4CoKr0Q26Q] update_mapping [_doc]
[00:11:56]                 │ debg Migrating saved objects
[00:11:56]                 │ proc [kibana]   log   [19:40:13.630] [info][savedobjects-service] Creating index .kibana_2.
[00:11:56]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1]
[00:11:56]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] updating number_of_replicas to [0] for indices [.kibana_2]
[00:11:56]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_2][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_2][0]]"
[00:11:56]                 │ proc [kibana]   log   [19:40:13.677] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:11:56]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1]
[00:11:56]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] updating number_of_replicas to [0] for indices [.kibana_1]
[00:11:56]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_1][0]]"
[00:11:56]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] 3592 finished with response BulkByScrollResponse[took=22.3ms,timed_out=false,sliceId=null,updated=0,created=4,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:11:56]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana/3CsP0e46TC6t4CoKr0Q26Q] deleting index
[00:11:56]                 │ proc [kibana]   log   [19:40:13.999] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:11:56]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_2/WDvomkiQQI2r5Pt6QfAoPg] update_mapping [_doc]
[00:11:56]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_2/WDvomkiQQI2r5Pt6QfAoPg] update_mapping [_doc]
[00:11:56]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_2/WDvomkiQQI2r5Pt6QfAoPg] update_mapping [_doc]
[00:11:56]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1594753841115513281] [.kibana_2/WDvomkiQQI2r5Pt6QfAoPg] update_mapping [_doc]
[00:11:56]                 │ proc [kibana]   log   [19:40:14.102] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:11:56]                 │ proc [kibana]   log   [19:40:14.138] [info][savedobjects-service] Finished in 509ms.
[00:11:56]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:11:58]               │ debg navigateToUrl http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist
[00:11:58]               │ debg browser[INFO] http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist?_t=1594755615680 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:11:58]               │
[00:11:58]               │ debg browser[INFO] http://localhost:6181/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:11:58]               │ debg currentUrl = http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist
[00:11:58]               │          appUrl = http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist
[00:11:58]               │ debg TestSubjects.find(kibanaChrome)
[00:11:58]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:11:59]               │ debg TestSubjects.find(savedObjectEditDelete)
[00:11:59]               │ debg Find.findByCssSelector('[data-test-subj="savedObjectEditDelete"]') with timeout=10000
[00:11:59]               │ debg browser[INFO] http://localhost:6181/34683/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-14T19:40:16Z
[00:11:59]               │        Adding connection to http://localhost:6181/elasticsearch
[00:11:59]               │
[00:11:59]               │      "
[00:11:59]               │ debg Clicking modal confirm
[00:11:59]               │ debg TestSubjects.exists(confirmModalTitleText)
[00:11:59]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:12:00]               │ debg TestSubjects.click(confirmModalConfirmButton)
[00:12:00]               │ debg Find.clickByCssSelector('[data-test-subj="confirmModalConfirmButton"]') with timeout=10000
[00:12:00]               │ debg Find.findByCssSelector('[data-test-subj="confirmModalConfirmButton"]') with timeout=10000
[00:12:00]               │ debg TestSubjects.exists(confirmModalTitleText)
[00:12:00]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:12:02]               │ debg browser[INFO] http://localhost:6181/34683/bundles/core/core.entry.js 83:262850 "Detected an unhandled Promise rejection.
[00:12:02]               │      TypeError: Cannot read property 'attributes' of undefined"
[00:12:02]               │ERROR browser[SEVERE] http://localhost:6181/34683/bundles/plugin/savedObjectsManagement/1.plugin.js 5:34045 Uncaught TypeError: Cannot read property 'attributes' of undefined
[00:12:02]               │ debg --- retry.tryForTime error: [data-test-subj="confirmModalTitleText"] is not displayed
[00:12:03]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:05]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:06]               │ debg --- retry.try error: Waiting
[00:12:06]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:09]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:09]               │ debg --- retry.try failed again with the same message...
[00:12:10]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:12]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:13]               │ debg --- retry.try failed again with the same message...
[00:12:13]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:16]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:16]               │ debg --- retry.try failed again with the same message...
[00:12:17]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:19]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:20]               │ debg --- retry.try failed again with the same message...
[00:12:20]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:23]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:23]               │ debg --- retry.try failed again with the same message...
[00:12:24]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:26]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:27]               │ debg --- retry.try failed again with the same message...
[00:12:27]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:30]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:30]               │ debg --- retry.try failed again with the same message...
[00:12:31]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:33]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:34]               │ debg --- retry.try failed again with the same message...
[00:12:34]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:37]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:37]               │ debg --- retry.try failed again with the same message...
[00:12:38]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:41]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:41]               │ debg --- retry.try failed again with the same message...
[00:12:42]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:44]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:45]               │ debg --- retry.try failed again with the same message...
[00:12:45]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:48]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:48]               │ debg --- retry.try failed again with the same message...
[00:12:49]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:51]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:52]               │ debg --- retry.try failed again with the same message...
[00:12:52]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:55]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:55]               │ debg --- retry.try failed again with the same message...
[00:12:56]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:12:58]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:12:59]               │ debg --- retry.try failed again with the same message...
[00:12:59]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:02]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:02]               │ debg --- retry.try failed again with the same message...
[00:13:03]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:05]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:06]               │ debg --- retry.try failed again with the same message...
[00:13:06]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:09]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:09]               │ debg --- retry.try failed again with the same message...
[00:13:10]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:12]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:13]               │ debg --- retry.try failed again with the same message...
[00:13:13]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:16]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:16]               │ debg --- retry.try failed again with the same message...
[00:13:17]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:19]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:20]               │ debg --- retry.try failed again with the same message...
[00:13:20]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:23]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:23]               │ debg --- retry.try failed again with the same message...
[00:13:24]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:26]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:27]               │ debg --- retry.try failed again with the same message...
[00:13:27]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:30]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:30]               │ debg --- retry.try failed again with the same message...
[00:13:31]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:33]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:34]               │ debg --- retry.try failed again with the same message...
[00:13:35]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:37]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:38]               │ debg --- retry.try failed again with the same message...
[00:13:38]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:41]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:41]               │ debg --- retry.try failed again with the same message...
[00:13:42]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:44]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:45]               │ debg --- retry.try failed again with the same message...
[00:13:45]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:48]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:48]               │ debg --- retry.try failed again with the same message...
[00:13:49]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:51]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:52]               │ debg --- retry.try failed again with the same message...
[00:13:52]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:55]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:55]               │ debg --- retry.try failed again with the same message...
[00:13:56]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:13:58]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:13:59]               │ debg --- retry.try failed again with the same message...
[00:13:59]               │ debg Find.existsByDisplayedByCssSelector('*[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading)') with timeout=2500
[00:14:02]               │ debg --- retry.tryForTime error: *[data-test-subj="savedObjectsTable"] :not(.euiBasicTable-loading) is not displayed
[00:14:02]               │ debg --- retry.try failed again with the same message...
[00:14:03]               │ info Taking screenshot "/dev/shm/workspace/kibana/test/functional/screenshots/failure/saved objects management saved objects edition page allows to delete a saved object.png"
[00:14:03]               │ info Current URL is: http://localhost:6181/app/management/kibana/objects/savedDashboards/i-exist
[00:14:03]               │ info Saving page source to: /dev/shm/workspace/kibana/test/functional/failure_debug/html/saved objects management saved objects edition page allows to delete a saved object.html
[00:14:03]               └- ✖ fail: saved objects management saved objects edition page allows to delete a saved object
[00:14:03]               │      retry.try timeout: Error: Waiting
[00:14:03]               │     at retry.try (/dev/shm/workspace/kibana/test/functional/page_objects/management/saved_objects_page.ts:97:17)
[00:14:03]               │   Error: retry.try timeout: Error: Waiting
[00:14:03]               │       at retry.try (test/functional/page_objects/management/saved_objects_page.ts:97:17)
[00:14:03]               │       at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
[00:14:03]               │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)
[00:14:03]               │ 
[00:14:03]               │ 

Stack Trace

Error: retry.try timeout: Error: Waiting
    at retry.try (test/functional/page_objects/management/saved_objects_page.ts:97:17)
    at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)

Build metrics

✅ unchanged

History

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

Copy link
Contributor

@XavierM XavierM left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Contributor

@blaklaybul blaklaybul left a comment

Choose a reason for hiding this comment

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

LGTM!

@spong spong merged commit e010ed3 into elastic:master Jul 15, 2020
peteharverson added a commit that referenced this pull request Jul 15, 2020
…71696) (#71797)

## Summary

Edits all references to 'SIEM' in the ML SIEM modules to 'Security'. The following parts of the configurations were edited:
- Module titles
- Module descriptions
- Job descriptions
- `siem` job group changed to `security`

The `siem#/` portion of the custom URLs was also edited to `security/`.

Also removes the 'beta' label from module and job descriptions.

![image](https://user-images.githubusercontent.com/7405507/87452224-dbe4fd00-c5f8-11ea-887b-89c47e3467d2.png)

![image (26)](https://user-images.githubusercontent.com/7405507/87452265-edc6a000-c5f8-11ea-94a8-e101126666fa.png)


Part of #69319

Co-authored-by: Pete Harverson <peteharverson@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
spong added a commit that referenced this pull request Jul 28, 2020
## Summary

Resolves #69319

Updates `siem` grouping to `security`, and enables cloudtrail module, fixing mis-match between the newly updated modules (#71696).


<p align="center">
  <img width="500" src="https://user-images.githubusercontent.com/2946766/88444121-b6b27480-cdd8-11ea-886a-9b4cadbaede8.png" />
</p>

<p align="center">
  <img width="500" src="https://user-images.githubusercontent.com/2946766/88444181-16108480-cdd9-11ea-9fba-aff1e4c38da3.png" />
</p>


Also updates all module icons to be consistent:

Auditbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592057-9a9e1580-d01a-11ea-97bb-d1096a4ae85f.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592020-8b1ecc80-d01a-11ea-8f2d-aa5cba94924e.png" />
</p>

Packetbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592205-e18c0b00-d01a-11ea-9553-9c87527c600b.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592270-f8caf880-d01a-11ea-94a8-5428d2c6ddea.png" />
</p>

Winlogbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592286-fff20680-d01a-11ea-87dd-4150debc988c.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592351-2021c580-d01b-11ea-863f-efd26d0105ab.png" />
</p>



- [X] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)
- [X] [Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials
  - Working w/ @benskelker on updated ML Jobs & nomenclature
spong added a commit to spong/kibana that referenced this pull request Jul 28, 2020
…73218)

## Summary

Resolves elastic#69319

Updates `siem` grouping to `security`, and enables cloudtrail module, fixing mis-match between the newly updated modules (elastic#71696).


<p align="center">
  <img width="500" src="https://user-images.githubusercontent.com/2946766/88444121-b6b27480-cdd8-11ea-886a-9b4cadbaede8.png" />
</p>

<p align="center">
  <img width="500" src="https://user-images.githubusercontent.com/2946766/88444181-16108480-cdd9-11ea-9fba-aff1e4c38da3.png" />
</p>


Also updates all module icons to be consistent:

Auditbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592057-9a9e1580-d01a-11ea-97bb-d1096a4ae85f.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592020-8b1ecc80-d01a-11ea-8f2d-aa5cba94924e.png" />
</p>

Packetbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592205-e18c0b00-d01a-11ea-9553-9c87527c600b.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592270-f8caf880-d01a-11ea-94a8-5428d2c6ddea.png" />
</p>

Winlogbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592286-fff20680-d01a-11ea-87dd-4150debc988c.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592351-2021c580-d01b-11ea-863f-efd26d0105ab.png" />
</p>



- [X] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)
- [X] [Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials
  - Working w/ @benskelker on updated ML Jobs & nomenclature
spong added a commit to spong/kibana that referenced this pull request Jul 28, 2020
…73218)

## Summary

Resolves elastic#69319

Updates `siem` grouping to `security`, and enables cloudtrail module, fixing mis-match between the newly updated modules (elastic#71696).


<p align="center">
  <img width="500" src="https://user-images.githubusercontent.com/2946766/88444121-b6b27480-cdd8-11ea-886a-9b4cadbaede8.png" />
</p>

<p align="center">
  <img width="500" src="https://user-images.githubusercontent.com/2946766/88444181-16108480-cdd9-11ea-9fba-aff1e4c38da3.png" />
</p>


Also updates all module icons to be consistent:

Auditbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592057-9a9e1580-d01a-11ea-97bb-d1096a4ae85f.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592020-8b1ecc80-d01a-11ea-8f2d-aa5cba94924e.png" />
</p>

Packetbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592205-e18c0b00-d01a-11ea-9553-9c87527c600b.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592270-f8caf880-d01a-11ea-94a8-5428d2c6ddea.png" />
</p>

Winlogbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592286-fff20680-d01a-11ea-87dd-4150debc988c.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592351-2021c580-d01b-11ea-863f-efd26d0105ab.png" />
</p>



- [X] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)
- [X] [Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials
  - Working w/ @benskelker on updated ML Jobs & nomenclature
spong added a commit that referenced this pull request Jul 28, 2020
…73391)

## Summary

Resolves #69319

Updates `siem` grouping to `security`, and enables cloudtrail module, fixing mis-match between the newly updated modules (#71696).


<p align="center">
  <img width="500" src="https://user-images.githubusercontent.com/2946766/88444121-b6b27480-cdd8-11ea-886a-9b4cadbaede8.png" />
</p>

<p align="center">
  <img width="500" src="https://user-images.githubusercontent.com/2946766/88444181-16108480-cdd9-11ea-9fba-aff1e4c38da3.png" />
</p>


Also updates all module icons to be consistent:

Auditbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592057-9a9e1580-d01a-11ea-97bb-d1096a4ae85f.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592020-8b1ecc80-d01a-11ea-8f2d-aa5cba94924e.png" />
</p>

Packetbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592205-e18c0b00-d01a-11ea-9553-9c87527c600b.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592270-f8caf880-d01a-11ea-94a8-5428d2c6ddea.png" />
</p>

Winlogbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592286-fff20680-d01a-11ea-87dd-4150debc988c.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592351-2021c580-d01b-11ea-863f-efd26d0105ab.png" />
</p>



- [X] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)
- [X] [Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials
  - Working w/ @benskelker on updated ML Jobs & nomenclature
spong added a commit that referenced this pull request Jul 28, 2020
…73390)

## Summary

Resolves #69319

Updates `siem` grouping to `security`, and enables cloudtrail module, fixing mis-match between the newly updated modules (#71696).


<p align="center">
  <img width="500" src="https://user-images.githubusercontent.com/2946766/88444121-b6b27480-cdd8-11ea-886a-9b4cadbaede8.png" />
</p>

<p align="center">
  <img width="500" src="https://user-images.githubusercontent.com/2946766/88444181-16108480-cdd9-11ea-9fba-aff1e4c38da3.png" />
</p>


Also updates all module icons to be consistent:

Auditbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592057-9a9e1580-d01a-11ea-97bb-d1096a4ae85f.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592020-8b1ecc80-d01a-11ea-8f2d-aa5cba94924e.png" />
</p>

Packetbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592205-e18c0b00-d01a-11ea-9553-9c87527c600b.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592270-f8caf880-d01a-11ea-94a8-5428d2c6ddea.png" />
</p>

Winlogbeat (Before/After):
<p align="center">
    <img width="260" src="https://user-images.githubusercontent.com/2946766/88592286-fff20680-d01a-11ea-87dd-4150debc988c.png" /><img width="300" src="https://user-images.githubusercontent.com/2946766/88592351-2021c580-d01b-11ea-863f-efd26d0105ab.png" />
</p>



- [X] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)
- [X] [Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials
  - Working w/ @benskelker on updated ML Jobs & nomenclature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Anomaly Detection ML anomaly detection :ml release_note:skip Skip the PR/issue when compiling release notes review v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants