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

[7.x] Remove securityOss plugin (#113946) #114322

Merged
merged 3 commits into from
Oct 7, 2021

Conversation

jportner
Copy link
Contributor

@jportner jportner commented Oct 7, 2021

Backports the following commits to 7.x:

# Conflicts:
#	.eslintrc.js
#	.github/CODEOWNERS
#	api_docs/security_oss.mdx
#	packages/kbn-optimizer/limits.yml
#	scripts/functional_tests.js
#	x-pack/plugins/translations/translations/ja-JP.json
#	x-pack/plugins/translations/translations/zh-CN.json
@jportner jportner enabled auto-merge (squash) October 7, 2021 16:33
Comment on lines 214 to 223
it('renames security.showInsecureClusterWarning to xpack.security.showInsecureClusterWarning', () => {
const config = {
xpack: {
security: {
session: { idleTimeout: 123, lifespan: 345 },
},
},
security: {
showInsecureClusterWarning: false,
},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I needed to add the session settings to prevent those deprecations from showing up in this test.

@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/uptime/certificates·ts.Uptime app with generated data certificates empty certificates displays empty message

Link to Jenkins

Standard Out

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

[00:00:00]     │
[00:00:00]       └-: Uptime app
[00:00:00]         └-> "before all" hook in "Uptime app"
[00:00:00]         └-: with generated data
[00:00:00]           └-> "before all" hook in "with generated data"
[00:01:19]           └-: certificates
[00:01:19]             └-> "before all" hook in "certificates"
[00:01:20]             └-: empty certificates
[00:01:20]               └-> "before all" hook for "go to certs page"
[00:01:20]               └-> "before all" hook for "go to certs page"
[00:01:20]                 │ info [x-pack/test/functional/es_archives/uptime/blank] Loading "mappings.json"
[00:01:20]                 │ info [x-pack/test/functional/es_archives/uptime/blank] Loading "data.json"
[00:01:20]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [heartbeat-7-generated-test] creating index, cause [api], templates [], shards [1]/[1]
[00:01:20]                 │ info [x-pack/test/functional/es_archives/uptime/blank] Created index "heartbeat-7-generated-test"
[00:01:20]                 │ debg [x-pack/test/functional/es_archives/uptime/blank] "heartbeat-7-generated-test" settings undefined
[00:01:20]                 │ debg TestSubjects.exists(uptimeSettingsToOverviewLink)
[00:01:20]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeSettingsToOverviewLink"]') with timeout=0
[00:01:20]                 │ debg --- retry.tryForTime error: [data-test-subj="uptimeSettingsToOverviewLink"] is not displayed
[00:01:20]                 │ debg navigating to uptime url: http://localhost:61241/app/uptime
[00:01:20]                 │ debg navigate to: http://localhost:61241/app/uptime
[00:01:20]                 │ debg browser[INFO] http://localhost:61241/app/uptime?_t=1633632923652 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:01:20]                 │
[00:01:20]                 │ debg browser[INFO] http://localhost:61241/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:20]                 │ debg ... sleep(700) start
[00:01:21]                 │ debg ... sleep(700) end
[00:01:21]                 │ debg returned from get, calling refresh
[00:01:22]                 │ debg browser[INFO] http://localhost:61241/app/uptime?_t=1633632923652 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:01:22]                 │
[00:01:22]                 │ debg browser[INFO] http://localhost:61241/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:22]                 │ debg currentUrl = http://localhost:61241/app/uptime
[00:01:22]                 │          appUrl = http://localhost:61241/app/uptime
[00:01:22]                 │ debg TestSubjects.find(kibanaChrome)
[00:01:22]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:01:24]                 │ debg ... sleep(501) start
[00:01:24]                 │ debg ... sleep(501) end
[00:01:24]                 │ debg in navigateTo url = http://localhost:61241/app/uptime
[00:01:24]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:24]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:24]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:26]                 │ERROR browser[SEVERE] http://localhost:61241/44993/bundles/plugin/uptime/8.0.0/uptime.chunk.1.js 2:3687 "API /api/uptime/monitor/list is not returning expected response, Invalid value \"undefined\" supplied to \"summaries.state.summaryPings.monitor.timespan.lt\" for response" Object
[00:01:26]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:26]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:26]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:26]                 │ debg TestSubjects.exists(uptimeOverviewPage)
[00:01:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeOverviewPage"]') with timeout=2000
[00:01:26]                 │ debg TestSubjects.click(superDatePickerApplyTimeButton)
[00:01:26]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:26]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:26]               └-> go to certs page
[00:01:26]                 └-> "before each" hook: global before each for "go to certs page"
[00:01:26]                 └-> "before each" hook: delete settings for "go to certs page"
[00:01:26]                   │ debg Deleting saved object {
[00:01:26]                   │        type: 'uptime-dynamic-settings',
[00:01:26]                   │        id: 'uptime-dynamic-settings-singleton'
[00:01:26]                   │      }/%s
[00:01:27]                   │ERROR browser[SEVERE] http://localhost:61241/44993/bundles/plugin/uptime/8.0.0/uptime.chunk.1.js 2:3687 "API /api/uptime/monitor/list is not returning expected response, Invalid value \"undefined\" supplied to \"summaries.state.summaryPings.monitor.timespan.lt\" for response" Object
[00:01:27]                 └-> "before each" hook: load heartbeat data for "go to certs page"
[00:01:27]                   │ info [x-pack/test/functional/es_archives/uptime/blank] Loading "mappings.json"
[00:01:27]                   │ info [x-pack/test/functional/es_archives/uptime/blank] Loading "data.json"
[00:01:27]                   │ info [o.e.c.m.MetadataDeleteIndexService] [node-01] [heartbeat-7-generated-test/sjkqoSnaQOShRRpxi1EGjQ] deleting index
[00:01:27]                   │ info [x-pack/test/functional/es_archives/uptime/blank] Deleted existing index "heartbeat-7-generated-test"
[00:01:27]                   │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [heartbeat-7-generated-test] creating index, cause [api], templates [], shards [1]/[1]
[00:01:27]                   │ info [x-pack/test/functional/es_archives/uptime/blank] Created index "heartbeat-7-generated-test"
[00:01:27]                   │ debg [x-pack/test/functional/es_archives/uptime/blank] "heartbeat-7-generated-test" settings undefined
[00:01:27]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:27]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:27]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:29]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:29]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:29]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:29]                 │ debg TestSubjects.exists(data-missing)
[00:01:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="data-missing"]') with timeout=2500
[00:01:32]                 │ debg --- retry.tryForTime error: [data-test-subj="data-missing"] is not displayed
[00:01:32]                 │ debg TestSubjects.missingOrFail(data-missing)
[00:01:32]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="data-missing"]') with timeout=2500
[00:01:33]                 │ debg Find.existsByCssSelector('[href="/app/uptime/certificates"]') with timeout=2500
[00:01:33]                 │ debg TestSubjects.exists(uptimeCertificatesPage)
[00:01:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeCertificatesPage"]') with timeout=0
[00:01:33]                 │ debg --- retry.tryForTime error: [data-test-subj="uptimeCertificatesPage"] is not displayed
[00:01:33]                 │ debg Find.existsByCssSelector('[href="/app/uptime/certificates"]') with timeout=0
[00:01:33]                 │ debg Find.clickByCssSelector('[href="/app/uptime/certificates"]') with timeout=10000
[00:01:33]                 │ debg Find.findByCssSelector('[href="/app/uptime/certificates"]') with timeout=10000
[00:01:34]                 │ debg TestSubjects.exists(uptimeCertificatesPage)
[00:01:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeCertificatesPage"]') with timeout=120000
[00:01:34]                 └- ✓ pass  (6.4s) "Uptime app with generated data certificates empty certificates go to certs page"
[00:01:34]               └-> "after each" hook: unload for "go to certs page"
[00:01:34]                 │ info [x-pack/test/functional/es_archives/uptime/blank] Unloading indices from "mappings.json"
[00:01:34]                 │ info [o.e.c.m.MetadataDeleteIndexService] [node-01] [heartbeat-7-generated-test/WFqGjPqlTcWiu6_p14un3Q] deleting index
[00:01:34]                 │ info [x-pack/test/functional/es_archives/uptime/blank] Deleted existing index "heartbeat-7-generated-test"
[00:01:34]                 │ info [x-pack/test/functional/es_archives/uptime/blank] Unloading indices from "data.json"
[00:01:34]               └-> displays empty message
[00:01:34]                 └-> "before each" hook: global before each for "displays empty message"
[00:01:34]                 └-> "before each" hook: delete settings for "displays empty message"
[00:01:34]                   │ debg Deleting saved object {
[00:01:34]                   │        type: 'uptime-dynamic-settings',
[00:01:34]                   │        id: 'uptime-dynamic-settings-singleton'
[00:01:34]                   │      }/%s
[00:01:34]                   │ info [r.suppressed] [node-01] path: /heartbeat-7*%2Csynthetics-*/_count, params: {index=heartbeat-7*,synthetics-*, terminate_after=1}
[00:01:34]                   │      org.elasticsearch.action.search.SearchPhaseExecutionException: all shards failed
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseFailure(AbstractSearchAsyncAction.java:661) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:384) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:693) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onShardFailure(AbstractSearchAsyncAction.java:467) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.access$000(AbstractSearchAsyncAction.java:62) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction$1.onFailure(AbstractSearchAsyncAction.java:316) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$Delegating.onFailure(ActionListener.java:66) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:48) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:409) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.TransportService$4.handleException(TransportService.java:742) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1309) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1418) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1392) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:50) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler$1.onFailure(SecurityServerTransportInterceptor.java:250) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:28) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler$2.onResponse(SecurityServerTransportInterceptor.java:302) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler$2.onResponse(SecurityServerTransportInterceptor.java:299) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:476) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:470) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.FieldAndDocumentLevelSecurityRequestInterceptor.intercept(FieldAndDocumentLevelSecurityRequestInterceptor.java:76) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.SearchRequestInterceptor.intercept(SearchRequestInterceptor.java:26) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:474) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:470) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.FieldAndDocumentLevelSecurityRequestInterceptor.intercept(FieldAndDocumentLevelSecurityRequestInterceptor.java:76) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.ShardSearchRequestInterceptor.intercept(ShardSearchRequestInterceptor.java:26) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:474) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:470) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.FieldAndDocumentLevelSecurityRequestInterceptor.intercept(FieldAndDocumentLevelSecurityRequestInterceptor.java:76) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.UpdateRequestInterceptor.intercept(UpdateRequestInterceptor.java:27) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:474) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:470) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.BulkShardRequestInterceptor.intercept(BulkShardRequestInterceptor.java:77) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:474) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:470) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.IndicesAliasesRequestInterceptor.intercept(IndicesAliasesRequestInterceptor.java:107) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:474) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:470) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.ResizeRequestInterceptor.intercept(ResizeRequestInterceptor.java:87) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.runRequestInterceptors(AuthorizationService.java:469) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.handleIndexActionAuthorizationResult(AuthorizationService.java:459) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$authorizeAction$11(AuthorizationService.java:389) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$AuthorizationResultListener.onResponse(AuthorizationService.java:779) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$AuthorizationResultListener.onResponse(AuthorizationService.java:754) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.support.ContextPreservingActionListener.onResponse(ContextPreservingActionListener.java:31) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.RBACEngine.authorizeIndexAction(RBACEngine.java:313) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.authorizeAction(AuthorizationService.java:387) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.maybeAuthorizeRunAs(AuthorizationService.java:325) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$authorize$1(AuthorizationService.java:228) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.support.ContextPreservingActionListener.onResponse(ContextPreservingActionListener.java:31) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.RBACEngine.lambda$resolveAuthorizationInfo$1(RBACEngine.java:128) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.store.CompositeRolesStore.getRoles(CompositeRolesStore.java:248) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.RBACEngine.getRoles(RBACEngine.java:134) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.RBACEngine.resolveAuthorizationInfo(RBACEngine.java:122) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.authorize(AuthorizationService.java:230) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.lambda$inbound$1(ServerTransportFilter.java:130) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.authenticateAsync(AuthenticationService.java:342) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.access$000(AuthenticationService.java:274) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService.authenticate(AuthenticationService.java:184) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.inbound(ServerTransportFilter.java:121) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.messageReceived(SecurityServerTransportInterceptor.java:328) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:61) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.TransportService.sendLocalRequest(TransportService.java:905) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.TransportService.access$100(TransportService.java:66) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.TransportService$3.sendRequest(TransportService.java:138) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.TransportService.sendRequestInternal(TransportService.java:849) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor.sendWithUser(SecurityServerTransportInterceptor.java:162) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor.access$300(SecurityServerTransportInterceptor.java:53) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$1.sendRequest(SecurityServerTransportInterceptor.java:129) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:763) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.TransportService.sendChildRequest(TransportService.java:814) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.transport.TransportService.sendChildRequest(TransportService.java:806) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.SearchTransportService.sendExecuteQuery(SearchTransportService.java:144) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.SearchQueryThenFetchAsyncAction.executePhaseOnShard(SearchQueryThenFetchAsyncAction.java:76) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.lambda$performPhaseOnShard$3(AbstractSearchAsyncAction.java:300) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.performPhaseOnShard(AbstractSearchAsyncAction.java:337) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.run(AbstractSearchAsyncAction.java:226) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.executePhase(AbstractSearchAsyncAction.java:424) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.start(AbstractSearchAsyncAction.java:184) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.TransportSearchAction.executeSearch(TransportSearchAction.java:704) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.TransportSearchAction.executeLocalSearch(TransportSearchAction.java:509) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.TransportSearchAction.lambda$executeRequest$3(TransportSearchAction.java:295) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.index.query.Rewriteable.rewriteAndFetch(Rewriteable.java:103) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.index.query.Rewriteable.rewriteAndFetch(Rewriteable.java:76) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.TransportSearchAction.executeRequest(TransportSearchAction.java:336) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.TransportSearchAction.doExecute(TransportSearchAction.java:224) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.TransportSearchAction.doExecute(TransportSearchAction.java:96) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:173) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.support.ActionFilter$Simple.apply(ActionFilter.java:42) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:171) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.action.filter.SecurityActionFilter.lambda$applyInternal$3(SecurityActionFilter.java:159) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$DelegatingFailureActionListener.onResponse(ActionListener.java:217) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:476) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:470) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.FieldAndDocumentLevelSecurityRequestInterceptor.intercept(FieldAndDocumentLevelSecurityRequestInterceptor.java:76) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.SearchRequestInterceptor.intercept(SearchRequestInterceptor.java:26) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:474) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:470) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.FieldAndDocumentLevelSecurityRequestInterceptor.intercept(FieldAndDocumentLevelSecurityRequestInterceptor.java:76) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.ShardSearchRequestInterceptor.intercept(ShardSearchRequestInterceptor.java:26) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:474) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:470) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.FieldAndDocumentLevelSecurityRequestInterceptor.intercept(FieldAndDocumentLevelSecurityRequestInterceptor.java:76) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.UpdateRequestInterceptor.intercept(UpdateRequestInterceptor.java:27) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:474) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:470) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.BulkShardRequestInterceptor.intercept(BulkShardRequestInterceptor.java:77) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:474) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:470) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.IndicesAliasesRequestInterceptor.intercept(IndicesAliasesRequestInterceptor.java:107) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:474) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$1.onResponse(AuthorizationService.java:470) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.interceptor.ResizeRequestInterceptor.intercept(ResizeRequestInterceptor.java:87) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.runRequestInterceptors(AuthorizationService.java:469) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.handleIndexActionAuthorizationResult(AuthorizationService.java:459) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$authorizeAction$11(AuthorizationService.java:389) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$AuthorizationResultListener.onResponse(AuthorizationService.java:779) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$AuthorizationResultListener.onResponse(AuthorizationService.java:754) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.support.ContextPreservingActionListener.onResponse(ContextPreservingActionListener.java:31) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.RBACEngine.lambda$authorizeIndexAction$3(RBACEngine.java:327) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.notifyListenerDirectly(ListenableFuture.java:113) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.addListener(ListenableFuture.java:55) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.addListener(ListenableFuture.java:41) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$CachingAsyncSupplier.getAsync(AuthorizationService.java:826) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.RBACEngine.authorizeIndexAction(RBACEngine.java:318) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.authorizeAction(AuthorizationService.java:387) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.maybeAuthorizeRunAs(AuthorizationService.java:325) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$authorize$1(AuthorizationService.java:228) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.support.ContextPreservingActionListener.onResponse(ContextPreservingActionListener.java:31) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.RBACEngine.lambda$resolveAuthorizationInfo$1(RBACEngine.java:128) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.store.CompositeRolesStore.getRoles(CompositeRolesStore.java:248) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.RBACEngine.getRoles(RBACEngine.java:134) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.RBACEngine.resolveAuthorizationInfo(RBACEngine.java:122) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.authorize(AuthorizationService.java:230) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.action.filter.SecurityActionFilter.lambda$applyInternal$4(SecurityActionFilter.java:158) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.authenticateAsync(AuthenticationService.java:342) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.access$000(AuthenticationService.java:274) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService.authenticate(AuthenticationService.java:167) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.action.filter.SecurityActionFilter.applyInternal(SecurityActionFilter.java:153) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.action.filter.SecurityActionFilter.apply(SecurityActionFilter.java:105) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:171) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.support.TransportAction.execute(TransportAction.java:149) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.support.TransportAction.execute(TransportAction.java:77) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.client.node.NodeClient.executeLocally(NodeClient.java:90) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.client.node.NodeClient.doExecute(NodeClient.java:70) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:402) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.client.support.AbstractClient.search(AbstractClient.java:539) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.rest.action.search.RestCountAction.lambda$prepareRequest$1(RestCountAction.java:91) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.rest.BaseRestHandler.handleRequest(BaseRestHandler.java:106) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.rest.SecurityRestFilter.lambda$handleRequest$0(SecurityRestFilter.java:88) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.support.SecondaryAuthenticator.lambda$authenticateAndAttachToContext$2(SecondaryAuthenticator.java:83) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.support.SecondaryAuthenticator.authenticate(SecondaryAuthenticator.java:93) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.support.SecondaryAuthenticator.authenticateAndAttachToContext(SecondaryAuthenticator.java:78) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.rest.SecurityRestFilter.lambda$handleRequest$2(SecurityRestFilter.java:82) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.writeAuthToContext(AuthenticationService.java:727) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.finishAuthentication(AuthenticationService.java:704) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.consumeUser(AuthenticationService.java:651) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$consumeToken$10(AuthenticationService.java:528) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.support.ContextPreservingActionListener.onResponse(ContextPreservingActionListener.java:31) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.core.common.IteratingActionListener.onResponse(IteratingActionListener.java:127) [x-pack-core-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$consumeToken$7(AuthenticationService.java:494) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.support.CachingUsernamePasswordRealm.lambda$authenticateWithCache$1(CachingUsernamePasswordRealm.java:147) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.support.CachingUsernamePasswordRealm.handleCachedAuthentication(CachingUsernamePasswordRealm.java:227) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.support.CachingUsernamePasswordRealm.lambda$authenticateWithCache$2(CachingUsernamePasswordRealm.java:139) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.notifyListenerDirectly(ListenableFuture.java:113) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.addListener(ListenableFuture.java:55) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.support.CachingUsernamePasswordRealm.authenticateWithCache(CachingUsernamePasswordRealm.java:134) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.support.CachingUsernamePasswordRealm.authenticate(CachingUsernamePasswordRealm.java:105) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$consumeToken$9(AuthenticationService.java:483) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.core.common.IteratingActionListener.run(IteratingActionListener.java:103) [x-pack-core-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.consumeToken(AuthenticationService.java:538) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$checkForApiKey$4(AuthenticationService.java:408) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.ApiKeyService.authenticateWithApiKeyIfPresent(ApiKeyService.java:437) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.checkForApiKey(AuthenticationService.java:382) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$checkForBearerToken$2(AuthenticationService.java:366) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:134) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.TokenService.tryAuthenticateToken(TokenService.java:393) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.checkForBearerToken(AuthenticationService.java:362) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.authenticateAsync(AuthenticationService.java:344) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.access$000(AuthenticationService.java:274) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService.authenticate(AuthenticationService.java:152) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.authc.AuthenticationService.authenticate(AuthenticationService.java:137) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.xpack.security.rest.SecurityRestFilter.handleRequest(SecurityRestFilter.java:75) [x-pack-security-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.rest.RestController.dispatchRequest(RestController.java:275) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.rest.RestController.tryAllHandlers(RestController.java:343) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.rest.RestController.dispatchRequest(RestController.java:196) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.http.AbstractHttpServerTransport.dispatchRequest(AbstractHttpServerTransport.java:343) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.http.AbstractHttpServerTransport.handleIncomingRequest(AbstractHttpServerTransport.java:408) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.http.AbstractHttpServerTransport.incomingRequest(AbstractHttpServerTransport.java:325) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.http.netty4.Netty4HttpRequestHandler.channelRead0(Netty4HttpRequestHandler.java:31) [transport-netty4-client-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.http.netty4.Netty4HttpRequestHandler.channelRead0(Netty4HttpRequestHandler.java:17) [transport-netty4-client-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at org.elasticsearch.http.netty4.Netty4HttpPipeliningHandler.channelRead(Netty4HttpPipeliningHandler.java:47) [transport-netty4-client-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) [netty-handler-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:620) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:583) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) [netty-common-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-common-4.1.66.Final.jar:4.1.66.Final]
[00:01:34]                   │      	at java.lang.Thread.run(Thread.java:833) [?:?]
[00:01:34]                   │      Caused by: org.elasticsearch.action.NoShardAvailableActionException: [node-01][127.0.0.1:63241][indices:data/read/search[phase/query]]
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onShardFailure(AbstractSearchAsyncAction.java:500) ~[elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onShardFailure(AbstractSearchAsyncAction.java:449) [elasticsearch-7.16.0-SNAPSHOT.jar:7.16.0-SNAPSHOT]
[00:01:34]                   │      	... 253 more
[00:01:34]                 └-> "before each" hook: load heartbeat data for "displays empty message"
[00:01:34]                   │ info [x-pack/test/functional/es_archives/uptime/blank] Loading "mappings.json"
[00:01:34]                   │ info [x-pack/test/functional/es_archives/uptime/blank] Loading "data.json"
[00:01:34]                   │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [heartbeat-7-generated-test] creating index, cause [api], templates [], shards [1]/[1]
[00:01:34]                   │ info [x-pack/test/functional/es_archives/uptime/blank] Created index "heartbeat-7-generated-test"
[00:01:34]                   │ debg [x-pack/test/functional/es_archives/uptime/blank] "heartbeat-7-generated-test" settings undefined
[00:01:34]                 │ debg TestSubjects.exists(uptimeCertsEmptyMessage)
[00:01:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeCertsEmptyMessage"]') with timeout=120000
[00:01:37]                 │ debg --- retry.tryForTime error: [data-test-subj="uptimeCertsEmptyMessage"] is not displayed
[00:01:40]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:43]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:46]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:49]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:52]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:55]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:58]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:01]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:04]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:07]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:10]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:13]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:16]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:19]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:22]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:25]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:28]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:31]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:34]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:37]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:40]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:43]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:47]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:50]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:53]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:56]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:59]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:02]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:05]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:08]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:11]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:14]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:17]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:20]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:23]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:26]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:29]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:32]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:35]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:36]                 │ info Taking screenshot "/dev/shm/workspace/parallel/24/kibana/x-pack/test/functional/screenshots/failure/Uptime app with generated data certificates empty certificates displays empty message.png"
[00:03:36]                 │ info Current URL is: http://localhost:61241/app/uptime/certificates
[00:03:36]                 │ info Saving page source to: /dev/shm/workspace/parallel/24/kibana/x-pack/test/functional/failure_debug/html/Uptime app with generated data certificates empty certificates displays empty message.html
[00:03:36]                 └- ✖ fail: Uptime app with generated data certificates empty certificates displays empty message
[00:03:36]                 │      Error: expected testSubject(uptimeCertsEmptyMessage) to exist
[00:03:36]                 │       at TestSubjects.existOrFail (/dev/shm/workspace/parallel/24/kibana/test/functional/services/common/test_subjects.ts:45:13)
[00:03:36]                 │       at Object.displaysEmptyMessage (test/functional/services/uptime/certificates.ts:65:7)
[00:03:36]                 │       at Context.<anonymous> (test/functional/apps/uptime/certificates.ts:39:9)
[00:03:36]                 │       at Object.apply (/dev/shm/workspace/parallel/24/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:03:36]                 │ 
[00:03:36]                 │ 

Stack Trace

Error: expected testSubject(uptimeCertsEmptyMessage) to exist
    at TestSubjects.existOrFail (/dev/shm/workspace/parallel/24/kibana/test/functional/services/common/test_subjects.ts:45:13)
    at Object.displaysEmptyMessage (test/functional/services/uptime/certificates.ts:65:7)
    at Context.<anonymous> (test/functional/apps/uptime/certificates.ts:39:9)
    at Object.apply (/dev/shm/workspace/parallel/24/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
security 457 459 +2
securityOss 11 - -11
total -9

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
securityOss 9 - -9

Public APIs missing exports

Total count of every type that is part of your API that should be exported but is not. This will cause broken links in the API documentation system. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats exports for more detailed information.

id before after diff
securityOss 3 - -3

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
security 49.4KB 51.3KB +1.9KB
securityOss 6.2KB - -6.2KB
share 53.8KB 54.0KB +227.0B
total -4.1KB
Unknown metric groups

API count

id before after diff
securityOss 12 - -12
share 137 143 +6
total -6

History

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

@jportner jportner merged commit b63428a into elastic:7.x Oct 7, 2021
@jportner jportner deleted the backport/7.x/pr-113946 branch October 7, 2021 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants