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

Home Page Solutions & Add Data Updates #108580

Merged

Conversation

MichaelMarcialis
Copy link
Contributor

@MichaelMarcialis MichaelMarcialis commented Aug 13, 2021

Summary

This PR makes a handful of layout and design updates to the homepage. Notable changes include:

  • Placing all solutions into EuiCard components and balancing them equally.
  • Simplifying the "add data" section to have one primary and one secondary call-to-action.
  • Moving "Stack management" and "Dev tools" links into the "management" section.
  • Reorganizing of some images that are now shared across plugins.
  • Removing appDescriptions and subtitle from solution registries (as they are no longer used).

Closes #94205.

CCing @ryankeairns, @alexfrancoeur, @AlonaNadler, @VijayDoshi. And thanks again to @cqliu1 for the help!

image

Checklist

@MichaelMarcialis MichaelMarcialis added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v8.0.0 release_note:skip Skip the PR/issue when compiling release notes auto-backport Deprecated - use backport:version if exact versions are needed v7.15.0 labels Aug 13, 2021
@MichaelMarcialis MichaelMarcialis requested a review from a team as a code owner August 13, 2021 18:29
@MichaelMarcialis MichaelMarcialis requested a review from a team August 13, 2021 18:29
@MichaelMarcialis MichaelMarcialis requested review from a team as code owners August 13, 2021 18:29
@snide
Copy link
Contributor

snide commented Aug 16, 2021

@elasticmachine merge upstream

@afharo
Copy link
Member

afharo commented Aug 16, 2021

With only 1 or 2 cards, they seem to grow in height.

Yes. This is because the cards are using images, their height will scale in proportion to their width.

Q: Should we consider making them fixed? When there's only 1 card, it pushes down the rest of the content, and I think it defeats the purpose of having them in the Welcome Screen. What do you think?

@MichaelMarcialis
Copy link
Contributor Author

Q: Should we consider making them fixed? When there's only 1 card, it pushes down the rest of the content, and I think it defeats the purpose of having them in the Welcome Screen. What do you think?

I don't believe we have that option within the EuiCard component, and if we were to force it with CSS, it would distort the image in the process. Instead, I'll experiment with further limiting the maximum width of the solution cards to avoid obscuring subsequent content too much. Thanks.

@gchaps
Copy link
Contributor

gchaps commented Aug 16, 2021

@MichaelMarcialis, @ryankeairns What about cutting down the "Getting Started" text a bit.

Add your data to get started
Collect data from an app or service, or upload a file. Or, try one of our sample data sets.

Also, "Dev Tools" and "Stack Management" are app names and should use title caps.

@MichaelMarcialis
Copy link
Contributor Author

@MichaelMarcialis, @ryankeairns What about cutting down the "Getting Started" text a bit.

Add your data to get started
Collect data from an app or service, or upload a file. Or, try one of our sample data sets.

Also, "Dev Tools" and "Stack Management" are app names and should use title caps.

@gchaps: Good catch on the "Dev Tools" and "Stack Management" casing. I'll update.

As for the add data section's suggested text, while I appreciate the brevity, I do worry that the three ors in such close proximity looks/sounds a little odd. Also, dramatically shortening the text would demand altering the image alignment so as not to look odd (which is something we're keen on avoiding). Any thoughts on changing to the following combined text?

To start working with your data in Kibana, use one of Elastic’s many ingest options. Collect data from an app or service, or upload a file. If you’re not ready to use your own data, add a sample data set and give Kibana a test drive.

@gchaps
Copy link
Contributor

gchaps commented Aug 16, 2021

Good points. How about this:

To start working with your data, use one of our many ingest options. Collect data from an app or service, or upload a file. If you're not ready to use your own data, add a sample data set.

Copy link
Contributor

@cauemarcondes cauemarcondes left a comment

Choose a reason for hiding this comment

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

APM changes LGTM

…home-page

# Conflicts:
#	src/plugins/kibana_overview/public/components/overview/overview.tsx
@MichaelMarcialis MichaelMarcialis enabled auto-merge (squash) August 16, 2021 20:53
@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / general / Chrome UI Functional Tests.test/functional/apps/management/_runtime_fields·js.management runtime fields create runtime field should create runtime field

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: management
[00:00:00]           └-> "before all" hook in "management"
[00:00:00]           └-> "before all" hook in "management"
[00:00:00]             │ info [test/functional/fixtures/es_archiver/logstash_functional] Unloading indices from "mappings.json"
[00:00:00]             │ info [test/functional/fixtures/es_archiver/logstash_functional] Unloading indices from "data.json.gz"
[00:00:02]             │ info [test/functional/fixtures/es_archiver/makelogs] Loading "mappings.json"
[00:00:02]             │ info [test/functional/fixtures/es_archiver/makelogs] Loading "data.json.gz"
[00:00:02]             │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [logstash-2015.09.17] creating index, cause [api], templates [], shards [1]/[0]
[00:00:02]             │ info [o.e.c.r.a.AllocationService] [node-01] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.17][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.17][0]]"
[00:00:02]             │ info [test/functional/fixtures/es_archiver/makelogs] Created index "logstash-2015.09.17"
[00:00:02]             │ debg [test/functional/fixtures/es_archiver/makelogs] "logstash-2015.09.17" 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:02]             │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [logstash-2015.09.18] creating index, cause [api], templates [], shards [1]/[0]
[00:00:02]             │ info [o.e.c.r.a.AllocationService] [node-01] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.18][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.18][0]]"
[00:00:02]             │ info [test/functional/fixtures/es_archiver/makelogs] Created index "logstash-2015.09.18"
[00:00:02]             │ debg [test/functional/fixtures/es_archiver/makelogs] "logstash-2015.09.18" 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:03]             │ info [test/functional/fixtures/es_archiver/makelogs] Indexed 101 docs into "logstash-2015.09.17"
[00:00:03]             │ info [test/functional/fixtures/es_archiver/makelogs] Indexed 301 docs into "logstash-2015.09.18"
[00:00:03]           └-: 
[00:00:03]             └-> "before all" hook in ""
[00:09:44]             └-: runtime fields
[00:09:44]               └-> "before all" hook in "runtime fields"
[00:09:44]               └-> "before all" hook in "runtime fields"
[00:09:44]                 │ info [test/functional/fixtures/es_archiver/discover] Loading "mappings.json"
[00:09:44]                 │ info [test/functional/fixtures/es_archiver/discover] Loading "data.json"
[00:09:44]                 │ info [o.e.c.m.MetadataDeleteIndexService] [node-01] [.kibana_8.0.0_001/oEjn-ctRRfmF6znQ6Kq5Sg] deleting index
[00:09:44]                 │ info [o.e.c.m.MetadataDeleteIndexService] [node-01] [.kibana_task_manager_8.0.0_001/r-qD0k40T4ywjVtZUOaHtQ] deleting index
[00:09:44]                 │ info [r.suppressed] [node-01] path: /.kibana_8.0.0/_doc/config%3A8.0.0-SNAPSHOT, params: {index=.kibana_8.0.0, id=config:8.0.0-SNAPSHOT}
[00:09:44]                 │      org.elasticsearch.action.NoShardAvailableActionException: No shard available for [get [.kibana_8.0.0][config:8.0.0-SNAPSHOT]: routing [null]]
[00:09:44]                 │      	at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$AsyncSingleAction.perform(TransportSingleShardAction.java:208) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$AsyncSingleAction.onFailure(TransportSingleShardAction.java:194) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$AsyncSingleAction$2.handleException(TransportSingleShardAction.java:245) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1174) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1283) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1257) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService.sendLocalRequest(TransportService.java:825) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService$3.sendRequest(TransportService.java:114) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService.sendRequestInternal(TransportService.java:736) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:650) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:576) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:561) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$AsyncSingleAction.perform(TransportSingleShardAction.java:230) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$AsyncSingleAction.start(TransportSingleShardAction.java:185) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.single.shard.TransportSingleShardAction.doExecute(TransportSingleShardAction.java:92) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.single.shard.TransportSingleShardAction.doExecute(TransportSingleShardAction.java:51) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:77) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.ActionFilter$Simple.apply(ActionFilter.java:42) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:75) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.TransportAction.execute(TransportAction.java:53) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.tasks.TaskManager.registerAndExecute(TaskManager.java:163) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.client.node.NodeClient.executeLocally(NodeClient.java:100) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.client.node.NodeClient.doExecute(NodeClient.java:80) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:375) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.client.support.AbstractClient.get(AbstractClient.java:472) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.rest.action.document.RestGetAction.lambda$prepareRequest$0(RestGetAction.java:83) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.rest.BaseRestHandler.handleRequest(BaseRestHandler.java:100) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.xpack.security.rest.SecurityRestFilter.handleRequest(SecurityRestFilter.java:97) [x-pack-security-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.rest.RestController.dispatchRequest(RestController.java:299) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.rest.RestController.tryAllHandlers(RestController.java:369) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.rest.RestController.dispatchRequest(RestController.java:218) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.http.AbstractHttpServerTransport.dispatchRequest(AbstractHttpServerTransport.java:348) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.http.AbstractHttpServerTransport.handleIncomingRequest(AbstractHttpServerTransport.java:413) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.http.AbstractHttpServerTransport.incomingRequest(AbstractHttpServerTransport.java:330) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.http.netty4.Netty4HttpRequestHandler.channelRead0(Netty4HttpRequestHandler.java:31) [transport-netty4-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.http.netty4.Netty4HttpRequestHandler.channelRead0(Netty4HttpRequestHandler.java:17) [transport-netty4-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at org.elasticsearch.http.netty4.Netty4HttpPipeliningHandler.channelRead(Netty4HttpPipeliningHandler.java:47) [transport-netty4-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invo
[00:09:44]                 │ info keChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) [netty-handler-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:620) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:583) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) [netty-transport-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) [netty-common-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-common-4.1.66.Final.jar:4.1.66.Final]
[00:09:44]                 │      	at java.lang.Thread.run(Thread.java:831) [?:?]
[00:09:44]                 │      Caused by: org.elasticsearch.transport.RemoteTransportException: [node-01][127.0.0.1:6351][indices:data/read/get[s]]
[00:09:44]                 │      Caused by: org.elasticsearch.index.IndexNotFoundException: no such index [.kibana_8.0.0_001]
[00:09:44]                 │      	at org.elasticsearch.indices.IndicesService.indexServiceSafe(IndicesService.java:530) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.get.TransportGetAction.asyncShardOperation(TransportGetAction.java:74) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.get.TransportGetAction.asyncShardOperation(TransportGetAction.java:35) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$ShardTransportHandler.messageReceived(TransportSingleShardAction.java:268) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$ShardTransportHandler.messageReceived(TransportSingleShardAction.java:261) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:61) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService.sendLocalRequest(TransportService.java:792) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	... 79 more
[00:09:44]                 │ info [test/functional/fixtures/es_archiver/discover] Deleted existing index ".kibana_8.0.0_001"
[00:09:44]                 │ info [test/functional/fixtures/es_archiver/discover] Deleted existing index ".kibana_task_manager_8.0.0_001"
[00:09:44]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.kibana_8.0.0_001] creating index, cause [api], templates [], shards [1]/[0]
[00:09:44]                 │ info [r.suppressed] [node-01] path: /.kibana_8.0.0/_search, params: {rest_total_hits_as_int=true, size=10000, index=.kibana_8.0.0, _source=index-pattern.title,namespace,namespaces,type,references,migrationVersion,coreMigrationVersion,updated_at,originId,title, from=0}
[00:09:44]                 │      org.elasticsearch.action.search.SearchPhaseExecutionException: all shards failed
[00:09:44]                 │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseFailure(AbstractSearchAsyncAction.java:661) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:384) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:693) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onShardFailure(AbstractSearchAsyncAction.java:467) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction$1.onFailure(AbstractSearchAsyncAction.java:316) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.ActionListener$Delegating.onFailure(ActionListener.java:66) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:48) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:409) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService$5.handleException(TransportService.java:629) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1174) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1283) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1257) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:50) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.transport.TransportChannel.sendErrorResponse(TransportChannel.java:45) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.support.ChannelActionListener.onFailure(ChannelActionListener.java:40) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.ActionRunnable.onFailure(ActionRunnable.java:77) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.onFailure(ThreadContext.java:725) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:28) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
[00:09:44]                 │      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
[00:09:44]                 │      	at java.lang.Thread.run(Thread.java:831) [?:?]
[00:09:44]                 │      Caused by: org.elasticsearch.action.NoShardAvailableActionException: [node-01][127.0.0.1:6351][indices:data/read/search[phase/query]]
[00:09:44]                 │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onShardFailure(AbstractSearchAsyncAction.java:500) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onShardFailure(AbstractSearchAsyncAction.java:449) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:44]                 │      	... 17 more
[00:09:44]                 │ info [o.e.c.r.a.AllocationService] [node-01] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_8.0.0_001][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_8.0.0_001][0]]"
[00:09:44]                 │ info [test/functional/fixtures/es_archiver/discover] Created index ".kibana_8.0.0_001"
[00:09:44]                 │ debg [test/functional/fixtures/es_archiver/discover] ".kibana_8.0.0_001" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1","priority":"10","refresh_interval":"1s","routing_partition_size":"1"}}
[00:09:44]                 │ERROR browser[SEVERE] http://localhost:6151/api/saved_objects/_find?fields=title&per_page=10000&type=index-pattern - Failed to load resource: the server responded with a status of 503 (Service Unavailable)
[00:09:44]                 │ info [test/functional/fixtures/es_archiver/discover] Indexed 2 docs into ".kibana"
[00:09:44]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/6YRMNYsPQOia9Au0OZOuJQ] update_mapping [_doc]
[00:09:44]                 │ debg Migrating saved objects
[00:09:44]                 │ proc [kibana]   log   [21:57:29.747] [info][savedobjects-service] [.kibana_task_manager] INIT -> CREATE_NEW_TARGET. took: 4ms.
[00:09:44]                 │ proc [kibana]   log   [21:57:29.753] [info][savedobjects-service] [.kibana] INIT -> OUTDATED_DOCUMENTS_SEARCH_OPEN_PIT. took: 13ms.
[00:09:44]                 │ proc [kibana]   log   [21:57:29.756] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH_OPEN_PIT -> OUTDATED_DOCUMENTS_SEARCH_READ. took: 3ms.
[00:09:44]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.kibana_task_manager_8.0.0_001] creating index, cause [api], templates [], shards [1]/[1]
[00:09:44]                 │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.0.0_001]
[00:09:44]                 │ proc [kibana]   log   [21:57:29.763] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH_READ -> OUTDATED_DOCUMENTS_SEARCH_CLOSE_PIT. took: 7ms.
[00:09:44]                 │ proc [kibana]   log   [21:57:29.767] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH_CLOSE_PIT -> UPDATE_TARGET_MAPPINGS. took: 4ms.
[00:09:44]                 │ debg browser[INFO] http://localhost:6151/45393/bundles/core/core.entry.js 12:157356 "Detected an unhandled Promise rejection.
[00:09:44]                 │      Error: Service Unavailable"
[00:09:44]                 │ERROR browser[SEVERE] http://localhost:6151/45393/bundles/core/core.entry.js 5:2474 
[00:09:44]                 │ info [o.e.c.r.a.AllocationService] [node-01] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_task_manager_8.0.0_001][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_task_manager_8.0.0_001][0]]"
[00:09:44]                 │ proc [kibana]   log   [21:57:29.826] [info][savedobjects-service] [.kibana_task_manager] CREATE_NEW_TARGET -> MARK_VERSION_INDEX_READY. took: 80ms.
[00:09:44]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/6YRMNYsPQOia9Au0OZOuJQ] update_mapping [_doc]
[00:09:44]                 │ proc [kibana]   log   [21:57:29.898] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 131ms.
[00:09:44]                 │ proc [kibana]   log   [21:57:29.923] [info][savedobjects-service] [.kibana_task_manager] MARK_VERSION_INDEX_READY -> DONE. took: 97ms.
[00:09:44]                 │ proc [kibana]   log   [21:57:29.924] [info][savedobjects-service] [.kibana_task_manager] Migration completed after 182ms
[00:09:44]                 │ info [o.e.t.LoggingTaskListener] [node-01] 9459 finished with response BulkByScrollResponse[took=29.6ms,timed_out=false,sliceId=null,updated=2,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:09:44]                 │ proc [kibana]   log   [21:57:30.005] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> DONE. took: 107ms.
[00:09:44]                 │ proc [kibana]   log   [21:57:30.006] [info][savedobjects-service] [.kibana] Migration completed after 266ms
[00:09:44]                 │ debg [test/functional/fixtures/es_archiver/discover] Migrated Kibana index after loading Kibana data
[00:09:45]                 │ debg [test/functional/fixtures/es_archiver/discover] Ensured that default space exists in .kibana
[00:09:45]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true,"visualization:visualize:legacyPieChartsLibrary":true}
[00:09:45]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/6YRMNYsPQOia9Au0OZOuJQ] update_mapping [_doc]
[00:09:47]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_task_manager_8.0.0_001/ndvLV6uiRtKd-amEC9XpAA] update_mapping [_doc]
[00:09:47]                 │ debg replacing kibana config doc: {}
[00:09:48]                 │ debg applying update to kibana config: {}
[00:09:49]               └-: create runtime field
[00:09:49]                 └-> "before all" hook for "should create runtime field"
[00:09:49]                 └-> should create runtime field
[00:09:49]                   └-> "before each" hook: global before each for "should create runtime field"
[00:09:49]                   │ debg navigating to settings url: http://localhost:6151/app/management
[00:09:49]                   │ debg navigate to: http://localhost:6151/app/management
[00:09:49]                   │ debg browser[INFO] http://localhost:6151/app/management?_t=1629151054702 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:09:49]                   │
[00:09:49]                   │ debg browser[INFO] http://localhost:6151/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:09:49]                   │ debg ... sleep(700) start
[00:09:50]                   │ debg ... sleep(700) end
[00:09:50]                   │ debg returned from get, calling refresh
[00:09:51]                   │ debg browser[INFO] http://localhost:6151/app/management?_t=1629151054702 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:09:51]                   │
[00:09:51]                   │ debg browser[INFO] http://localhost:6151/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:09:51]                   │ debg currentUrl = http://localhost:6151/app/management
[00:09:51]                   │          appUrl = http://localhost:6151/app/management
[00:09:51]                   │ debg TestSubjects.find(kibanaChrome)
[00:09:51]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:09:52]                   │ debg ... sleep(501) start
[00:09:52]                   │ debg ... sleep(501) end
[00:09:52]                   │ debg in navigateTo url = http://localhost:6151/app/management
[00:09:52]                   │ debg clickKibanaIndexPatterns link
[00:09:52]                   │ debg TestSubjects.click(indexPatterns)
[00:09:52]                   │ debg Find.clickByCssSelector('[data-test-subj="indexPatterns"]') with timeout=10000
[00:09:52]                   │ debg Find.findByCssSelector('[data-test-subj="indexPatterns"]') with timeout=10000
[00:09:52]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:52]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:52]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:54]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:54]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:54]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:54]                   │ debg Find.byXPath('//a[descendant::*[text()='logstash-*']]') with timeout=10000
[00:09:55]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:09:55]                   │ debg TestSubjects.find(tab-indexedFields)
[00:09:55]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:09:55]                   │ debg add runtime field
[00:09:55]                   │ debg click Add Field
[00:09:55]                   │ debg TestSubjects.click(addField)
[00:09:55]                   │ debg Find.clickByCssSelector('[data-test-subj="addField"]') with timeout=10000
[00:09:55]                   │ debg Find.findByCssSelector('[data-test-subj="addField"]') with timeout=10000
[00:09:55]                   │ debg set field name = atest
[00:09:55]                   │ debg TestSubjects.setValue(nameField, atest)
[00:09:55]                   │ debg TestSubjects.click(nameField)
[00:09:55]                   │ debg Find.clickByCssSelector('[data-test-subj="nameField"]') with timeout=10000
[00:09:55]                   │ debg Find.findByCssSelector('[data-test-subj="nameField"]') with timeout=10000
[00:09:55]                   │ debg set type = Keyword
[00:09:55]                   │ debg TestSubjects.setValue(typeField, Keyword)
[00:09:55]                   │ debg TestSubjects.click(typeField)
[00:09:55]                   │ debg Find.clickByCssSelector('[data-test-subj="typeField"]') with timeout=10000
[00:09:55]                   │ debg Find.findByCssSelector('[data-test-subj="typeField"]') with timeout=10000
[00:09:56]                   │ debg set script = emit('hello world')
[00:09:56]                   │ debg toggling tow = valueRow
[00:09:56]                   │ debg TestSubjects.find(valueRow)
[00:09:56]                   │ debg Find.findByCssSelector('[data-test-subj="valueRow"]') with timeout=10000
[00:09:56]                   │ debg Waiting up to 20000ms for monaco editor is ready...
[00:09:56]                   │ debg check that field preview is rendered
[00:09:56]                   │ debg TestSubjects.exists(fieldPreviewItem)
[00:09:56]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="fieldPreviewItem"]') with timeout=1500
[00:09:57]                   │ debg click Save
[00:09:57]                   │ debg TestSubjects.click(fieldSaveButton)
[00:09:57]                   │ debg Find.clickByCssSelector('[data-test-subj="fieldSaveButton"]') with timeout=10000
[00:09:57]                   │ debg Find.findByCssSelector('[data-test-subj="fieldSaveButton"]') with timeout=10000
[00:09:57]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:09:57]                   │ debg TestSubjects.find(tab-indexedFields)
[00:09:57]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:09:57]                   │ debg --- retry.try error: expected 86 to equal 87
[00:09:58]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:09:58]                   │ debg TestSubjects.find(tab-indexedFields)
[00:09:58]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:09:58]                   │ debg --- retry.try failed again with the same message...
[00:09:59]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:09:59]                   │ debg TestSubjects.find(tab-indexedFields)
[00:09:59]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:09:59]                   │ debg --- retry.try failed again with the same message...
[00:09:59]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:09:59]                   │ debg TestSubjects.find(tab-indexedFields)
[00:09:59]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:09:59]                   │ debg --- retry.try failed again with the same message...
[00:10:00]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:00]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:00]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:00]                   │ debg --- retry.try failed again with the same message...
[00:10:00]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:00]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:00]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:00]                   │ debg --- retry.try failed again with the same message...
[00:10:01]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:01]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:01]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:01]                   │ debg --- retry.try failed again with the same message...
[00:10:01]                   │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/6YRMNYsPQOia9Au0OZOuJQ] update_mapping [_doc]
[00:10:01]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:01]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:01]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:01]                   │ debg --- retry.try failed again with the same message...
[00:10:02]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:02]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:02]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:02]                   │ debg --- retry.try failed again with the same message...
[00:10:02]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:02]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:02]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:02]                   │ debg --- retry.try failed again with the same message...
[00:10:03]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:03]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:03]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:03]                   │ debg --- retry.try failed again with the same message...
[00:10:03]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:03]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:03]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:03]                   │ debg --- retry.try failed again with the same message...
[00:10:04]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:04]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:04]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:04]                   │ debg --- retry.try failed again with the same message...
[00:10:04]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:04]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:04]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:04]                   │ debg --- retry.try failed again with the same message...
[00:10:05]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:05]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:05]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:05]                   │ debg --- retry.try failed again with the same message...
[00:10:05]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:05]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:05]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:05]                   │ debg --- retry.try failed again with the same message...
[00:10:06]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:06]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:06]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:06]                   │ debg --- retry.try failed again with the same message...
[00:10:06]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:06]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:06]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:06]                   │ debg --- retry.try failed again with the same message...
[00:10:07]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:07]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:07]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:07]                   │ debg --- retry.try failed again with the same message...
[00:10:07]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:07]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:07]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:07]                   │ debg --- retry.try failed again with the same message...
[00:10:08]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:08]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:08]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:08]                   │ debg --- retry.try failed again with the same message...
[00:10:09]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:09]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:09]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:09]                   │ debg --- retry.try failed again with the same message...
[00:10:09]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:09]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:09]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:09]                   │ debg --- retry.try failed again with the same message...
[00:10:10]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:10]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:10]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:10]                   │ debg --- retry.try failed again with the same message...
[00:10:10]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:10]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:10]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:10]                   │ debg --- retry.try failed again with the same message...
[00:10:11]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:11]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:11]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:11]                   │ debg --- retry.try failed again with the same message...
[00:10:11]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:11]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:11]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:11]                   │ debg --- retry.try failed again with the same message...
[00:10:12]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:12]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:12]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:12]                   │ debg --- retry.try failed again with the same message...
[00:10:12]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:12]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:12]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:12]                   │ debg --- retry.try failed again with the same message...
[00:10:13]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:13]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:13]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:13]                   │ debg --- retry.try failed again with the same message...
[00:10:13]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:13]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:13]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:13]                   │ debg --- retry.try failed again with the same message...
[00:10:14]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:14]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:14]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:14]                   │ debg --- retry.try failed again with the same message...
[00:10:14]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:14]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:14]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:14]                   │ debg --- retry.try failed again with the same message...
[00:10:15]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:15]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:15]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:15]                   │ debg --- retry.try failed again with the same message...
[00:10:15]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:15]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:15]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:15]                   │ debg --- retry.try failed again with the same message...
[00:10:16]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:16]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:16]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:16]                   │ debg --- retry.try failed again with the same message...
[00:10:16]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:16]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:16]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:16]                   │ debg --- retry.try failed again with the same message...
[00:10:17]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:17]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:17]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:17]                   │ debg --- retry.try failed again with the same message...
[00:10:17]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:17]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:17]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:17]                   │ debg --- retry.try failed again with the same message...
[00:10:18]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:18]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:18]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:18]                   │ debg --- retry.try failed again with the same message...
[00:10:19]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:19]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:19]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:19]                   │ debg --- retry.try failed again with the same message...
[00:10:19]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:19]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:19]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:19]                   │ debg --- retry.try failed again with the same message...
[00:10:20]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:20]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:20]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:20]                   │ debg --- retry.try failed again with the same message...
[00:10:20]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:20]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:20]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:20]                   │ debg --- retry.try failed again with the same message...
[00:10:21]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:21]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:21]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:21]                   │ debg --- retry.try failed again with the same message...
[00:10:21]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:21]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:21]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:21]                   │ debg --- retry.try failed again with the same message...
[00:10:22]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:22]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:22]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:22]                   │ debg --- retry.try failed again with the same message...
[00:10:22]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:22]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:22]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:22]                   │ debg --- retry.try failed again with the same message...
[00:10:23]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:23]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:23]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:23]                   │ debg --- retry.try failed again with the same message...
[00:10:23]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:23]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:23]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:23]                   │ debg --- retry.try failed again with the same message...
[00:10:24]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:24]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:24]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:24]                   │ debg --- retry.try failed again with the same message...
[00:10:24]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:24]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:24]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:24]                   │ debg --- retry.try failed again with the same message...
[00:10:25]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:25]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:25]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:25]                   │ debg --- retry.try failed again with the same message...
[00:10:25]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:25]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:25]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:25]                   │ debg --- retry.try failed again with the same message...
[00:10:26]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:26]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:26]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:26]                   │ debg --- retry.try failed again with the same message...
[00:10:26]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:26]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:26]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:26]                   │ debg --- retry.try failed again with the same message...
[00:10:27]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:27]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:27]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:27]                   │ debg --- retry.try failed again with the same message...
[00:10:27]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:27]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:27]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:27]                   │ debg --- retry.try failed again with the same message...
[00:10:28]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:28]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:28]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:28]                   │ debg --- retry.try failed again with the same message...
[00:10:28]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:28]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:28]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:29]                   │ debg --- retry.try failed again with the same message...
[00:10:29]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:29]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:29]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:29]                   │ debg --- retry.try failed again with the same message...
[00:10:30]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:30]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:30]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:30]                   │ debg --- retry.try failed again with the same message...
[00:10:30]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:30]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:30]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:30]                   │ debg --- retry.try failed again with the same message...
[00:10:31]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:31]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:31]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:31]                   │ debg --- retry.try failed again with the same message...
[00:10:31]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:31]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:31]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:31]                   │ debg --- retry.try failed again with the same message...
[00:10:32]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:32]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:32]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:32]                   │ debg --- retry.try failed again with the same message...
[00:10:32]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:32]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:32]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:32]                   │ debg --- retry.try failed again with the same message...
[00:10:33]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:33]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:33]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:33]                   │ debg --- retry.try failed again with the same message...
[00:10:33]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:33]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:33]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:33]                   │ debg --- retry.try failed again with the same message...
[00:10:34]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:34]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:34]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:34]                   │ debg --- retry.try failed again with the same message...
[00:10:34]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:34]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:34]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:34]                   │ debg --- retry.try failed again with the same message...
[00:10:35]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:35]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:35]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:35]                   │ debg --- retry.try failed again with the same message...
[00:10:35]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:35]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:35]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:35]                   │ debg --- retry.try failed again with the same message...
[00:10:36]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:36]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:36]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:36]                   │ debg --- retry.try failed again with the same message...
[00:10:36]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:36]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:36]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:36]                   │ debg --- retry.try failed again with the same message...
[00:10:37]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:37]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:37]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:37]                   │ debg --- retry.try failed again with the same message...
[00:10:37]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:37]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:37]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:37]                   │ debg --- retry.try failed again with the same message...
[00:10:38]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:38]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:38]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:38]                   │ debg --- retry.try failed again with the same message...
[00:10:39]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:39]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:39]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:39]                   │ debg --- retry.try failed again with the same message...
[00:10:39]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:39]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:39]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:39]                   │ debg --- retry.try failed again with the same message...
[00:10:40]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:40]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:40]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:40]                   │ debg --- retry.try failed again with the same message...
[00:10:40]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:40]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:40]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:40]                   │ debg --- retry.try failed again with the same message...
[00:10:41]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:41]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:41]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:41]                   │ debg --- retry.try failed again with the same message...
[00:10:41]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:41]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:41]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:41]                   │ debg --- retry.try failed again with the same message...
[00:10:42]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:42]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:42]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:42]                   │ debg --- retry.try failed again with the same message...
[00:10:42]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:42]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:42]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:42]                   │ debg --- retry.try failed again with the same message...
[00:10:43]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:43]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:43]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:43]                   │ debg --- retry.try failed again with the same message...
[00:10:43]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:43]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:43]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:43]                   │ debg --- retry.try failed again with the same message...
[00:10:44]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:44]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:44]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:44]                   │ debg --- retry.try failed again with the same message...
[00:10:44]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:44]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:44]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:44]                   │ debg --- retry.try failed again with the same message...
[00:10:45]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:45]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:45]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:45]                   │ debg --- retry.try failed again with the same message...
[00:10:45]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:45]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:45]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:45]                   │ debg --- retry.try failed again with the same message...
[00:10:46]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:46]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:46]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:46]                   │ debg --- retry.try failed again with the same message...
[00:10:46]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:46]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:46]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:46]                   │ debg --- retry.try failed again with the same message...
[00:10:47]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:47]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:47]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:47]                   │ debg --- retry.try failed again with the same message...
[00:10:47]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:47]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:47]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:47]                   │ debg --- retry.try failed again with the same message...
[00:10:48]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:48]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:48]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:48]                   │ debg --- retry.try failed again with the same message...
[00:10:49]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:49]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:49]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:49]                   │ debg --- retry.try failed again with the same message...
[00:10:49]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:49]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:49]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:49]                   │ debg --- retry.try failed again with the same message...
[00:10:50]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:50]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:50]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:50]                   │ debg --- retry.try failed again with the same message...
[00:10:50]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:50]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:50]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:50]                   │ debg --- retry.try failed again with the same message...
[00:10:51]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:51]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:51]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:51]                   │ debg --- retry.try failed again with the same message...
[00:10:51]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:51]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:51]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:51]                   │ debg --- retry.try failed again with the same message...
[00:10:52]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:52]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:52]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:52]                   │ debg --- retry.try failed again with the same message...
[00:10:52]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:52]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:52]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:52]                   │ debg --- retry.try failed again with the same message...
[00:10:53]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:53]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:53]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:53]                   │ debg --- retry.try failed again with the same message...
[00:10:53]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:53]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:53]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:53]                   │ debg --- retry.try failed again with the same message...
[00:10:54]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:54]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:54]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:54]                   │ debg --- retry.try failed again with the same message...
[00:10:54]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:54]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:54]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:54]                   │ debg --- retry.try failed again with the same message...
[00:10:55]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:55]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:55]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:55]                   │ debg --- retry.try failed again with the same message...
[00:10:55]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:55]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:55]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:55]                   │ debg --- retry.try failed again with the same message...
[00:10:56]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:56]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:56]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:56]                   │ debg --- retry.try failed again with the same message...
[00:10:56]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:56]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:56]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:56]                   │ debg --- retry.try failed again with the same message...
[00:10:57]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:57]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:57]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:57]                   │ debg --- retry.try failed again with the same message...
[00:10:57]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:57]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:57]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:57]                   │ debg --- retry.try failed again with the same message...
[00:10:58]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:58]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:58]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:58]                   │ debg --- retry.try failed again with the same message...
[00:10:59]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:59]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:59]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:59]                   │ debg --- retry.try failed again with the same message...
[00:10:59]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:10:59]                   │ debg TestSubjects.find(tab-indexedFields)
[00:10:59]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:10:59]                   │ debg --- retry.try failed again with the same message...
[00:11:00]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:00]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:00]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:00]                   │ debg --- retry.try failed again with the same message...
[00:11:00]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:00]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:00]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:00]                   │ debg --- retry.try failed again with the same message...
[00:11:01]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:01]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:01]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:01]                   │ debg --- retry.try failed again with the same message...
[00:11:01]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:01]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:01]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:01]                   │ debg --- retry.try failed again with the same message...
[00:11:02]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:02]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:02]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:02]                   │ debg --- retry.try failed again with the same message...
[00:11:02]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:02]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:02]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:02]                   │ debg --- retry.try failed again with the same message...
[00:11:03]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:03]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:03]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:03]                   │ debg --- retry.try failed again with the same message...
[00:11:03]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:03]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:03]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:03]                   │ debg --- retry.try failed again with the same message...
[00:11:04]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:04]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:04]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:04]                   │ debg --- retry.try failed again with the same message...
[00:11:04]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:04]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:04]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:04]                   │ debg --- retry.try failed again with the same message...
[00:11:05]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:05]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:05]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:05]                   │ debg --- retry.try failed again with the same message...
[00:11:05]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:05]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:05]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:05]                   │ debg --- retry.try failed again with the same message...
[00:11:06]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:06]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:06]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:06]                   │ debg --- retry.try failed again with the same message...
[00:11:06]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:06]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:06]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:06]                   │ debg --- retry.try failed again with the same message...
[00:11:07]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:07]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:07]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:07]                   │ debg --- retry.try failed again with the same message...
[00:11:07]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:07]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:07]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:07]                   │ debg --- retry.try failed again with the same message...
[00:11:08]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:08]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:08]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:08]                   │ debg --- retry.try failed again with the same message...
[00:11:09]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:09]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:09]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:09]                   │ debg --- retry.try failed again with the same message...
[00:11:09]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:09]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:09]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:09]                   │ debg --- retry.try failed again with the same message...
[00:11:10]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:10]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:10]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:10]                   │ debg --- retry.try failed again with the same message...
[00:11:10]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:10]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:10]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:10]                   │ debg --- retry.try failed again with the same message...
[00:11:11]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:11]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:11]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:11]                   │ debg --- retry.try failed again with the same message...
[00:11:11]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:11]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:11]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:11]                   │ debg --- retry.try failed again with the same message...
[00:11:12]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:12]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:12]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:12]                   │ debg --- retry.try failed again with the same message...
[00:11:12]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:12]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:12]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:12]                   │ debg --- retry.try failed again with the same message...
[00:11:13]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:13]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:13]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:13]                   │ debg --- retry.try failed again with the same message...
[00:11:13]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:13]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:13]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:13]                   │ debg --- retry.try failed again with the same message...
[00:11:14]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:14]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:14]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:14]                   │ debg --- retry.try failed again with the same message...
[00:11:14]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:14]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:14]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:14]                   │ debg --- retry.try failed again with the same message...
[00:11:15]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:15]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:15]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:15]                   │ debg --- retry.try failed again with the same message...
[00:11:15]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:15]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:15]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:16]                   │ debg --- retry.try failed again with the same message...
[00:11:16]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:16]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:16]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:16]                   │ debg --- retry.try failed again with the same message...
[00:11:17]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:17]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:17]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:17]                   │ debg --- retry.try failed again with the same message...
[00:11:17]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:17]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:17]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:17]                   │ debg --- retry.try failed again with the same message...
[00:11:18]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:18]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:18]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:18]                   │ debg --- retry.try failed again with the same message...
[00:11:18]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:18]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:18]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:18]                   │ debg --- retry.try failed again with the same message...
[00:11:19]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:19]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:19]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:19]                   │ debg --- retry.try failed again with the same message...
[00:11:19]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:19]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:19]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:19]                   │ debg --- retry.try failed again with the same message...
[00:11:20]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:20]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:20]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:20]                   │ debg --- retry.try failed again with the same message...
[00:11:20]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:20]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:20]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:20]                   │ debg --- retry.try failed again with the same message...
[00:11:21]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:21]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:21]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:21]                   │ debg --- retry.try failed again with the same message...
[00:11:21]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:21]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:21]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:21]                   │ debg --- retry.try failed again with the same message...
[00:11:22]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:22]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:22]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:22]                   │ debg --- retry.try failed again with the same message...
[00:11:22]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:22]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:22]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:22]                   │ debg --- retry.try failed again with the same message...
[00:11:23]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:23]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:23]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:23]                   │ debg --- retry.try failed again with the same message...
[00:11:23]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:23]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:23]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:23]                   │ debg --- retry.try failed again with the same message...
[00:11:24]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:24]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:24]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:24]                   │ debg --- retry.try failed again with the same message...
[00:11:24]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:24]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:24]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:24]                   │ debg --- retry.try failed again with the same message...
[00:11:25]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:25]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:25]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:25]                   │ debg --- retry.try failed again with the same message...
[00:11:26]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:26]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:26]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:26]                   │ debg --- retry.try failed again with the same message...
[00:11:26]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:26]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:26]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:26]                   │ debg --- retry.try failed again with the same message...
[00:11:27]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:27]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:27]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:27]                   │ debg --- retry.try failed again with the same message...
[00:11:27]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:27]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:27]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:27]                   │ debg --- retry.try failed again with the same message...
[00:11:28]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:28]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:28]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:28]                   │ debg --- retry.try failed again with the same message...
[00:11:28]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:28]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:28]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:28]                   │ debg --- retry.try failed again with the same message...
[00:11:29]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:29]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:29]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:29]                   │ debg --- retry.try failed again with the same message...
[00:11:29]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:29]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:29]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:29]                   │ debg --- retry.try failed again with the same message...
[00:11:30]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:30]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:30]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:30]                   │ debg --- retry.try failed again with the same message...
[00:11:30]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:30]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:30]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:30]                   │ debg --- retry.try failed again with the same message...
[00:11:31]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:31]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:31]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:31]                   │ debg --- retry.try failed again with the same message...
[00:11:31]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:31]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:31]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:31]                   │ debg --- retry.try failed again with the same message...
[00:11:32]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:32]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:32]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:32]                   │ debg --- retry.try failed again with the same message...
[00:11:32]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:32]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:32]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:32]                   │ debg --- retry.try failed again with the same message...
[00:11:33]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:33]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:33]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:33]                   │ debg --- retry.try failed again with the same message...
[00:11:33]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:33]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:33]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:33]                   │ debg --- retry.try failed again with the same message...
[00:11:34]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:34]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:34]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:34]                   │ debg --- retry.try failed again with the same message...
[00:11:35]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:35]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:35]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:35]                   │ debg --- retry.try failed again with the same message...
[00:11:35]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:35]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:35]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:35]                   │ debg --- retry.try failed again with the same message...
[00:11:36]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:36]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:36]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:36]                   │ debg --- retry.try failed again with the same message...
[00:11:36]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:36]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:36]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:36]                   │ debg --- retry.try failed again with the same message...
[00:11:37]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:37]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:37]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:37]                   │ debg --- retry.try failed again with the same message...
[00:11:37]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:37]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:37]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:37]                   │ debg --- retry.try failed again with the same message...
[00:11:38]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:38]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:38]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:38]                   │ debg --- retry.try failed again with the same message...
[00:11:38]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:38]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:38]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:38]                   │ debg --- retry.try failed again with the same message...
[00:11:39]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:39]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:39]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:39]                   │ debg --- retry.try failed again with the same message...
[00:11:39]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:39]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:39]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:39]                   │ debg --- retry.try failed again with the same message...
[00:11:40]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:40]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:40]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:40]                   │ debg --- retry.try failed again with the same message...
[00:11:40]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:40]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:40]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:40]                   │ debg --- retry.try failed again with the same message...
[00:11:41]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:41]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:41]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:41]                   │ debg --- retry.try failed again with the same message...
[00:11:41]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:41]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:41]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:41]                   │ debg --- retry.try failed again with the same message...
[00:11:42]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:42]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:42]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:42]                   │ debg --- retry.try failed again with the same message...
[00:11:42]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:42]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:42]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:42]                   │ debg --- retry.try failed again with the same message...
[00:11:43]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:43]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:43]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:43]                   │ debg --- retry.try failed again with the same message...
[00:11:43]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:43]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:43]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:43]                   │ debg --- retry.try failed again with the same message...
[00:11:44]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:44]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:44]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:44]                   │ debg --- retry.try failed again with the same message...
[00:11:45]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:45]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:45]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:45]                   │ debg --- retry.try failed again with the same message...
[00:11:45]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:45]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:45]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:45]                   │ debg --- retry.try failed again with the same message...
[00:11:46]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:46]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:46]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:46]                   │ debg --- retry.try failed again with the same message...
[00:11:46]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:46]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:46]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:46]                   │ debg --- retry.try failed again with the same message...
[00:11:47]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:47]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:47]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:47]                   │ debg --- retry.try failed again with the same message...
[00:11:47]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:47]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:47]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:47]                   │ debg --- retry.try failed again with the same message...
[00:11:48]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:48]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:48]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:48]                   │ debg --- retry.try failed again with the same message...
[00:11:48]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:48]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:48]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:48]                   │ debg --- retry.try failed again with the same message...
[00:11:49]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:49]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:49]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:49]                   │ debg --- retry.try failed again with the same message...
[00:11:49]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:49]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:49]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:49]                   │ debg --- retry.try failed again with the same message...
[00:11:50]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:50]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:50]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:50]                   │ debg --- retry.try failed again with the same message...
[00:11:50]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:50]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:50]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:50]                   │ debg --- retry.try failed again with the same message...
[00:11:51]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:51]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:51]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:51]                   │ debg --- retry.try failed again with the same message...
[00:11:51]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:51]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:51]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:51]                   │ debg --- retry.try failed again with the same message...
[00:11:52]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:52]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:52]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:52]                   │ debg --- retry.try failed again with the same message...
[00:11:52]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:52]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:52]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:52]                   │ debg --- retry.try failed again with the same message...
[00:11:53]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:53]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:53]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:53]                   │ debg --- retry.try failed again with the same message...
[00:11:53]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:53]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:53]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:54]                   │ debg --- retry.try failed again with the same message...
[00:11:54]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:54]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:54]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:54]                   │ debg --- retry.try failed again with the same message...
[00:11:55]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:55]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:55]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:55]                   │ debg --- retry.try failed again with the same message...
[00:11:55]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:55]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:55]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:55]                   │ debg --- retry.try failed again with the same message...
[00:11:56]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:56]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:56]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:56]                   │ debg --- retry.try failed again with the same message...
[00:11:56]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:56]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:56]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:56]                   │ debg --- retry.try failed again with the same message...
[00:11:57]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:57]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:57]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:57]                   │ debg --- retry.try failed again with the same message...
[00:11:57]                   │ debg TestSubjects.getVisibleText(tab-indexedFields)
[00:11:57]                   │ debg TestSubjects.find(tab-indexedFields)
[00:11:57]                   │ debg Find.findByCssSelector('[data-test-subj="tab-indexedFields"]') with timeout=10000
[00:11:57]                   │ debg --- retry.try failed again with the same message...
[00:11:58]                   │ info Taking screenshot "/dev/shm/workspace/parallel/5/kibana/test/functional/screenshots/failure/management  runtime fields create runtime field should create runtime field.png"
[00:11:58]                   │ info Current URL is: http://localhost:6151/app/management/kibana/indexPatterns/patterns/logstash-*#/?_a=(tab:indexedFields)
[00:11:58]                   │ info Saving page source to: /dev/shm/workspace/parallel/5/kibana/test/functional/failure_debug/html/management  runtime fields create runtime field should create runtime field.html
[00:11:58]                   └- ✖ fail: management  runtime fields create runtime field should create runtime field
[00:11:58]                   │      retry.try timeout: Error: expected 86 to equal 87
[00:11:58]                   │     at Assertion.assert (/dev/shm/workspace/parallel/5/kibana/node_modules/@kbn/expect/expect.js:100:11)
[00:11:58]                   │     at Assertion.be.Assertion.equal (/dev/shm/workspace/parallel/5/kibana/node_modules/@kbn/expect/expect.js:227:8)
[00:11:58]                   │     at Assertion.be (/dev/shm/workspace/parallel/5/kibana/node_modules/@kbn/expect/expect.js:69:22)
[00:11:58]                   │     at /dev/shm/workspace/parallel/5/kibana/test/functional/apps/management/_runtime_fields.js:59:79
[00:11:58]                   │     at runMicrotasks (<anonymous>)
[00:11:58]                   │     at processTicksAndRejections (internal/process/task_queues.js:95:5)
[00:11:58]                   │     at runAttempt (/dev/shm/workspace/parallel/5/kibana/test/common/services/retry/retry_for_success.ts:27:15)
[00:11:58]                   │     at retryForSuccess (/dev/shm/workspace/parallel/5/kibana/test/common/services/retry/retry_for_success.ts:66:21)
[00:11:58]                   │     at RetryService.try (/dev/shm/workspace/parallel/5/kibana/test/common/services/retry/retry.ts:31:12)
[00:11:58]                   │     at Context.<anonymous> (/dev/shm/workspace/parallel/5/kibana/test/functional/apps/management/_runtime_fields.js:58:9)
[00:11:58]                   │     at Object.apply (/dev/shm/workspace/parallel/5/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:11:58]                   │   Error: retry.try timeout: Error: expected 86 to equal 87
[00:11:58]                   │       at Assertion.assert (node_modules/@kbn/expect/expect.js:100:11)
[00:11:58]                   │       at Assertion.be.Assertion.equal (node_modules/@kbn/expect/expect.js:227:8)
[00:11:58]                   │       at Assertion.be (node_modules/@kbn/expect/expect.js:69:22)
[00:11:58]                   │       at /dev/shm/workspace/parallel/5/kibana/test/functional/apps/management/_runtime_fields.js:59:79
[00:11:58]                   │       at runMicrotasks (<anonymous>)
[00:11:58]                   │       at processTicksAndRejections (internal/process/task_queues.js:95:5)
[00:11:58]                   │       at runAttempt (test/common/services/retry/retry_for_success.ts:27:15)
[00:11:58]                   │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:66:21)
[00:11:58]                   │       at RetryService.try (test/common/services/retry/retry.ts:31:12)
[00:11:58]                   │       at Context.<anonymous> (test/functional/apps/management/_runtime_fields.js:58:9)
[00:11:58]                   │       at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:11:58]                   │       at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
[00:11:58]                   │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
[00:11:58]                   │       at RetryService.try (test/common/services/retry/retry.ts:31:12)
[00:11:58]                   │       at Context.<anonymous> (test/functional/apps/management/_runtime_fields.js:58:9)
[00:11:58]                   │       at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:11:58]                   │ 
[00:11:58]                   │ 

Stack Trace

Error: retry.try timeout: Error: expected 86 to equal 87
    at Assertion.assert (node_modules/@kbn/expect/expect.js:100:11)
    at Assertion.be.Assertion.equal (node_modules/@kbn/expect/expect.js:227:8)
    at Assertion.be (node_modules/@kbn/expect/expect.js:69:22)
    at /dev/shm/workspace/parallel/5/kibana/test/functional/apps/management/_runtime_fields.js:59:79
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at runAttempt (test/common/services/retry/retry_for_success.ts:27:15)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:66:21)
    at RetryService.try (test/common/services/retry/retry.ts:31:12)
    at Context.<anonymous> (test/functional/apps/management/_runtime_fields.js:58:9)
    at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
    at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
    at RetryService.try (test/common/services/retry/retry.ts:31:12)
    at Context.<anonymous> (test/functional/apps/management/_runtime_fields.js:58:9)
    at Object.apply (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
home 70 68 -2

Async chunks

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

id before after diff
apm 4.4MB 4.4MB +8.0B
fleet 732.9KB 732.9KB +18.0B
home 163.4KB 121.7KB -41.7KB
kibanaOverview 18.3KB 18.4KB +150.0B
total -41.5KB

Page load bundle

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

id before after diff
enterpriseSearch 14.9KB 14.2KB -718.0B
fleet 454.0KB 454.1KB +80.0B
indexLifecycleManagement 48.5KB 48.5KB +1.0B
kibanaOverview 30.8KB 29.6KB -1.2KB
kibanaReact 171.5KB 171.5KB +1.0B
observability 58.4KB 57.8KB -610.0B
securitySolution 212.4KB 211.8KB -606.0B
total -3.0KB
Unknown metric groups

API count

id before after diff
home 101 99 -2

History

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

@MichaelMarcialis MichaelMarcialis merged commit f80104d into elastic:master Aug 16, 2021
kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Aug 16, 2021
* balance solutions

* clean up solution changes

* change footer button size

* update management section

* apply max-width to management items

* remove right side items from page header

* add data content update

* illustration poc

* add data content updates per feedback

* img size and alignment

* moved shared images to shared assets folder

* more solutions clean up

* rm unneeded import

* remove references to subtitle and appDescriptions

* update tests and snapshots

* more test and snapshot updates

* restore solution sort order

* ts and jest fixes; thx catherine!

* i18n fixes

* use new `KibanaPageTemplateSolutionNavAvatar` comp

* change solution imgs from png to svg

* update tests and snapshots

* rm spacer and update snapshots

* account for flex margin changes in img offset

* Change "Kibana" overview page text to "Analytics"

* update overview icon to match hp changes

* update snapshots

* center justify solutions and update snapshots

* update snapshots

* title case dev tools and stack management

* update text and snapshots

* fix merge error

Co-authored-by: Kibana Machine <[email protected]>
@kibanamachine
Copy link
Contributor

💚 Backport successful

Status Branch Result
7.x

This backport PR will be merged automatically after passing CI.

kibanamachine added a commit that referenced this pull request Aug 17, 2021
* balance solutions

* clean up solution changes

* change footer button size

* update management section

* apply max-width to management items

* remove right side items from page header

* add data content update

* illustration poc

* add data content updates per feedback

* img size and alignment

* moved shared images to shared assets folder

* more solutions clean up

* rm unneeded import

* remove references to subtitle and appDescriptions

* update tests and snapshots

* more test and snapshot updates

* restore solution sort order

* ts and jest fixes; thx catherine!

* i18n fixes

* use new `KibanaPageTemplateSolutionNavAvatar` comp

* change solution imgs from png to svg

* update tests and snapshots

* rm spacer and update snapshots

* account for flex margin changes in img offset

* Change "Kibana" overview page text to "Analytics"

* update overview icon to match hp changes

* update snapshots

* center justify solutions and update snapshots

* update snapshots

* title case dev tools and stack management

* update text and snapshots

* fix merge error

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Michael Marcialis <[email protected]>
@MichaelMarcialis MichaelMarcialis deleted the 94205/update-home-page branch August 17, 2021 13:05
@MichaelMarcialis MichaelMarcialis mentioned this pull request Aug 17, 2021
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes Team:APM All issues that need APM UI Team support Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:Fleet Team label for Observability Data Collection Fleet team v7.15.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Getting Started] Update home page to promote Integrations more