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

[CTI] bring back skipped cypress tests #108978

Merged
merged 9 commits into from
Aug 18, 2021
Merged

Conversation

ecezalp
Copy link
Contributor

@ecezalp ecezalp commented Aug 17, 2021

Summary

unskips cti_enrichments.spec.ts
unskips indicator_match_rule.spec.ts

Checklist

Delete any items that are not applicable to this PR.

@ecezalp ecezalp added v8.0.0 release_note:skip Skip the PR/issue when compiling release notes Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. auto-backport Deprecated - use backport:version if exact versions are needed Team: CTI v7.15.0 labels Aug 17, 2021
@ecezalp ecezalp self-assigned this Aug 17, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

Copy link
Contributor

@rylnd rylnd left a comment

Choose a reason for hiding this comment

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

🪄 Thanks for bringing these back to life! 🪄

I just had one question about the addition of a span into our markup, but it's probably fine.

CI will determine whether this is 🟢 or not; approving to defer.

@@ -37,8 +37,7 @@ import {
import { ALERTS_URL } from '../../urls/navigation';
import { addsFieldsToTimeline } from '../../tasks/rule_details';

// TODO: Doesn't look like the roll over is happening for these tests. 'indicator' is still referenced in the fields browser
describe.skip('CTI Enrichment', () => {
describe('CTI Enrichment', () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

😉

@@ -202,11 +202,11 @@ const FormattedFieldValueComponent: React.FC<{
</EuiFlexGroup>
}
>
<>{value}</>
<span data-test-subj={`formatted-field-${fieldName}`}>{value}</span>
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you verify that this has no impact to layout?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

looked good in the cypress view

@rylnd
Copy link
Contributor

rylnd commented Aug 17, 2021

cc @michaelolo24

@ecezalp ecezalp enabled auto-merge (squash) August 17, 2021 21:41
@rylnd
Copy link
Contributor

rylnd commented Aug 17, 2021

@elasticmachine merge upstream

@ecezalp
Copy link
Contributor Author

ecezalp commented Aug 18, 2021

@elasticmachine merge upstream

Copy link
Member

@MadameSheema MadameSheema left a comment

Choose a reason for hiding this comment

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

Thanks @ecezalp :)

@MadameSheema
Copy link
Member

@elasticmachine merge upstream

@MadameSheema
Copy link
Member

Looks like the previous failing test it is related wit this: #109038 so everything should be working fine now :)

@ecezalp
Copy link
Contributor Author

ecezalp commented Aug 18, 2021

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / general / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/ml/embeddables/anomaly_charts_dashboard_embeddables·ts.machine learning embeddables anomaly charts with multi metric job can open job selection flyout

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:23]         └-: machine learning
[00:00:23]           └-> "before all" hook in "machine learning"
[00:00:23]           └-: 
[00:00:23]             └-> "before all" hook in ""
[00:00:23]             └-> "before all" hook in ""
[00:00:23]               │ debg creating role ft_ml_source
[00:00:23]               │ info [o.e.x.s.a.r.TransportPutRoleAction] [node-01] added role [ft_ml_source]
[00:00:24]               │ debg creating role ft_ml_source_readonly
[00:00:24]               │ info [o.e.x.s.a.r.TransportPutRoleAction] [node-01] added role [ft_ml_source_readonly]
[00:00:24]               │ debg creating role ft_ml_dest
[00:00:24]               │ info [o.e.x.s.a.r.TransportPutRoleAction] [node-01] added role [ft_ml_dest]
[00:00:24]               │ debg creating role ft_ml_dest_readonly
[00:00:24]               │ info [o.e.x.s.a.r.TransportPutRoleAction] [node-01] added role [ft_ml_dest_readonly]
[00:00:24]               │ debg creating role ft_ml_ui_extras
[00:00:24]               │ info [o.e.x.s.a.r.TransportPutRoleAction] [node-01] added role [ft_ml_ui_extras]
[00:00:24]               │ debg creating role ft_default_space_ml_all
[00:00:24]               │ info [o.e.x.s.a.r.TransportPutRoleAction] [node-01] added role [ft_default_space_ml_all]
[00:00:24]               │ debg creating role ft_default_space1_ml_all
[00:00:24]               │ info [o.e.x.s.a.r.TransportPutRoleAction] [node-01] added role [ft_default_space1_ml_all]
[00:00:24]               │ debg creating role ft_all_spaces_ml_all
[00:00:24]               │ info [o.e.x.s.a.r.TransportPutRoleAction] [node-01] added role [ft_all_spaces_ml_all]
[00:00:24]               │ debg creating role ft_default_space_ml_read
[00:00:24]               │ info [o.e.x.s.a.r.TransportPutRoleAction] [node-01] added role [ft_default_space_ml_read]
[00:00:24]               │ debg creating role ft_default_space1_ml_read
[00:00:24]               │ info [o.e.x.s.a.r.TransportPutRoleAction] [node-01] added role [ft_default_space1_ml_read]
[00:00:24]               │ debg creating role ft_all_spaces_ml_read
[00:00:24]               │ info [o.e.x.s.a.r.TransportPutRoleAction] [node-01] added role [ft_all_spaces_ml_read]
[00:00:24]               │ debg creating role ft_default_space_ml_none
[00:00:24]               │ info [o.e.x.s.a.r.TransportPutRoleAction] [node-01] added role [ft_default_space_ml_none]
[00:00:24]               │ debg creating user ft_ml_poweruser
[00:00:24]               │ info [o.e.x.s.a.u.TransportPutUserAction] [node-01] added user [ft_ml_poweruser]
[00:00:24]               │ debg created user ft_ml_poweruser
[00:00:24]               │ debg creating user ft_ml_poweruser_spaces
[00:00:24]               │ info [o.e.x.s.a.u.TransportPutUserAction] [node-01] added user [ft_ml_poweruser_spaces]
[00:00:24]               │ debg created user ft_ml_poweruser_spaces
[00:00:24]               │ debg creating user ft_ml_poweruser_space1
[00:00:24]               │ info [o.e.x.s.a.u.TransportPutUserAction] [node-01] added user [ft_ml_poweruser_space1]
[00:00:24]               │ debg created user ft_ml_poweruser_space1
[00:00:24]               │ debg creating user ft_ml_poweruser_all_spaces
[00:00:24]               │ info [o.e.x.s.a.u.TransportPutUserAction] [node-01] added user [ft_ml_poweruser_all_spaces]
[00:00:24]               │ debg created user ft_ml_poweruser_all_spaces
[00:00:24]               │ debg creating user ft_ml_viewer
[00:00:25]               │ info [o.e.x.s.a.u.TransportPutUserAction] [node-01] added user [ft_ml_viewer]
[00:00:25]               │ debg created user ft_ml_viewer
[00:00:25]               │ debg creating user ft_ml_viewer_spaces
[00:00:25]               │ info [o.e.x.s.a.u.TransportPutUserAction] [node-01] added user [ft_ml_viewer_spaces]
[00:00:25]               │ debg created user ft_ml_viewer_spaces
[00:00:25]               │ debg creating user ft_ml_viewer_space1
[00:00:25]               │ info [o.e.x.s.a.u.TransportPutUserAction] [node-01] added user [ft_ml_viewer_space1]
[00:00:25]               │ debg created user ft_ml_viewer_space1
[00:00:25]               │ debg creating user ft_ml_viewer_all_spaces
[00:00:25]               │ info [o.e.x.s.a.u.TransportPutUserAction] [node-01] added user [ft_ml_viewer_all_spaces]
[00:00:25]               │ debg created user ft_ml_viewer_all_spaces
[00:00:25]               │ debg creating user ft_ml_unauthorized
[00:00:25]               │ info [o.e.x.s.a.u.TransportPutUserAction] [node-01] added user [ft_ml_unauthorized]
[00:00:25]               │ debg created user ft_ml_unauthorized
[00:00:25]               │ debg creating user ft_ml_unauthorized_spaces
[00:00:25]               │ info [o.e.x.s.a.u.TransportPutUserAction] [node-01] added user [ft_ml_unauthorized_spaces]
[00:00:25]               │ debg created user ft_ml_unauthorized_spaces
[00:04:54]             └-: embeddables
[00:04:54]               └-> "before all" hook in "embeddables"
[00:04:54]               └-: anomaly charts
[00:04:54]                 └-> "before all" hook in "anomaly charts"
[00:04:54]                 └-> "before all" hook in "anomaly charts"
[00:04:54]                   │ info [x-pack/test/functional/es_archives/ml/farequote] Loading "mappings.json"
[00:04:54]                   │ info [x-pack/test/functional/es_archives/ml/farequote] Loading "data.json.gz"
[00:04:54]                   │ info [x-pack/test/functional/es_archives/ml/farequote] Skipped restore for existing index "ft_farequote"
[00:04:55]                   │ debg Searching for 'index-pattern' with title 'ft_farequote'...
[00:04:55]                   │ debg  > Found '1e9b0350-0028-11ec-8fc5-15d29a2b2ab1'
[00:04:55]                   │ debg Index pattern with title 'ft_farequote' already exists. Nothing to create.
[00:04:55]                   │ debg applying update to kibana config: {"dateFormat:tz":"UTC"}
[00:04:56]                   │ debg SecurityPage.forceLogout
[00:04:56]                   │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=100
[00:04:56]                   │ debg --- retry.tryForTime error: .login-form is not displayed
[00:04:57]                   │ debg Redirecting to /logout to force the logout
[00:04:57]                   │ debg Waiting on the login form to appear
[00:04:57]                   │ debg Waiting for Login Page to appear.
[00:04:57]                   │ debg Waiting up to 100000ms for login page...
[00:04:57]                   │ debg browser[INFO] http://localhost:61171/logout?_t=1629293449159 281 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:04:57]                   │
[00:04:57]                   │ debg browser[INFO] http://localhost:61171/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:04:57]                   │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:05:00]                   │ERROR browser[SEVERE] http://localhost:61171/api/alerts/list_alert_types - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:05:00]                   │ debg browser[INFO] http://localhost:61171/45473/bundles/core/core.entry.js 12:157356 "Detected an unhandled Promise rejection.
[00:05:00]                   │      Error: Unauthorized"
[00:05:00]                   │ERROR browser[SEVERE] http://localhost:61171/45473/bundles/core/core.entry.js 5:2474 
[00:05:00]                   │ debg browser[INFO] http://localhost:61171/login?msg=LOGGED_OUT 281 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:05:00]                   │
[00:05:00]                   │ debg browser[INFO] http://localhost:61171/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:05:00]                   │ debg --- retry.tryForTime error: .login-form is not displayed
[00:05:00]                   │ERROR browser[SEVERE] http://localhost:61171/api/licensing/info - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:05:01]                   │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:05:01]                   │ debg TestSubjects.exists(loginForm)
[00:05:01]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="loginForm"]') with timeout=2500
[00:05:01]                   │ debg Waiting for Login Form to appear.
[00:05:01]                   │ debg Waiting up to 100000ms for login form...
[00:05:01]                   │ debg TestSubjects.exists(loginForm)
[00:05:01]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="loginForm"]') with timeout=2500
[00:05:01]                   │ debg TestSubjects.setValue(loginUsername, ft_ml_poweruser)
[00:05:01]                   │ debg TestSubjects.click(loginUsername)
[00:05:01]                   │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:05:01]                   │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:05:01]                   │ debg TestSubjects.setValue(loginPassword, mlp001)
[00:05:01]                   │ debg TestSubjects.click(loginPassword)
[00:05:01]                   │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:05:01]                   │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:05:01]                   │ debg TestSubjects.click(loginSubmit)
[00:05:01]                   │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:05:01]                   │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:05:01]                   │ debg Waiting for login result, expected: chrome.
[00:05:01]                   │ debg Find.findByCssSelector('[data-test-subj="userMenuAvatar"]') with timeout=20000
[00:05:01]                   │ proc [kibana]   log   [13:30:53.702] [info][plugins][routes][security] Logging in with provider "basic" (basic)
[00:05:04]                   │ debg browser[INFO] http://localhost:61171/app/home 281 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:05:04]                   │
[00:05:04]                   │ debg browser[INFO] http://localhost:61171/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:05:04]                   │ debg Finished login process currentUrl = http://localhost:61171/app/home#/
[00:05:04]                   │ debg Waiting up to 20000ms for logout button visible...
[00:05:04]                   │ debg TestSubjects.exists(userMenuButton)
[00:05:04]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenuButton"]') with timeout=2500
[00:05:04]                   │ debg TestSubjects.exists(userMenu)
[00:05:04]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"]') with timeout=2500
[00:05:06]                   │ debg --- retry.tryForTime error: [data-test-subj="userMenu"] is not displayed
[00:05:07]                   │ debg TestSubjects.click(userMenuButton)
[00:05:07]                   │ debg Find.clickByCssSelector('[data-test-subj="userMenuButton"]') with timeout=10000
[00:05:07]                   │ debg Find.findByCssSelector('[data-test-subj="userMenuButton"]') with timeout=10000
[00:05:07]                   │ debg TestSubjects.exists(userMenu)
[00:05:07]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"]') with timeout=120000
[00:05:07]                   │ debg TestSubjects.exists(userMenu > logoutLink)
[00:05:07]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"] [data-test-subj="logoutLink"]') with timeout=2500
[00:05:07]                 └-: with multi metric job
[00:05:07]                   └-> "before all" hook for "can open job selection flyout"
[00:05:07]                   └-> "before all" hook for "can open job selection flyout"
[00:05:07]                     │ debg Creating anomaly detection job with id 'fq_multi_1_ae' ...
[00:05:07]                     │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.ml-anomalies-shared] creating index, cause [api], templates [.ml-anomalies-], shards [1]/[1]
[00:05:07]                     │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.ml-anomalies-shared]
[00:05:07]                     │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.ml-annotations-6] creating index, cause [api], templates [], shards [1]/[1]
[00:05:07]                     │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.ml-annotations-6]
[00:05:07]                     │ info [o.e.c.m.MetadataMappingService] [node-01] [.ml-anomalies-shared/6TKaRF90SPWww_1zYx0QrA] update_mapping [_doc]
[00:05:07]                     │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.ml-config] creating index, cause [auto(bulk api)], templates [], shards [1]/[1]
[00:05:07]                     │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.ml-config]
[00:05:07]                     │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.ml-notifications-000002] creating index, cause [auto(bulk api)], templates [.ml-notifications-000002], shards [1]/[1]
[00:05:07]                     │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.ml-notifications-000002]
[00:05:08]                     │ debg Waiting up to 5000ms for 'fq_multi_1_ae' to exist...
[00:05:08]                     │ debg > AD job created.
[00:05:08]                     │ debg Creating datafeed with id 'datafeed-fq_multi_1_ae' ...
[00:05:09]                     │ debg Waiting up to 5000ms for 'datafeed-fq_multi_1_ae' to exist...
[00:05:09]                     │ debg > Datafeed created.
[00:05:09]                     │ debg Opening anomaly detection job 'fq_multi_1_ae'...
[00:05:09]                     │ info [o.e.x.m.j.p.a.AutodetectProcessManager] [node-01] Opening job [fq_multi_1_ae]
[00:05:09]                     │ info [o.e.x.c.m.u.MlIndexAndAlias] [node-01] About to create first concrete index [.ml-state-000001] with alias [.ml-state-write]
[00:05:09]                     │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.ml-state-000001] creating index, cause [api], templates [.ml-state], shards [1]/[1]
[00:05:09]                     │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.ml-state-000001]
[00:05:09]                     │ info [o.e.x.i.IndexLifecycleTransition] [node-01] moving index [.ml-state-000001] from [null] to [{"phase":"new","action":"complete","name":"complete"}] in policy [ml-size-based-ilm-policy]
[00:05:09]                     │ info [o.e.x.m.j.p.a.AutodetectProcessManager] [node-01] [fq_multi_1_ae] Loading model snapshot [N/A], job latest_record_timestamp [N/A]
[00:05:10]                     │ info [o.e.x.m.p.l.CppLogMessageHandler] [node-01] [fq_multi_1_ae] [autodetect/111318] [CResourceMonitor.cc@82] Setting model memory limit to 20 MB
[00:05:10]                     │ info [o.e.x.i.IndexLifecycleTransition] [node-01] moving index [.ml-state-000001] from [{"phase":"new","action":"complete","name":"complete"}] to [{"phase":"hot","action":"unfollow","name":"branch-check-unfollow-prerequisites"}] in policy [ml-size-based-ilm-policy]
[00:05:10]                     │ debg > AD job opened.
[00:05:10]                     │ debg Starting datafeed 'datafeed-fq_multi_1_ae' with start: '0', end: '1629293462238'...
[00:05:10]                     │ info [o.e.x.i.IndexLifecycleTransition] [node-01] moving index [.ml-state-000001] from [{"phase":"hot","action":"unfollow","name":"branch-check-unfollow-prerequisites"}] to [{"phase":"hot","action":"rollover","name":"check-rollover-ready"}] in policy [ml-size-based-ilm-policy]
[00:05:10]                     │ debg > Datafeed started.
[00:05:10]                     │ debg Waiting up to 120000ms for datafeed state to be stopped...
[00:05:10]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:10]                     │ info [o.e.x.m.d.DatafeedJob] [node-01] [fq_multi_1_ae] Datafeed started (from: 1970-01-01T00:00:00.000Z to: 2021-08-18T13:31:02.238Z) with frequency [600000ms]
[00:05:10]                     │ debg --- retry.waitForWithTimeout error: expected job state to be stopped but got started
[00:05:10]                     │ info [o.e.c.m.MetadataMappingService] [node-01] [.ml-anomalies-shared/6TKaRF90SPWww_1zYx0QrA] update_mapping [_doc]
[00:05:11]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:11]                     │ info [o.e.x.m.j.p.DataCountsReporter] [node-01] [fq_multi_1_ae] 10000 records written to autodetect; missingFieldCount=0, invalidDateCount=0, outOfOrderCount=0
[00:05:11]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:11]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:11]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:11]                     │ info [o.e.x.m.j.p.DataCountsReporter] [node-01] [fq_multi_1_ae] 20000 records written to autodetect; missingFieldCount=0, invalidDateCount=0, outOfOrderCount=0
[00:05:12]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:12]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:12]                     │ info [o.e.x.m.j.p.DataCountsReporter] [node-01] [fq_multi_1_ae] 30000 records written to autodetect; missingFieldCount=0, invalidDateCount=0, outOfOrderCount=0
[00:05:12]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:12]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:12]                     │ info [o.e.x.m.j.p.DataCountsReporter] [node-01] [fq_multi_1_ae] 40000 records written to autodetect; missingFieldCount=0, invalidDateCount=0, outOfOrderCount=0
[00:05:13]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:13]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:13]                     │ info [o.e.x.m.j.p.DataCountsReporter] [node-01] [fq_multi_1_ae] 50000 records written to autodetect; missingFieldCount=0, invalidDateCount=0, outOfOrderCount=0
[00:05:13]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:13]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:14]                     │ info [o.e.x.m.j.p.DataCountsReporter] [node-01] [fq_multi_1_ae] 60000 records written to autodetect; missingFieldCount=0, invalidDateCount=0, outOfOrderCount=0
[00:05:14]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:14]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:14]                     │ info [o.e.x.m.j.p.DataCountsReporter] [node-01] [fq_multi_1_ae] 70000 records written to autodetect; missingFieldCount=0, invalidDateCount=0, outOfOrderCount=0
[00:05:14]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:14]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:15]                     │ info [o.e.x.m.j.p.DataCountsReporter] [node-01] [fq_multi_1_ae] 80000 records written to autodetect; missingFieldCount=0, invalidDateCount=0, outOfOrderCount=0
[00:05:15]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:15]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:15]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:15]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:16]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:16]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:16]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:16]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:16]                     │ info [o.e.x.m.d.DatafeedJob] [node-01] [fq_multi_1_ae] Lookback has finished
[00:05:16]                     │ info [o.e.x.m.d.DatafeedRunner] [node-01] [no_realtime] attempt to stop datafeed [datafeed-fq_multi_1_ae] for job [fq_multi_1_ae]
[00:05:16]                     │ info [o.e.x.m.d.DatafeedRunner] [node-01] [no_realtime] try lock [20s] to stop datafeed [datafeed-fq_multi_1_ae] for job [fq_multi_1_ae]...
[00:05:16]                     │ info [o.e.x.m.d.DatafeedRunner] [node-01] [no_realtime] stopping datafeed [datafeed-fq_multi_1_ae] for job [fq_multi_1_ae], acquired [true]...
[00:05:16]                     │ info [o.e.x.m.d.DatafeedRunner] [node-01] [no_realtime] datafeed [datafeed-fq_multi_1_ae] for job [fq_multi_1_ae] has been stopped
[00:05:17]                     │ info [o.e.x.m.j.p.a.AutodetectProcessManager] [node-01] Closing job [fq_multi_1_ae], because [close job (api)]
[00:05:17]                     │ info [o.e.x.m.p.l.CppLogMessageHandler] [node-01] [fq_multi_1_ae] [autodetect/111318] [CCmdSkeleton.cc@66] Handled 86274 records
[00:05:17]                     │ info [o.e.x.m.p.l.CppLogMessageHandler] [node-01] [fq_multi_1_ae] [autodetect/111318] [CAnomalyJob.cc@1601] Pruning obsolete models
[00:05:17]                     │ info [o.e.c.m.MetadataMappingService] [node-01] [.ml-anomalies-shared/6TKaRF90SPWww_1zYx0QrA] update_mapping [_doc]
[00:05:17]                     │ info [o.e.x.m.p.AbstractNativeProcess] [node-01] [fq_multi_1_ae] State output finished
[00:05:17]                     │ info [o.e.x.m.j.p.a.o.AutodetectResultProcessor] [node-01] [fq_multi_1_ae] 120 buckets parsed from autodetect output
[00:05:17]                     │ debg Fetching datafeed state for datafeed datafeed-fq_multi_1_ae
[00:05:17]                     │ debg Waiting up to 120000ms for job state to be closed...
[00:05:17]                     │ debg Fetching anomaly detection job stats for job fq_multi_1_ae...
[00:05:17]                     │ debg > AD job stats fetched.
[00:05:17]                     │ debg --- retry.waitForWithTimeout error: expected job state to be closed but got closing
[00:05:17]                     │ debg Fetching anomaly detection job stats for job fq_multi_1_ae...
[00:05:17]                     │ debg > AD job stats fetched.
[00:05:17]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:18]                     │ debg Fetching anomaly detection job stats for job fq_multi_1_ae...
[00:05:18]                     │ debg > AD job stats fetched.
[00:05:18]                     │ debg --- retry.waitForWithTimeout failed again with the same message...
[00:05:18]                     │ info [o.e.x.m.j.p.a.AutodetectCommunicator] [node-01] [fq_multi_1_ae] autodetect connection for job closed
[00:05:18]                     │ debg Fetching anomaly detection job stats for job fq_multi_1_ae...
[00:05:18]                     │ debg > AD job stats fetched.
[00:05:18]                     │ debg navigating to dashboard url: http://localhost:61171/app/dashboards#/list
[00:05:18]                     │ debg navigate to: http://localhost:61171/app/dashboards#/list
[00:05:19]                     │ debg browser[INFO] http://localhost:61171/app/dashboards?_t=1629293470783#/list 281 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:05:19]                     │
[00:05:19]                     │ debg browser[INFO] http://localhost:61171/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:05:19]                     │ debg ... sleep(700) start
[00:05:19]                     │ debg ... sleep(700) end
[00:05:19]                     │ debg returned from get, calling refresh
[00:05:21]                     │ debg browser[INFO] http://localhost:61171/app/dashboards?_t=1629293470783#/list 281 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:05:21]                     │
[00:05:21]                     │ debg browser[INFO] http://localhost:61171/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:05:21]                     │ debg currentUrl = http://localhost:61171/app/dashboards#/list
[00:05:21]                     │          appUrl = http://localhost:61171/app/dashboards#/list
[00:05:21]                     │ debg TestSubjects.find(kibanaChrome)
[00:05:21]                     │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:05:22]                     │ debg ... sleep(501) start
[00:05:22]                     │ debg ... sleep(501) end
[00:05:22]                     │ debg in navigateTo url = http://localhost:61171/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:05:22]                     │ debg --- retry.tryForTime error: URL changed, waiting for it to settle
[00:05:23]                     │ debg ... sleep(501) start
[00:05:23]                     │ debg ... sleep(501) end
[00:05:23]                     │ debg in navigateTo url = http://localhost:61171/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:05:23]                   └-> can open job selection flyout
[00:05:23]                     └-> "before each" hook: global before each for "can open job selection flyout"
[00:05:23]                     │ debg TestSubjects.click(createDashboardPromptButton)
[00:05:23]                     │ debg Find.clickByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:05:23]                     │ debg Find.findByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:05:23]                     │ debg TestSubjects.exists(emptyDashboardWidget)
[00:05:23]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="emptyDashboardWidget"]') with timeout=120000
[00:05:24]                     │ debg DashboardAddPanel.clickEditorMenuButton
[00:05:24]                     │ debg TestSubjects.click(dashboardEditorMenuButton)
[00:05:24]                     │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditorMenuButton"]') with timeout=10000
[00:05:24]                     │ debg Find.findByCssSelector('[data-test-subj="dashboardEditorMenuButton"]') with timeout=10000
[00:05:24]                     │ debg TestSubjects.exists(dashboardEditorContextMenu)
[00:05:24]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardEditorContextMenu"]') with timeout=2000
[00:05:24]                     │ debg DashboardAddPanel.clickEmbeddableFactoryGroupButton
[00:05:24]                     │ debg TestSubjects.click(dashboardEditorMenu-mlGroup)
[00:05:24]                     │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditorMenu-mlGroup"]') with timeout=10000
[00:05:24]                     │ debg Find.findByCssSelector('[data-test-subj="dashboardEditorMenu-mlGroup"]') with timeout=10000
[00:05:24]                     │ debg TestSubjects.click(createNew-ml_anomaly_charts)
[00:05:24]                     │ debg Find.clickByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:05:24]                     │ debg Find.findByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:05:35]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:05:35]                     │      Wait timed out after 10356ms
[00:05:35]                     │ debg Find.findByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:05:45]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:05:45]                     │      Wait timed out after 10047ms
[00:05:46]                     │ debg Find.findByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:05:56]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:05:56]                     │      Wait timed out after 10023ms
[00:05:56]                     │ debg Find.findByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:06:06]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:06:06]                     │      Wait timed out after 10022ms
[00:06:07]                     │ debg Find.findByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:06:17]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:06:17]                     │      Wait timed out after 10008ms
[00:06:17]                     │ debg Find.findByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:06:27]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:06:27]                     │      Wait timed out after 10045ms
[00:06:28]                     │ debg Find.findByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:06:38]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:06:38]                     │      Wait timed out after 10057ms
[00:06:39]                     │ debg Find.findByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:06:49]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:06:49]                     │      Wait timed out after 10046ms
[00:06:49]                     │ debg Find.findByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:06:59]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:06:59]                     │      Wait timed out after 10018ms
[00:07:00]                     │ debg Find.findByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:07:10]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:07:10]                     │      Wait timed out after 10036ms
[00:07:10]                     │ debg Find.findByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:07:20]                     │ debg --- retry.try failed again with the same message...
[00:07:21]                     │ debg Find.findByCssSelector('[data-test-subj="createNew-ml_anomaly_charts"]') with timeout=10000
[00:07:31]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:07:31]                     │      Wait timed out after 10055ms
[00:07:31]                     │ debg --- retry.tryForTime error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:07:31]                     │      Wait timed out after 10055ms
[00:07:31]                     │          at /dev/shm/workspace/parallel/17/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:07:31]                     │          at processTicksAndRejections (internal/process/task_queues.js:95:5)
[00:07:32]                     │ info Taking screenshot "/dev/shm/workspace/parallel/17/kibana/x-pack/test/functional/screenshots/failure/machine learning  embeddables anomaly charts with multi metric job can open job selection flyout.png"
[00:07:32]                     │ info Current URL is: http://localhost:61171/app/maps/map#?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_a=(filters:!(),query:(language:kuery,query:%27%27))
[00:07:32]                     │ info Saving page source to: /dev/shm/workspace/parallel/17/kibana/x-pack/test/functional/failure_debug/html/machine learning  embeddables anomaly charts with multi metric job can open job selection flyout.html
[00:07:32]                     └- ✖ fail: machine learning  embeddables anomaly charts with multi metric job can open job selection flyout
[00:07:32]                     │      retry.tryForTime timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:07:32]                     │ Wait timed out after 10055ms
[00:07:32]                     │     at /dev/shm/workspace/parallel/17/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:07:32]                     │     at processTicksAndRejections (internal/process/task_queues.js:95:5)
[00:07:32]                     │     at onFailure (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:17:9)
[00:07:32]                     │     at retryForSuccess (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:57:13)
[00:07:32]                     │     at RetryService.try (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry.ts:31:12)
[00:07:32]                     │     at Proxy.clickByCssSelector (/dev/shm/workspace/parallel/17/kibana/test/functional/services/common/find.ts:360:5)
[00:07:32]                     │     at TestSubjects.click (/dev/shm/workspace/parallel/17/kibana/test/functional/services/common/test_subjects.ts:105:5)
[00:07:32]                     │     at DashboardAddPanelService.clickAddNewEmbeddableLink (/dev/shm/workspace/parallel/17/kibana/test/functional/services/dashboard/add_panel.ts:67:5)
[00:07:32]                     │     at /dev/shm/workspace/parallel/17/kibana/x-pack/test/functional/services/ml/dashboard_embeddables.ts:104:9
[00:07:32]                     │     at runAttempt (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:27:15)
[00:07:32]                     │     at retryForSuccess (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:66:21)
[00:07:32]                     │     at RetryService.tryForTime (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry.ts:22:12)
[00:07:32]                     │     at Object.openJobSelectionFlyout (/dev/shm/workspace/parallel/17/kibana/x-pack/test/functional/services/ml/dashboard_embeddables.ts:99:7)
[00:07:32]                     │     at Context.<anonymous> (/dev/shm/workspace/parallel/17/kibana/x-pack/test/functional/apps/ml/embeddables/anomaly_charts_dashboard_embeddables.ts:89:11)
[00:07:32]                     │     at Object.apply (/dev/shm/workspace/parallel/17/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:07:32]                     │   Error: retry.tryForTime timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
[00:07:32]                     │   Wait timed out after 10055ms
[00:07:32]                     │       at /dev/shm/workspace/parallel/17/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:07:32]                     │       at processTicksAndRejections (internal/process/task_queues.js:95:5)
[00:07:32]                     │       at onFailure (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:17:9)
[00:07:32]                     │       at retryForSuccess (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:57:13)
[00:07:32]                     │       at RetryService.try (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry.ts:31:12)
[00:07:32]                     │       at Proxy.clickByCssSelector (/dev/shm/workspace/parallel/17/kibana/test/functional/services/common/find.ts:360:5)
[00:07:32]                     │       at TestSubjects.click (/dev/shm/workspace/parallel/17/kibana/test/functional/services/common/test_subjects.ts:105:5)
[00:07:32]                     │       at DashboardAddPanelService.clickAddNewEmbeddableLink (/dev/shm/workspace/parallel/17/kibana/test/functional/services/dashboard/add_panel.ts:67:5)
[00:07:32]                     │       at /dev/shm/workspace/parallel/17/kibana/x-pack/test/functional/services/ml/dashboard_embeddables.ts:104:9
[00:07:32]                     │       at runAttempt (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:27:15)
[00:07:32]                     │       at retryForSuccess (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:66:21)
[00:07:32]                     │       at RetryService.tryForTime (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry.ts:22:12)
[00:07:32]                     │       at Object.openJobSelectionFlyout (test/functional/services/ml/dashboard_embeddables.ts:99:7)
[00:07:32]                     │       at Context.<anonymous> (test/functional/apps/ml/embeddables/anomaly_charts_dashboard_embeddables.ts:89:11)
[00:07:32]                     │       at Object.apply (/dev/shm/workspace/parallel/17/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:07:32]                     │       at onFailure (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:17:9)
[00:07:32]                     │       at retryForSuccess (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:57:13)
[00:07:32]                     │       at RetryService.tryForTime (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry.ts:22:12)
[00:07:32]                     │       at Object.openJobSelectionFlyout (test/functional/services/ml/dashboard_embeddables.ts:99:7)
[00:07:32]                     │       at Context.<anonymous> (test/functional/apps/ml/embeddables/anomaly_charts_dashboard_embeddables.ts:89:11)
[00:07:32]                     │       at Object.apply (/dev/shm/workspace/parallel/17/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:07:32]                     │ 
[00:07:32]                     │ 

Stack Trace

Error: retry.tryForTime timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="createNew-ml_anomaly_charts"])
Wait timed out after 10055ms
    at /dev/shm/workspace/parallel/17/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at onFailure (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:57:13)
    at RetryService.try (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry.ts:31:12)
    at Proxy.clickByCssSelector (/dev/shm/workspace/parallel/17/kibana/test/functional/services/common/find.ts:360:5)
    at TestSubjects.click (/dev/shm/workspace/parallel/17/kibana/test/functional/services/common/test_subjects.ts:105:5)
    at DashboardAddPanelService.clickAddNewEmbeddableLink (/dev/shm/workspace/parallel/17/kibana/test/functional/services/dashboard/add_panel.ts:67:5)
    at /dev/shm/workspace/parallel/17/kibana/x-pack/test/functional/services/ml/dashboard_embeddables.ts:104:9
    at runAttempt (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:27:15)
    at retryForSuccess (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:66:21)
    at RetryService.tryForTime (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry.ts:22:12)
    at Object.openJobSelectionFlyout (test/functional/services/ml/dashboard_embeddables.ts:99:7)
    at Context.<anonymous> (test/functional/apps/ml/embeddables/anomaly_charts_dashboard_embeddables.ts:89:11)
    at Object.apply (/dev/shm/workspace/parallel/17/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
    at onFailure (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:57:13)
    at RetryService.tryForTime (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry.ts:22:12)
    at Object.openJobSelectionFlyout (test/functional/services/ml/dashboard_embeddables.ts:99:7)
    at Context.<anonymous> (test/functional/apps/ml/embeddables/anomaly_charts_dashboard_embeddables.ts:89:11)
    at Object.apply (/dev/shm/workspace/parallel/17/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)

Metrics [docs]

Async chunks

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

id before after diff
securitySolution 6.5MB 6.5MB +417.0B

History

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

cc @ecezalp

@ecezalp ecezalp merged commit a2b8b22 into elastic:master Aug 18, 2021
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 18, 2021
@kibanamachine
Copy link
Contributor

💚 Backport successful

Status Branch Result
7.x

This backport PR will be merged automatically after passing CI.

kibanamachine added a commit that referenced this pull request Aug 18, 2021
Co-authored-by: Ece Özalp <ozale272@newschool.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes Team: CTI Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. v7.15.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants