Skip to content

Comments

[7.6] [APM][docs] Add troubleshooting for non-indexed fields (#54948)#57137

Closed
bmorelli25 wants to merge 1 commit intoelastic:7.6from
bmorelli25:backport/7.6/pr-54948
Closed

[7.6] [APM][docs] Add troubleshooting for non-indexed fields (#54948)#57137
bmorelli25 wants to merge 1 commit intoelastic:7.6from
bmorelli25:backport/7.6/pr-54948

Conversation

@bmorelli25
Copy link
Member

Backports the following commits to 7.6:

@bmorelli25 bmorelli25 added the backport This PR is a backport of another PR label Feb 7, 2020
@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/dashboard/feature_controls/dashboard_security·ts.dashboard feature controls dashboard security global dashboard all privileges, no embeddable application privileges landing page shows "Create new Dashboard" button

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: dashboard
[00:00:00]           └-> "before all" hook
[00:00:00]           └-: feature controls
[00:00:00]             └-> "before all" hook
[00:00:00]             └-: dashboard security
[00:00:00]               └-> "before all" hook
[00:00:00]               └-> "before all" hook
[00:00:00]                 │ info [dashboard/feature_controls/security] Loading "mappings.json"
[00:00:00]                 │ info [dashboard/feature_controls/security] Loading "data.json"
[00:00:00]                 │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana_1/i5CFw6GGQuOMUu997z45KA] deleting index
[00:00:00]                 │ info [dashboard/feature_controls/security] Deleted existing index [".kibana_1"]
[00:00:00]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana] creating index, cause [api], templates [], shards [1]/[0], mappings [doc]
[00:00:00]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana][0]]]).
[00:00:00]                 │ info [dashboard/feature_controls/security] Created index ".kibana"
[00:00:00]                 │ debg [dashboard/feature_controls/security] ".kibana" settings {"index":{"number_of_shards":"1","auto_expand_replicas":"0-1","number_of_replicas":"0"}}
[00:00:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana/xQXL_ngGSfupj-3w3F2STQ] update_mapping [doc]
[00:00:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana/xQXL_ngGSfupj-3w3F2STQ] update_mapping [doc]
[00:00:39]                 │ info [o.e.a.b.TransportShardBulkAction] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana][0] failed to execute bulk item (index) index {[.kibana][_doc][maps-telemetry:maps-telemetry], source[{"maps-telemetry":{"settings":{"showMapVisualizationTypes":false},"indexPatternsWithGeoFieldCount":1,"mapsTotalCount":1,"timeCaptured":"2020-02-07T18:52:31.759Z","attributesPerMap":{"dataSourcesCount":{"min":1,"max":1,"avg":1},"layersCount":{"min":1,"max":1,"avg":1},"layerTypesCount":{"TILE":{"min":1,"max":1,"avg":1}},"emsVectorLayersCount":{}}},"type":"maps-telemetry","references":[],"updated_at":"2020-02-07T18:52:31.760Z"}]}
[00:00:39]                 │      org.elasticsearch.index.mapper.StrictDynamicMappingException: mapping set to strict, dynamic introduction of [maps-telemetry] within [doc] is not allowed
[00:00:39]                 │      	at org.elasticsearch.index.mapper.DocumentParser.parseObject(DocumentParser.java:513) ~[elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.index.mapper.DocumentParser.innerParseObject(DocumentParser.java:418) ~[elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.index.mapper.DocumentParser.parseObjectOrNested(DocumentParser.java:395) ~[elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.index.mapper.DocumentParser.internalParseDocument(DocumentParser.java:112) ~[elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.index.mapper.DocumentParser.parseDocument(DocumentParser.java:71) ~[elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.index.mapper.DocumentMapper.parse(DocumentMapper.java:267) ~[elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.index.shard.IndexShard.prepareIndex(IndexShard.java:793) ~[elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.index.shard.IndexShard.applyIndexOperation(IndexShard.java:770) ~[elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.index.shard.IndexShard.applyIndexOperationOnPrimary(IndexShard.java:742) ~[elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.bulk.TransportShardBulkAction.executeBulkItemRequest(TransportShardBulkAction.java:254) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.bulk.TransportShardBulkAction$2.doRun(TransportShardBulkAction.java:157) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.bulk.TransportShardBulkAction.performOnPrimary(TransportShardBulkAction.java:189) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.bulk.TransportShardBulkAction.shardOperationOnPrimary(TransportShardBulkAction.java:114) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.bulk.TransportShardBulkAction.shardOperationOnPrimary(TransportShardBulkAction.java:81) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.support.replication.TransportReplicationAction$PrimaryShardReference.perform(TransportReplicationAction.java:895) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.support.replication.ReplicationOperation.execute(ReplicationOperation.java:109) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.support.replication.TransportReplicationAction$AsyncPrimaryAction.runWithPrimaryShardReference(TransportReplicationAction.java:374) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.support.replication.TransportReplicationAction$AsyncPrimaryAction.lambda$doRun$0(TransportReplicationAction.java:297) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.index.shard.IndexShard.lambda$wrapPrimaryOperationPermitListener$24(IndexShard.java:2791) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$3.onResponse(ActionListener.java:113) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.index.shard.IndexShardOperationPermits.acquire(IndexShardOperationPermits.java:285) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.index.shard.IndexShardOperationPermits.acquire(IndexShardOperationPermits.java:237) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.index.shard.IndexShard.acquirePrimaryOperationPermit(IndexShard.java:2765) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.support.replication.TransportReplicationAction.acquirePrimaryOperationPermit(TransportReplicationAction.java:836) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.support.replication.TransportReplicationAction$AsyncPrimaryAction.doRun(TransportReplicationAction.java:293) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.support.replication.TransportReplicationAction.handlePrimaryRequest(TransportReplicationAction.java:256) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler$1.doRun(SecurityServerTransportInterceptor.java:257) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.EsExecutors$DirectExecutorService.execute(EsExecutors.java:225) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.lambda$messageReceived$0(SecurityServerTransportInterceptor.java:306) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$runRequestInterceptors$15(AuthorizationService.java:344) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture$1.doRun(ListenableFuture.java:112) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.EsExecutors$DirectExecutorService.execute(EsExecutors.java:225) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.notifyListener(ListenableFuture.java:106) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.lambda$done$0(ListenableFuture.java:98) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at java.util.ArrayList.forEach(ArrayList.java:1507) [?:?]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.done(ListenableFuture.java:98) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.BaseFuture.set(BaseFuture.java:144) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.onResponse(ListenableFuture.java:127) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.StepListener.innerOnResponse(StepListener.java:62) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.NotifyOnceListener.onResponse(NotifyOnceListener.java:40) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.interceptor.FieldAndDocumentLevelSecurityRequestInterceptor.intercept(FieldAndDocumentLevelSecurityRequestInterceptor.java:61) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.interceptor.SearchRequestInterceptor.intercept(SearchRequestInterceptor.java:19) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$runRequestInterceptors$14(AuthorizationService.java:339) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture$1.doRun(ListenableFuture.java:112) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.EsExecutors$DirectExecutorService.execute(EsExecutors.java:225) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.notifyListener(ListenableFuture.java:106) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.lambda$done$0(ListenableFuture.java:98) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at java.util.ArrayList.forEach(ArrayList.java:1507) [?:?]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.done(ListenableFuture.java:98) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.BaseFuture.set(BaseFuture.java:144) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.onResponse(ListenableFuture.java:127) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.StepListener.innerOnResponse(StepListener.java:62) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.NotifyOnceListener.onResponse(NotifyOnceListener.java:40) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.interceptor.ResizeRequestInterceptor.intercept(ResizeRequestInterceptor.java:82) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$runRequestInterceptors$14(AuthorizationService.java:339) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture$1.doRun(ListenableFuture.java:112) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.EsExecutors$DirectExecutorService.execute(EsExecutors.java:225) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.notifyListener(ListenableFuture.java:106) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.lambda$done$0(ListenableFuture.java:98) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at java.util.ArrayList.forEach(ArrayList.java:1507) [?:?]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.done(ListenableFuture.java:98) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.BaseFuture.set(BaseFuture.java:144) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.onResponse(ListenableFuture.java:127) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.StepListener.innerOnResponse(StepListener.java:62) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.NotifyOnceListener.onResponse(NotifyOnceListener.java:40) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.interceptor.BulkShardRequestInterceptor.intercept(BulkShardRequestInterceptor.java:71) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$runRequestInterceptors$14(AuthorizationService.java:339) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture$1.doRun(ListenableFuture.java:112) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.EsExecutors$DirectExecutorService.execute(EsExecutors.java:225) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.notifyListener(ListenableFuture.java:106) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.lambda$done$0(ListenableFuture.java:98) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at java.util.ArrayList.forEach(ArrayList.java:1507) [?:?]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.done(ListenableFuture.java:98) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.BaseFuture.set(BaseFuture.java:144) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.onResponse(ListenableFuture.java:127) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.StepListener.innerOnResponse(StepListener.java:62) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.NotifyOnceListener.onResponse(NotifyOnceListener.java:40) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.interceptor.FieldAndDocumentLevelSecurityRequestInterceptor.intercept(FieldAndDocumentLevelSecurityRequestInterceptor.java:61) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.interceptor.UpdateRequestInterceptor.intercept(UpdateRequestInterceptor.java:23) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$runRequestInterceptors$14(AuthorizationService.java:339) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture$1.doRun(ListenableFuture.java:112) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.EsExecutors$DirectExecutorService.execute(EsExecutors.java:225) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.notifyListener(ListenableFuture.java:106) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.lambda$done$0(ListenableFuture.java:98) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at java.util.ArrayList.forEach(ArrayList.java:1507) [?:?]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.done(ListenableFuture.java:98) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.BaseFuture.set(BaseFuture.java:144) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ListenableFuture.onResponse(ListenableFuture.java:127) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.StepListener.innerOnResponse(StepListener.java:62) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.NotifyOnceListener.onResponse(NotifyOnceListener.java:40) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.interceptor.IndicesAliasesRequestInterceptor.intercept(IndicesAliasesRequestInterceptor.java:102) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.runRequestInterceptors(AuthorizationService.java:345) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.handleIndexActionAuthorizationResult(AuthorizationService.java:322) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$authorizeAction$9(AuthorizationService.java:263) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$AuthorizationResultListener.onResponse(AuthorizationService.java:616) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$AuthorizationResultListener.onResponse(AuthorizationService.java:591) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.support.ContextPreservingActionListener.onResponse(ContextPreservingActionListener.java:43) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.RBACEngine.buildIndicesAccessControl(RBACEngine.java:507) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.RBACEngine.lambda$authorizeIndexAction$3(RBACEngine.java:298) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$CachingAsyncSupplier.lambda$getAsync$0(AuthorizationService.java:653) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.resolveIndexNames(AuthorizationService.java:554) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$authorizeAction$6(AuthorizationService.java:251) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$CachingAsyncSupplier.lambda$getAsync$0(AuthorizationService.java:653) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.RBACEngine.loadAuthorizedIndices(RBACEngine.java:329) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$authorizeAction$5(AuthorizationService.java:247) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$CachingAsyncSupplier.getAsync(AuthorizationService.java:651) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$authorizeAction$8(AuthorizationService.java:250) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService$CachingAsyncSupplier.getAsync(AuthorizationService.java:651) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.RBACEngine.lambda$authorizeIndexAction$4(RBACEngine.java:290) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.RBACEngine.authorizeIndexActionName(RBACEngine.java:314) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.RBACEngine.authorizeIndexAction(RBACEngine.java:287) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.authorizeAction(AuthorizationService.java:261) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.maybeAuthorizeRunAs(AuthorizationService.java:227) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.lambda$authorize$1(AuthorizationService.java:193) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.support.ContextPreservingActionListener.onResponse(ContextPreservingActionListener.java:43) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.RBACEngine.lambda$resolveAuthorizationInfo$1(RBACEngine.java:117) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.store.CompositeRolesStore.roles(CompositeRolesStore.java:155) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.store.CompositeRolesStore.getRoles(CompositeRolesStore.java:246) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.RBACEngine.getRoles(RBACEngine.java:123) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.RBACEngine.resolveAuthorizationInfo(RBACEngine.java:111) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authz.AuthorizationService.authorize(AuthorizationService.java:195) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.lambda$inbound$1(ServerTransportFilter.java:130) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$authenticateAsync$2(AuthenticationService.java:248) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$lookForExistingAuthentication$6(AuthenticationService.java:310) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lookForExistingAuthentication(AuthenticationService.java:321) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.authenticateAsync(AuthenticationService.java:245) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.access$000(AuthenticationService.java:196) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.authc.AuthenticationService.authenticate(AuthenticationService.java:139) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.inbound(ServerTransportFilter.java:121) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.messageReceived(SecurityServerTransportInterceptor.java:313) [x-pack-security-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:63) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.transport.TransportService$7.doRun(TransportService.java:750) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:692) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-7.6.0-SNAPSHOT.jar:7.6.0-SNAPSHOT]
[00:00:39]                 │      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
[00:00:39]                 │      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
[00:00:39]                 │      	at java.lang.Thread.run(Thread.java:830) [?:?]
[00:00:39]                 │ proc [kibana]   log   [18:52:31.803] [warning][plugins][usageCollection] { Error: mapping set to strict, dynamic introduction of [maps-telemetry] within [doc] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [maps-telemetry] within [doc] is not allowed
[00:00:39]                 │ proc [kibana]     at respond (/dev/shm/workspace/install/kibana-4/node_modules/elasticsearch/src/lib/transport.js:349:15)
[00:00:39]                 │ proc [kibana]     at checkRespForFailure (/dev/shm/workspace/install/kibana-4/node_modules/elasticsearch/src/lib/transport.js:306:7)
[00:00:39]                 │ proc [kibana]     at HttpConnector.<anonymous> (/dev/shm/workspace/install/kibana-4/node_modules/elasticsearch/src/lib/connectors/http.js:173:7)
[00:00:39]                 │ proc [kibana]     at IncomingMessage.wrapper (/dev/shm/workspace/install/kibana-4/node_modules/elasticsearch/node_modules/lodash/lodash.js:4929:19)
[00:00:39]                 │ proc [kibana]     at IncomingMessage.emit (events.js:203:15)
[00:00:39]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1145:12)
[00:00:39]                 │ proc [kibana]     at process._tickCallback (internal/process/next_tick.js:63:19)
[00:00:39]                 │ proc [kibana]   status: 400,
[00:00:39]                 │ proc [kibana]   displayName: 'BadRequest',
[00:00:39]                 │ proc [kibana]   message:
[00:00:39]                 │ proc [kibana]    'mapping set to strict, dynamic introduction of [maps-telemetry] within [doc] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [maps-telemetry] within [doc] is not allowed',
[00:00:39]                 │ proc [kibana]   path: '/.kibana/_doc/maps-telemetry%3Amaps-telemetry',
[00:00:39]                 │ proc [kibana]   query: { refresh: 'wait_for' },
[00:00:39]                 │ proc [kibana]   body:
[00:00:39]                 │ proc [kibana]    { error:
[00:00:39]                 │ proc [kibana]       { root_cause: [Array],
[00:00:39]                 │ proc [kibana]         type: 'strict_dynamic_mapping_exception',
[00:00:39]                 │ proc [kibana]         reason:
[00:00:39]                 │ proc [kibana]          'mapping set to strict, dynamic introduction of [maps-telemetry] within [doc] is not allowed' },
[00:00:39]                 │ proc [kibana]      status: 400 },
[00:00:39]                 │ proc [kibana]   statusCode: 400,
[00:00:39]                 │ proc [kibana]   response:
[00:00:39]                 │ proc [kibana]    '{"error":{"root_cause":[{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [maps-telemetry] within [doc] is not allowed"}],"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [maps-telemetry] within [doc] is not allowed"},"status":400}',
[00:00:39]                 │ proc [kibana]   toString: [Function],
[00:00:39]                 │ proc [kibana]   toJSON: [Function],
[00:00:39]                 │ proc [kibana]   isBoom: true,
[00:00:39]                 │ proc [kibana]   isServer: false,
[00:00:39]                 │ proc [kibana]   data: null,
[00:00:39]                 │ proc [kibana]   output:
[00:00:39]                 │ proc [kibana]    { statusCode: 400,
[00:00:39]                 │ proc [kibana]      payload:
[00:00:39]                 │ proc [kibana]       { message:
[00:00:39]                 │ proc [kibana]          'mapping set to strict, dynamic introduction of [maps-telemetry] within [doc] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [maps-telemetry] within [doc] is not allowed',
[00:00:39]                 │ proc [kibana]         statusCode: 400,
[00:00:39]                 │ proc [kibana]         error: 'Bad Request' },
[00:00:39]                 │ proc [kibana]      headers: {} },
[00:00:39]                 │ proc [kibana]   reformat: [Function],
[00:00:39]                 │ proc [kibana]   [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/badRequest' }
[00:00:39]                 │ proc [kibana]   log   [18:52:31.815] [warning][plugins][usageCollection] Unable to fetch data from maps-telemetry collector
[00:00:44]                 │ info Creating index .kibana_2.
[00:00:44]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:44]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] updating number_of_replicas to [0] for indices [.kibana_2]
[00:00:44]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_2][0]]]).
[00:00:44]                 │ info Reindexing .kibana to .kibana_1
[00:00:44]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:44]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] updating number_of_replicas to [0] for indices [.kibana_1]
[00:00:44]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]]]).
[00:00:44]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.tasks] creating index, cause [auto(task api)], templates [], shards [1]/[1], mappings [task]
[00:00:44]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] updating number_of_replicas to [0] for indices [.tasks]
[00:00:44]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.tasks][0]]]).
[00:00:44]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] 748 finished with response BulkByScrollResponse[took=85ms,timed_out=false,sliceId=null,updated=0,created=8,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:44]                 │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana/xQXL_ngGSfupj-3w3F2STQ] deleting index
[00:00:44]                 │ info Migrating .kibana_1 saved objects to .kibana_2
[00:00:44]                 │ debg Migrating saved objects index-pattern:logstash-*, visualization:75c3e060-1e7c-11e9-8488-65449e65d0ed, dashboard:i-exist, config:6.0.0, map:0b849ed0-70f5-11e9-8625-9580c4904684, dashboard:1c1a87f0-70f5-11e9-8625-9580c4904684, query:okjpgs, config:7.6.0-SNAPSHOT
[00:00:44]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana_2/G7Xgbt8lTJKaBvHrqlwHFg] update_mapping [_doc]
[00:00:44]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana_2/G7Xgbt8lTJKaBvHrqlwHFg] update_mapping [_doc]
[00:00:44]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana_2/G7Xgbt8lTJKaBvHrqlwHFg] update_mapping [_doc]
[00:00:44]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana_2/G7Xgbt8lTJKaBvHrqlwHFg] update_mapping [_doc]
[00:00:45]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana_2/G7Xgbt8lTJKaBvHrqlwHFg] update_mapping [_doc]
[00:00:45]                 │ info Pointing alias .kibana to .kibana_2.
[00:00:45]                 │ info Finished in 1119ms.
[00:00:45]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:00:45]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [.kibana_2/G7Xgbt8lTJKaBvHrqlwHFg] update_mapping [_doc]
[00:00:46]                 │ info [logstash_functional] Loading "mappings.json"
[00:00:46]                 │ info [logstash_functional] Loading "data.json.gz"
[00:00:46]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:46]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]]).
[00:00:46]                 │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:00:46]                 │ debg [logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:46]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:46]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]]).
[00:00:46]                 │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:00:46]                 │ debg [logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:46]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:46]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]]).
[00:00:46]                 │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:00:46]                 │ debg [logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:56]                 │ info progress: 9025
[00:01:01]                 │ debg SecurityPage.forceLogout
[00:01:01]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=100
[00:01:01]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:01:01]                 │ debg Redirecting to /logout to force the logout
[00:01:02]                 │ debg Waiting on the login form to appear
[00:01:02]                 │ debg Waiting up to 100000ms for login form...
[00:01:02]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:01:02]                 │ debg browser[INFO] http://localhost:6141/logout?_t=1581101610490 350 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:02]                 │
[00:01:02]                 │ debg browser[INFO] http://localhost:6141/bundles/app/logout/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:04]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:01:05]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:01:08]                 │ debg browser[INFO] http://localhost:6141/built_assets/dlls/vendors_1.bundle.dll.js 112:140950 "INFO: 2020-02-07T18:53:37Z
[00:01:08]                 │        Adding connection to http://localhost:6141/elasticsearch
[00:01:08]                 │
[00:01:08]                 │      "
[00:01:08]                 │ debg browser[INFO] http://localhost:6141/login?next=%2F 350 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:08]                 │
[00:01:08]                 │ debg browser[INFO] http://localhost:6141/bundles/app/login/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:08]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:01:09]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:01:12]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:01:13]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:01:14]                 │ debg browser[INFO] http://localhost:6141/built_assets/dlls/vendors_1.bundle.dll.js 112:140950 "INFO: 2020-02-07T18:53:42Z
[00:01:14]                 │        Adding connection to http://localhost:6141/elasticsearch
[00:01:14]                 │
[00:01:14]                 │      "
[00:01:14]               └-: global dashboard all privileges, no embeddable application privileges
[00:01:14]                 └-> "before all" hook
[00:01:14]                 └-> "before all" hook
[00:01:14]                   │ debg creating role global_dashboard_all_role
[00:01:14]                   │ info [o.e.x.s.a.r.TransportPutRoleAction] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] added role [global_dashboard_all_role]
[00:01:14]                   │ debg created role global_dashboard_all_role
[00:01:14]                   │ debg creating user global_dashboard_all_user
[00:01:14]                   │ info [o.e.x.s.a.u.TransportPutUserAction] [kibana-ci-immutable-debian-tests-xl-1581099914628928228] added user [global_dashboard_all_user]
[00:01:14]                   │ debg created user global_dashboard_all_user
[00:01:14]                   │ debg navigating to login url: http://localhost:6141/login
[00:01:14]                   │ debg Navigate to: http://localhost:6141/login
[00:01:14]                   │ debg ... sleep(700) start
[00:01:15]                   │ debg browser[INFO] http://localhost:6141/login?_t=1581101623411 350 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:15]                   │
[00:01:15]                   │ debg browser[INFO] http://localhost:6141/bundles/app/login/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:15]                   │ debg ... sleep(700) end
[00:01:15]                   │ debg returned from get, calling refresh
[00:01:15]                   │ debg browser[INFO] http://localhost:6141/login?_t=1581101623411 350 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:15]                   │
[00:01:15]                   │ debg browser[INFO] http://localhost:6141/bundles/app/login/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:16]                   │ debg currentUrl = http://localhost:6141/login
[00:01:16]                   │          appUrl = http://localhost:6141/login
[00:01:16]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:01:20]                   │ debg browser[INFO] http://localhost:6141/built_assets/dlls/vendors_1.bundle.dll.js 112:140950 "INFO: 2020-02-07T18:53:49Z
[00:01:20]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:01:20]                   │
[00:01:20]                   │      "
[00:01:20]                   │ debg ... sleep(501) start
[00:01:21]                   │ debg ... sleep(501) end
[00:01:21]                   │ debg in navigateTo url = http://localhost:6141/login
[00:01:21]                   │ debg TestSubjects.exists(statusPageContainer)
[00:01:21]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:01:23]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:01:24]                   │ debg TestSubjects.setValue(loginUsername, global_dashboard_all_user)
[00:01:24]                   │ debg TestSubjects.click(loginUsername)
[00:01:24]                   │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:01:24]                   │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:01:25]                   │ debg TestSubjects.setValue(loginPassword, global_dashboard_all_user-password)
[00:01:25]                   │ debg TestSubjects.click(loginPassword)
[00:01:25]                   │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:01:25]                   │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:01:26]                   │ debg TestSubjects.click(loginSubmit)
[00:01:26]                   │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:01:26]                   │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:01:27]                   │ debg Waiting up to 20000ms for logout button visible...
[00:01:27]                   │ debg TestSubjects.exists(userMenuButton)
[00:01:27]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenuButton"]') with timeout=2500
[00:01:29]                   │ debg browser[INFO] http://localhost:6141/app/kibana 350 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:29]                   │
[00:01:29]                   │ debg browser[INFO] http://localhost:6141/bundles/app/kibana/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:29]                   │ debg --- retry.tryForTime error: [data-test-subj="userMenuButton"] is not displayed
[00:01:30]                   │ debg TestSubjects.exists(userMenuButton)
[00:01:30]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenuButton"]') with timeout=2500
[00:01:33]                   │ debg --- retry.tryForTime error: [data-test-subj="userMenuButton"] is not displayed
[00:01:34]                   │ debg TestSubjects.exists(userMenuButton)
[00:01:34]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenuButton"]') with timeout=2500
[00:01:37]                   │ debg browser[INFO] http://localhost:6141/built_assets/dlls/vendors_1.bundle.dll.js 112:140950 "INFO: 2020-02-07T18:54:05Z
[00:01:37]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:01:37]                   │
[00:01:37]                   │      "
[00:01:38]                   │ debg TestSubjects.exists(userMenu)
[00:01:38]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"]') with timeout=2500
[00:01:40]                   │ debg --- retry.tryForTime error: [data-test-subj="userMenu"] is not displayed
[00:01:41]                   │ debg TestSubjects.click(userMenuButton)
[00:01:41]                   │ debg Find.clickByCssSelector('[data-test-subj="userMenuButton"]') with timeout=10000
[00:01:41]                   │ debg Find.findByCssSelector('[data-test-subj="userMenuButton"]') with timeout=10000
[00:01:41]                   │ debg Waiting up to 20000ms for user menu opened...
[00:01:41]                   │ debg TestSubjects.exists(userMenu)
[00:01:41]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"]') with timeout=2500
[00:01:41]                   │ debg TestSubjects.exists(userMenu > logoutLink)
[00:01:41]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"] [data-test-subj="logoutLink"]') with timeout=2500
[00:01:41]                 └-> shows dashboard navlink
[00:01:41]                   └-> "before each" hook: global before each
[00:01:41]                   │ debg TestSubjects.find(navDrawer)
[00:01:41]                   │ debg Find.findByCssSelector('[data-test-subj="navDrawer"]') with timeout=10000
[00:01:41]                   └- ✓ pass  (111ms) "dashboard feature controls dashboard security global dashboard all privileges, no embeddable application privileges shows dashboard navlink"
[00:01:41]                 └-> landing page shows "Create new Dashboard" button
[00:01:41]                   └-> "before each" hook: global before each
[00:01:41]                   │ debg navigateToActualUrl http://localhost:6141/app/kibana#/dashboards
[00:01:42]                   │ debg browser[INFO] http://localhost:6141/app/kibana?_t=1581101650411#/dashboards 350 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:42]                   │
[00:01:42]                   │ debg browser[INFO] http://localhost:6141/bundles/app/kibana/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:42]                   │ debg TestSubjects.exists(dashboardLandingPage)
[00:01:42]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=10000
[00:01:44]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardLandingPage"] is not displayed
[00:01:51]                   │ debg browser[INFO] http://localhost:6141/built_assets/dlls/vendors_1.bundle.dll.js 112:140950 "INFO: 2020-02-07T18:54:20Z
[00:01:51]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:01:51]                   │
[00:01:51]                   │      "
[00:01:51]                   │ debg --- retry.tryForTime failed again with the same message...
[00:01:52]                   │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/dashboard feature controls dashboard security global dashboard all privileges_ no embeddable application privileges landing page shows _Create new Dashboard_ button.png"
[00:01:52]                   │ info Current URL is: http://localhost:6141/app/kibana#/dashboards?_g=(refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:01:52]                   │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/dashboard feature controls dashboard security global dashboard all privileges_ no embeddable application privileges landing page shows _Create new Dashboard_ button.html
[00:01:52]                   └- ✖ fail: "dashboard feature controls dashboard security global dashboard all privileges, no embeddable application privileges landing page shows "Create new Dashboard" button"
[00:01:52]                   │

Stack Trace

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

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

@bmorelli25
Copy link
Member Author

Closing due to changes needed. Will open a new backport with fixes.

@bmorelli25 bmorelli25 closed this Feb 11, 2020
@bmorelli25 bmorelli25 deleted the backport/7.6/pr-54948 branch February 11, 2020 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants