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

Fix formatting of mapStateJSON and layerListJSON in dashboard assets #28530

Merged
merged 9 commits into from
Oct 21, 2021

Conversation

kvch
Copy link
Contributor

@kvch kvch commented Oct 19, 2021

What does this PR do?

This PR introduces more transformations to dashboards that are loaded to Kibana to avoid parsing errors. For the sake of developers we save everything as JSON, but some of the values have to be loaded back to Kibana as strings. A few field conversions were missing, now they are added.

I have added dashboard loading tests to Metricbeat, Filebeat and Packetbeat to catch such errors before they are released/other teams discover it.

Why is it important?

Without this some dashboards cannot be loaded.

Checklist

  • My code follows the style guidelines of this project
    ~~- [ ] I have commented my code, particularly in hard-to-understand areas~`
    - [ ] I have made corresponding changes to the documentation
    - [ ] I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
    - [ ] I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Related issues

Closes #27988

@kvch kvch added backport-v7.15.0 Automated backport with mergify backport-v7.16.0 Automated backport with mergify Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team labels Oct 19, 2021
@kvch kvch requested a review from jsoriano October 19, 2021 12:48
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Oct 19, 2021
Copy link
Contributor

@michalpristas michalpristas left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -59,12 +59,12 @@ def test_template(self):
assert len(es.cat.templates(name='metricbeat-*', h='name')) > 0

@unittest.skipUnless(INTEGRATION_TESTS, "integration test")
@pytest.mark.timeout(180, func_only=True)
@pytest.mark.timeout(5*60, func_only=True)
Copy link
Contributor

Choose a reason for hiding this comment

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

math doesn't add up :-)

@elasticmachine
Copy link
Collaborator

elasticmachine commented Oct 19, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2021-10-21T09:39:55.367+0000

  • Duration: 170 min 53 sec

  • Commit: 7c6d906

Test stats 🧪

Test Results
Failed 0
Passed 53945
Skipped 5359
Total 59304

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

Copy link
Member

@jsoriano jsoriano left a comment

Choose a reason for hiding this comment

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

👍 looks good, adding a suggestion about sharing the code to test dashboards along beats.

packetbeat/tests/system/test_base.py Outdated Show resolved Hide resolved
@jsoriano
Copy link
Member

I have added dashboard loading tests to Metricbeat, Filebeat and Packetbeat to catch such errors before they are released/other teams discover it.

Btw, this is a very good one 👍

@@ -3,7 +3,7 @@
version: '2.3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.15.0
Copy link

Choose a reason for hiding this comment

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

why wouldn't this be 8.0.0 for the tests on master branch?

Copy link

Choose a reason for hiding this comment

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

are these only released builds?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

latest.yml contains the latests releases. We use the environment in snapshot.yml for the latest snapshots of 8.0.0 on master.

@elasticmachine
Copy link
Collaborator

❕ Build Aborted

There is a new build on-going so the previous on-going builds have been aborted.

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Reason: Aborted from #4

  • Start Time: 2021-10-20T07:41:41.598+0000

  • Duration: 6 min 43 sec

  • Commit: 3710e4e

Test errors 0

Expand to view the tests failures

Build&Test / x-pack/metricbeat-pythonIntegTest / test_dashboards – x-pack.metricbeat.tests.system.test_xpack_base.Test
    Expand to view the error details

     AssertionError: Error output: 2021-10-19T18:24:29.937Z	INFO	instance/beat.go:670	Home path: [/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards] Config path: [/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards] Data path: [/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/data] Logs path: [/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/logs]
      2021-10-19T18:24:29.938Z	DEBUG	[beat]	instance/beat.go:728	Beat metadata path: /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/data/meta.json
      2021-10-19T18:24:29.943Z	INFO	instance/beat.go:678	Beat ID: 0869a799-1054-4a1e-a9eb-08bcddf96ef7
      2021-10-19T18:24:29.943Z	INFO	[beat]	instance/beat.go:1017	Beat info	{"system_info": {"beat": {"path": {"config": "/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards", "data": "/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/data", "home": "/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards", "logs": "/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/logs"}, "type": "metricbeat", "uuid": "0869a799-1054-4a1e-a9eb-08bcddf96ef7"}}}
      2021-10-19T18:24:29.943Z	INFO	[beat]	instance/beat.go:1026	Build info	{"system_info": {"build": {"commit": "unknown", "libbeat": "8.0.0", "time": "1754-08-30T22:43:41.128Z", "version": "8.0.0"}}}
      2021-10-19T18:24:29.943Z	INFO	[beat]	instance/beat.go:1029	Go runtime info	{"system_info": {"go": {"os":"linux","arch":"amd64","max_procs":8,"version":"go1.17.1"}}}
      2021-10-19T18:24:29.945Z	INFO	[beat]	instance/beat.go:1033	Host info	{"system_info": {"host": {"architecture":"x86_64","boot_time":"2021-10-19T17:45:38Z","containerized":true,"name":"beats-ci-immutable-ubuntu-1804-1634665513155304310","ip":["127.0.0.1/8","::1/128","10.224.1.89/32","fe80::4001:aff:fee0:159/64","172.17.0.1/16","fe80::42:1aff:fe6b:de01/64","172.18.0.1/16","172.19.0.1/16","fe80::42:f7ff:fec9:947d/64","fe80::b0c6:eaff:febc:dcb5/64","fe80::10c8:61ff:fe1d:150f/64"],"kernel_version":"5.4.0-1053-gcp","mac":["42:01:0a:e0:01:59","02:42:1a:6b:de:01","02:42:97:fa:20:a9","02:42:f7:c9:94:7d","b2:c6:ea:bc:dc:b5","12:c8:61:1d:15:0f"],"os":{"type":"linux","family":"debian","platform":"debian","name":"Debian GNU/Linux","version":"11 (bullseye)","major":11,"minor":0,"patch":0,"codename":"bullseye"},"timezone":"UTC","timezone_offset_sec":0,"id":"26fbc1c2969957ea4fd4f07fcebf47b1"}}}
      2021-10-19T18:24:29.945Z	INFO	[beat]	instance/beat.go:1062	Process info	{"system_info": {"process": {"capabilities": {"inheritable":["chown","dac_override","fowner","fsetid","kill","setgid","setuid","setpcap","net_bind_service","net_raw","sys_chroot","mknod","audit_write","setfcap"],"permitted":["chown","dac_override","fowner","fsetid","kill","setgid","setuid","setpcap","net_bind_service","net_raw","sys_chroot","mknod","audit_write","setfcap"],"effective":["chown","dac_override","fowner","fsetid","kill","setgid","setuid","setpcap","net_bind_service","net_raw","sys_chroot","mknod","audit_write","setfcap"],"bounding":["chown","dac_override","fowner","fsetid","kill","setgid","setuid","setpcap","net_bind_service","net_raw","sys_chroot","mknod","audit_write","setfcap"],"ambient":null}, "cwd": "/go/src/github.com/elastic/beats/x-pack/metricbeat", "exe": "/go/src/github.com/elastic/beats/x-pack/metricbeat/metricbeat.test", "name": "metricbeat.test", "pid": 153, "ppid": 141, "seccomp": {"mode":"filter","no_new_privs":false}, "start_time": "2021-10-19T18:24:29.400Z"}}}
      2021-10-19T18:24:29.945Z	INFO	instance/beat.go:324	Setup Beat: metricbeat; Version: 8.0.0
      2021-10-19T18:24:29.946Z	DEBUG	[beat]	instance/beat.go:350	Initializing output plugins
      2021-10-19T18:24:29.946Z	INFO	[index-management]	idxmgmt/std.go:184	Set output.elasticsearch.index to 'metricbeat-8.0.0' as ILM is enabled.
      2021-10-19T18:24:29.946Z	INFO	[esclientleg]	eslegclient/connection.go:102	elasticsearch url: http://172.19.0.2:9200
      2021-10-19T18:24:29.946Z	DEBUG	[publisher]	pipeline/consumer.go:148	start pipeline event consumer
      2021-10-19T18:24:29.946Z	INFO	[publisher]	pipeline/module.go:113	Beat name: beats-ci-immutable-ubuntu-1804-1634665513155304310
      2021-10-19T18:24:29.946Z	DEBUG	[registry.lightmodules]	mb/lightmodules.go:262	Light modules directory '%!d(string=/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/module)' doesn't exist
      2021-10-19T18:24:29.946Z	DEBUG	[modules]	beater/metricbeat.go:151	Available modules and metricsets: Register [ModuleFactory:[aws, awsfargate, azure, beat, cloudfoundry, docker, elasticsearch, kibana, kubernetes, linux, logstash, mongodb, mssql, mysql, oracle, postgresql, syncgateway, system, uwsgi], MetricSetFactory:[aerospike/namespace, apache/status, appsearch/stats, aws/billing, aws/cloudwatch, awsfargate/task_stats, azure/app_insights, azure/billing, azure/monitor, azure/storage, azure/storage_account, beat/state, beat/stats, ceph/cluster_disk, ceph/cluster_health, ceph/cluster_status, ceph/mgr_cluster_disk, ceph/mgr_cluster_health, ceph/mgr_osd_perf, ceph/mgr_osd_pool_stats, ceph/mgr_osd_tree, ceph/mgr_pool_disk, ceph/monitor_health, ceph/osd_df, ceph/osd_tree, ceph/pool_disk, cloudfoundry/container, cloudfoundry/counter, cloudfoundry/value, consul/agent, coredns/stats, couchbase/bucket, couchbase/cluster, couchbase/node, couchdb/server, docker/container, docker/cpu, docker/diskio, docker/event, docker/healthcheck, docker/image, docker/info, docker/memory, docker/network, docker/network_summary, dropwizard/collector, elasticsearch/ccr, elasticsearch/cluster_stats, elasticsearch/enrich, elasticsearch/index, elasticsearch/index_recovery, elasticsearch/index_summary, elasticsearch/ml_job, elasticsearch/node, elasticsearch/node_stats, elasticsearch/pending_tasks, elasticsearch/shard, enterprisesearch/health, enterprisesearch/stats, envoyproxy/server, etcd/leader, etcd/metrics, etcd/self, etcd/store, gcp/billing, gcp/metrics, golang/expvar, golang/heap, graphite/server, haproxy/info, haproxy/stat, http/json, http/server, istio/citadel, istio/galley, istio/mesh, istio/mixer, istio/pilot, jolokia/jmx, kafka/consumergroup, kafka/partition, kibana/settings, kibana/stats, kibana/status, kubernetes/apiserver, kubernetes/container, kubernetes/controllermanager, kubernetes/event, kubernetes/node, kubernetes/pod, kubernetes/proxy, kubernetes/scheduler, kubernetes/state_container, kubernetes/state_cronjob, kubernetes/state_daemonset, kubernetes/state_deployment, kubernetes/state_job, kubernetes/state_node, kubernetes/state_persistentvolume, kubernetes/state_persistentvolumeclaim, kubernetes/state_pod, kubernetes/state_replicaset, kubernetes/state_resourcequota, kubernetes/state_service, kubernetes/state_statefulset, kubernetes/state_storageclass, kubernetes/system, kubernetes/volume, kvm/dommemstat, kvm/status, linux/conntrack, linux/iostat, linux/ksm, linux/memory, linux/pageinfo, linux/pressure, logstash/node, logstash/node_stats, memcached/stats, mongodb/collstats, mongodb/dbstats, mongodb/metrics, mongodb/replstatus, mongodb/status, mssql/performance, mssql/transaction_log, munin/node, mysql/galera_status, mysql/query, mysql/status, nats/connection, nats/connections, nats/route, nats/routes, nats/stats, nats/subscriptions, nginx/stubstatus, openmetrics/collector, oracle/performance, oracle/tablespace, php_fpm/pool, php_fpm/process, postgresql/activity, postgresql/bgwriter, postgresql/database, postgresql/statement, prometheus/collector, prometheus/query, prometheus/remote_write, rabbitmq/connection, rabbitmq/exchange, rabbitmq/node, rabbitmq/queue, redis/info, redis/key, redis/keyspace, sql/query, stan/channels, stan/stats, stan/subscriptions, statsd/server, syncgateway/db, syncgateway/memory, syncgateway/replication, syncgateway/resources, system/core, system/cpu, system/diskio, system/entropy, system/filesystem, system/fsstat, system/load, system/memory, system/network, system/network_summary, system/process, system/process_summary, system/raid, system/service, system/socket, system/socket_summary, system/uptime, system/users, traefik/health, uwsgi/status, vsphere/datastore, vsphere/host, vsphere/virtualmachine, zookeeper/connection, zookeeper/mntr, zookeeper/server], LightModules:[LightModules:[]]]
      Loading dashboards (Kibana must be running and reachable)
      2021-10-19T18:24:29.947Z	INFO	[kibana]	kibana/client.go:182	Kibana url: http://172.19.0.3:5601
      2021-10-19T18:24:30.508Z	INFO	[kibana]	kibana/client.go:182	Kibana url: http://172.19.0.3:5601
      2021-10-19T18:24:30.521Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Initialize the Kibana 7.14.0 loader
      2021-10-19T18:24:30.521Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Kibana URL http://172.19.0.3:5601
      2021-10-19T18:24:31.634Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:31.634Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing directory /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7
      2021-10-19T18:24:31.634Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import directory /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7
      2021-10-19T18:24:31.635Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/023d2930-f1a5-11e7-a9ef-93c69af7b129-ecs.json
      2021-10-19T18:24:31.635Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/023d2930-f1a5-11e7-a9ef-93c69af7b129-ecs.json
      2021-10-19T18:24:32.664Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:32.664Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/04b595b0-c1fc-11ea-8a94-61b423d19ae7.json
      2021-10-19T18:24:32.664Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/04b595b0-c1fc-11ea-8a94-61b423d19ae7.json
      2021-10-19T18:24:33.725Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:33.725Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/0836a4b0-47bd-11e8-bc13-1397384faad3-ecs.json
      2021-10-19T18:24:33.725Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/0836a4b0-47bd-11e8-bc13-1397384faad3-ecs.json
      2021-10-19T18:24:34.715Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:34.716Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/0eb5a6a0-694f-11ea-b0ac-95d4ecb1fecd.json
      2021-10-19T18:24:34.716Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/0eb5a6a0-694f-11ea-b0ac-95d4ecb1fecd.json
      2021-10-19T18:24:35.727Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:35.727Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/10efa340-32f8-11ea-a83e-25b8612d00cc.json
      2021-10-19T18:24:35.727Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/10efa340-32f8-11ea-a83e-25b8612d00cc.json
      2021-10-19T18:24:36.801Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:36.802Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/18d66970-1fb4-11e9-8a4d-eb34d2834f6b-ecs.json
      2021-10-19T18:24:36.802Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/18d66970-1fb4-11e9-8a4d-eb34d2834f6b-ecs.json
      2021-10-19T18:24:37.767Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:37.767Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/1a151f80-32db-11ea-a83e-25b8612d00cc.json
      2021-10-19T18:24:37.767Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/1a151f80-32db-11ea-a83e-25b8612d00cc.json
      2021-10-19T18:24:38.790Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:38.790Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/1ae960c0-f9f8-11eb-bc38-79936db7c106.json
      2021-10-19T18:24:38.790Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/1ae960c0-f9f8-11eb-bc38-79936db7c106.json
      2021-10-19T18:24:38.855Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/20dc7c50-2e89-11eb-991c-c5fd3b7f5a63.json
      2021-10-19T18:24:38.856Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/20dc7c50-2e89-11eb-991c-c5fd3b7f5a63.json
      2021-10-19T18:24:39.902Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:39.902Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/234aeda0-43b7-11e9-8697-530f39afc6eb.json
      2021-10-19T18:24:39.902Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/234aeda0-43b7-11e9-8697-530f39afc6eb.json
      2021-10-19T18:24:40.885Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:40.885Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/28969190-0511-11e9-9c60-d582a238e2c5-ecs.json
      2021-10-19T18:24:40.885Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/28969190-0511-11e9-9c60-d582a238e2c5-ecs.json
      2021-10-19T18:24:41.891Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:41.891Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/2b0fd7b0-feac-11ea-b032-d59f894a5072.json
      2021-10-19T18:24:41.891Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/2b0fd7b0-feac-11ea-b032-d59f894a5072.json
      2021-10-19T18:24:42.973Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:42.973Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/2c171500-858b-11ea-91bc-ab084c7ec0e7.json
      2021-10-19T18:24:42.973Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/2c171500-858b-11ea-91bc-ab084c7ec0e7.json
      2021-10-19T18:24:43.946Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:43.946Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/32fca290-f0af-11e7-b9ff-9f96241065de-ecs.json
      2021-10-19T18:24:43.946Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/32fca290-f0af-11e7-b9ff-9f96241065de-ecs.json
      2021-10-19T18:24:44.965Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:44.965Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3367c170-921f-11e9-aa19-159bf182e06f.json
      2021-10-19T18:24:44.965Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3367c170-921f-11e9-aa19-159bf182e06f.json
      2021-10-19T18:24:46.049Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:46.049Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3975ad70-c761-11ea-8a94-61b423d19ae7.json
      2021-10-19T18:24:46.049Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3975ad70-c761-11ea-8a94-61b423d19ae7.json
      2021-10-19T18:24:47.023Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:47.023Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3b88a120-0c7c-11eb-a3fd-1b45ec532bb3.json
      2021-10-19T18:24:47.023Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3b88a120-0c7c-11eb-a3fd-1b45ec532bb3.json
      2021-10-19T18:24:48.039Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:48.039Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3f018af0-ec08-11e9-a4bb-7b5324058fcc.json
      2021-10-19T18:24:48.039Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3f018af0-ec08-11e9-a4bb-7b5324058fcc.json
      2021-10-19T18:24:49.109Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:49.109Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/4288b790-b79f-11e9-a579-f5c0a5d81340.json
      2021-10-19T18:24:49.109Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/4288b790-b79f-11e9-a579-f5c0a5d81340.json
      2021-10-19T18:24:50.075Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:50.076Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/44ce4680-b7ba-11e9-8349-f15f850c5cd0.json
      2021-10-19T18:24:50.076Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/44ce4680-b7ba-11e9-8349-f15f850c5cd0.json
      2021-10-19T18:24:51.102Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:51.102Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/467207a0-231e-11e9-bb66-8baac426dfd4-ecs.json
      2021-10-19T18:24:51.102Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/467207a0-231e-11e9-bb66-8baac426dfd4-ecs.json
      2021-10-19T18:24:52.112Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:52.112Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/46d21220-b9f1-11e9-a579-f5c0a5d81340.json
      2021-10-19T18:24:52.112Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/46d21220-b9f1-11e9-a579-f5c0a5d81340.json
      2021-10-19T18:24:53.190Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:53.190Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/4b555c30-47dd-11e8-bc13-1397384faad3-ecs.json
      2021-10-19T18:24:53.190Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/4b555c30-47dd-11e8-bc13-1397384faad3-ecs.json
      2021-10-19T18:24:54.152Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:54.152Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/4b975820-85a1-11ea-91bc-ab084c7ec0e7.json
      2021-10-19T18:24:54.152Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/4b975820-85a1-11ea-91bc-ab084c7ec0e7.json
      2021-10-19T18:24:55.328Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:55.328Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/57b3fb50-6309-11ea-a83e-25b8612d00cc.json
      2021-10-19T18:24:55.328Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/57b3fb50-6309-11ea-a83e-25b8612d00cc.json
      2021-10-19T18:24:56.229Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:56.229Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/5e649d60-9901-11e9-ba57-b7ab4e2d4b58.json
      2021-10-19T18:24:56.229Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/5e649d60-9901-11e9-ba57-b7ab4e2d4b58.json
      2021-10-19T18:24:57.208Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:57.209Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6041d970-a6ae-11ea-950e-d57608e3aa51.json
      2021-10-19T18:24:57.209Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6041d970-a6ae-11ea-950e-d57608e3aa51.json
      2021-10-19T18:24:58.216Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:58.216Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/67c9f900-693e-11ea-b0ac-95d4ecb1fecd.json
      2021-10-19T18:24:58.216Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/67c9f900-693e-11ea-b0ac-95d4ecb1fecd.json
      2021-10-19T18:24:59.281Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:24:59.281Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/68ba7bd0-20b6-11ea-8f72-2f8d21e50b0c.json
      2021-10-19T18:24:59.281Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/68ba7bd0-20b6-11ea-8f72-2f8d21e50b0c.json
      2021-10-19T18:25:00.249Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:00.249Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6a9b80c0-b2ed-11e9-9a23-67ee28886a4b.json
      2021-10-19T18:25:00.249Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6a9b80c0-b2ed-11e9-9a23-67ee28886a4b.json
      2021-10-19T18:25:01.278Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:01.278Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6d0cf140-2deb-11e9-bf7e-f35bf5d2e71b.json
      2021-10-19T18:25:01.278Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6d0cf140-2deb-11e9-bf7e-f35bf5d2e71b.json
      2021-10-19T18:25:02.325Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:02.325Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6f2393f0-6d08-11ea-8fe8-71add5fd7c38.json
      2021-10-19T18:25:02.325Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6f2393f0-6d08-11ea-8fe8-71add5fd7c38.json
      2021-10-19T18:25:03.323Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:03.323Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/76c9e920-e890-11ea-bf8c-d13ebf358a78.json
      2021-10-19T18:25:03.323Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/76c9e920-e890-11ea-bf8c-d13ebf358a78.json
      2021-10-19T18:25:04.337Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:04.337Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8-ecs.json
      2021-10-19T18:25:04.337Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8-ecs.json
      2021-10-19T18:25:05.405Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:05.405Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/7ac8e1d0-28d2-11ea-ba6c-49a884eb104f.json
      2021-10-19T18:25:05.405Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/7ac8e1d0-28d2-11ea-ba6c-49a884eb104f.json
      2021-10-19T18:25:06.368Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:06.368Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/862e2c20-9bf0-11e9-a61b-f742ed613c57.json
      2021-10-19T18:25:06.368Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/862e2c20-9bf0-11e9-a61b-f742ed613c57.json
      2021-10-19T18:25:07.383Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:07.383Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8cc50a50-47e0-11e8-bc13-1397384faad3-ecs.json
      2021-10-19T18:25:07.383Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8cc50a50-47e0-11e8-bc13-1397384faad3-ecs.json
      2021-10-19T18:25:08.397Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:08.397Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8da53a40-5a2f-11ea-bc69-cdcc68092a57.json
      2021-10-19T18:25:08.397Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8da53a40-5a2f-11ea-bc69-cdcc68092a57.json
      2021-10-19T18:25:09.461Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:09.461Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8f788c70-36c9-11ea-9f7a-097fe7ab3ddd.json
      2021-10-19T18:25:09.461Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8f788c70-36c9-11ea-9f7a-097fe7ab3ddd.json
      2021-10-19T18:25:10.432Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:10.432Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8f9c6cc0-909d-11ea-8180-7b0dacd9df87.json
      2021-10-19T18:25:10.432Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8f9c6cc0-909d-11ea-8180-7b0dacd9df87.json
      2021-10-19T18:25:11.452Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:11.452Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/9151c900-471d-11e8-bc13-1397384faad3-ecs.json
      2021-10-19T18:25:11.452Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/9151c900-471d-11e8-bc13-1397384faad3-ecs.json
      2021-10-19T18:25:12.472Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:12.472Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/917a07b0-178e-11ea-8650-fb606deb5be4.json
      2021-10-19T18:25:12.472Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/917a07b0-178e-11ea-8650-fb606deb5be4.json
      2021-10-19T18:25:13.486Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:13.486Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/91afcc50-eaad-11e9-90ec-112a988266d5.json
      2021-10-19T18:25:13.486Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/91afcc50-eaad-11e9-90ec-112a988266d5.json
      2021-10-19T18:25:14.545Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:14.545Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/94364424-f851-11ea-8206-7b08cd60917a.json
      2021-10-19T18:25:14.545Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/94364424-f851-11ea-8206-7b08cd60917a.json
      2021-10-19T18:25:15.526Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:15.526Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/97312060-9c1b-11e9-9dc8-fd27291d427f.json
      2021-10-19T18:25:15.526Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/97312060-9c1b-11e9-9dc8-fd27291d427f.json
      2021-10-19T18:25:16.534Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:16.534Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/9c11ac60-6cf6-11ea-8fe8-71add5fd7c38.json
      2021-10-19T18:25:16.534Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/9c11ac60-6cf6-11ea-8fe8-71add5fd7c38.json
      2021-10-19T18:25:17.601Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:17.601Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/9c81cf34-f84e-11ea-a49d-f3f94f5e4fac.json
      2021-10-19T18:25:17.601Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/9c81cf34-f84e-11ea-a49d-f3f94f5e4fac.json
      2021-10-19T18:25:18.575Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:18.575Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/AV4REOpp5NkDleZmzKkE-ecs.json
      2021-10-19T18:25:18.575Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/AV4REOpp5NkDleZmzKkE-ecs.json
      2021-10-19T18:25:19.598Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:19.598Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/AV4YjZ5pux-M-tCAunxK-ecs.json
      2021-10-19T18:25:19.598Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/AV4YjZ5pux-M-tCAunxK-ecs.json
      2021-10-19T18:25:20.649Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:20.649Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/AV4YobKIge1VCbKU_qVo-ecs.json
      2021-10-19T18:25:20.649Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/AV4YobKIge1VCbKU_qVo-ecs.json
      2021-10-19T18:25:21.632Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:21.632Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/CPU-slash-Memory-per-container-ecs.json
      2021-10-19T18:25:21.632Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/CPU-slash-Memory-per-container-ecs.json
      2021-10-19T18:25:22.643Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:22.643Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-Apache-HTTPD-server-status-ecs.json
      2021-10-19T18:25:22.643Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-Apache-HTTPD-server-status-ecs.json
      2021-10-19T18:25:23.709Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:23.709Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-CoreDNS-Dashboard-ecs.json
      2021-10-19T18:25:23.709Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-CoreDNS-Dashboard-ecs.json
      2021-10-19T18:25:24.675Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:24.675Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-MongoDB-ecs.json
      2021-10-19T18:25:24.675Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-MongoDB-ecs.json
      2021-10-19T18:25:25.701Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:25.701Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-Nats-Dashboard-ecs.json
      2021-10-19T18:25:25.701Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-Nats-Dashboard-ecs.json
      2021-10-19T18:25:26.750Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:26.750Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-aws-kinesis-overview.json
      2021-10-19T18:25:26.750Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-aws-kinesis-overview.json
      2021-10-19T18:25:27.737Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:25:27.737Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-enterprise-search.json
      2021-10-19T18:25:27.737Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-enterprise-search.json
      2021-10-19T18:25:27.738Z	ERROR	[dashboards]	dashboards/modify_json.go:375	Object does not have attributes key
      2021-10-19T18:26:57.740Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-system-overview-ecs.json
      2021-10-19T18:26:57.740Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-system-overview-ecs.json
      2021-10-19T18:26:58.275Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:26:58.275Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a096b830-4762-11e9-8062-c98a86cb6f94.json
      2021-10-19T18:26:58.275Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a096b830-4762-11e9-8062-c98a86cb6f94.json
      2021-10-19T18:26:59.282Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:26:59.282Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a2ead240-18bb-11e9-9836-f37dedd3b411-ecs.json
      2021-10-19T18:26:59.282Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a2ead240-18bb-11e9-9836-f37dedd3b411-ecs.json
      2021-10-19T18:27:00.294Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:00.294Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a3ab9a60-b952-11e9-a579-f5c0a5d81340.json
      2021-10-19T18:27:00.294Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a3ab9a60-b952-11e9-a579-f5c0a5d81340.json
      2021-10-19T18:27:01.353Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:01.353Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a6f5d430-eaa6-11e9-90ec-112a988266d5.json
      2021-10-19T18:27:01.353Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a6f5d430-eaa6-11e9-90ec-112a988266d5.json
      2021-10-19T18:27:02.326Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:02.326Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a8160560-0bd0-11ea-81bb-cf244189d349.json
      2021-10-19T18:27:02.326Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a8160560-0bd0-11ea-81bb-cf244189d349.json
      2021-10-19T18:27:03.332Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:03.332Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/aa5b8bd0-9157-11ea-8180-7b0dacd9df87.json
      2021-10-19T18:27:03.332Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/aa5b8bd0-9157-11ea-8180-7b0dacd9df87.json
      2021-10-19T18:27:04.393Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:04.393Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/af7225b0-5794-11e8-afa2-e9067ea62228-ecs.json
      2021-10-19T18:27:04.393Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/af7225b0-5794-11e8-afa2-e9067ea62228-ecs.json
      2021-10-19T18:27:05.359Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:05.359Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b15668d0-bac3-11e9-a579-f5c0a5d81340.json
      2021-10-19T18:27:05.359Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b15668d0-bac3-11e9-a579-f5c0a5d81340.json
      2021-10-19T18:27:06.381Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:06.381Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b165ef60-32f7-11ea-a83e-25b8612d00cc.json
      2021-10-19T18:27:06.381Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b165ef60-32f7-11ea-a83e-25b8612d00cc.json
      2021-10-19T18:27:07.393Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:07.393Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b232c220-8481-11ea-b181-4b1a9e0110f9.json
      2021-10-19T18:27:07.393Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b232c220-8481-11ea-b181-4b1a9e0110f9.json
      2021-10-19T18:27:08.457Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:08.457Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b4108810-861c-11ea-91bc-ab084c7ec0e7.json
      2021-10-19T18:27:08.457Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b4108810-861c-11ea-91bc-ab084c7ec0e7.json
      2021-10-19T18:27:09.420Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:09.420Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b6a60340-4371-11ea-b0c6-cb14c0977bd1.json
      2021-10-19T18:27:09.420Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b6a60340-4371-11ea-b0c6-cb14c0977bd1.json
      2021-10-19T18:27:10.432Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:10.432Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b7675d90-ec34-11e9-a4bb-7b5324058fcc.json
      2021-10-19T18:27:10.433Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b7675d90-ec34-11e9-a4bb-7b5324058fcc.json
      2021-10-19T18:27:11.501Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:11.501Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c2b1cbc0-6891-11ea-b0ac-95d4ecb1fecd.json
      2021-10-19T18:27:11.501Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c2b1cbc0-6891-11ea-b0ac-95d4ecb1fecd.json
      2021-10-19T18:27:12.476Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:12.476Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c431f410-f9ac-11e9-90e8-1fb18e796788.json
      2021-10-19T18:27:12.476Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c431f410-f9ac-11e9-90e8-1fb18e796788.json
      2021-10-19T18:27:13.482Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:13.482Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c5846400-f7fb-11e8-af03-c999c9dea608-ecs.json
      2021-10-19T18:27:13.482Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c5846400-f7fb-11e8-af03-c999c9dea608-ecs.json
      2021-10-19T18:27:14.545Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:14.546Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c93f2c30-b473-11e9-a579-f5c0a5d81340.json
      2021-10-19T18:27:14.546Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c93f2c30-b473-11e9-a579-f5c0a5d81340.json
      2021-10-19T18:27:15.510Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:15.510Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ca401040-8e52-11ea-9fa6-4d675d5290dc.json
      2021-10-19T18:27:15.510Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ca401040-8e52-11ea-9fa6-4d675d5290dc.json
      2021-10-19T18:27:16.531Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:16.532Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d17b1000-17a4-11ea-8e91-03c7047cbb9d.json
      2021-10-19T18:27:16.532Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d17b1000-17a4-11ea-8e91-03c7047cbb9d.json
      2021-10-19T18:27:17.581Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:17.581Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d2112e90-36ea-11ea-9f7a-097fe7ab3ddd.json
      2021-10-19T18:27:17.581Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d2112e90-36ea-11ea-9f7a-097fe7ab3ddd.json
      2021-10-19T18:27:18.559Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:18.560Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d3efeb30-c1c7-11ea-b7e7-0f48178cdb3c.json
      2021-10-19T18:27:18.560Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d3efeb30-c1c7-11ea-b7e7-0f48178cdb3c.json
      2021-10-19T18:27:19.563Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:19.563Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d5878d00-47c5-11e8-bc13-1397384faad3-ecs.json
      2021-10-19T18:27:19.563Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d5878d00-47c5-11e8-bc13-1397384faad3-ecs.json
      2021-10-19T18:27:20.580Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:20.580Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d5fbd610-03d9-11eb-8034-63f2039e9d3f.json
      2021-10-19T18:27:20.580Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d5fbd610-03d9-11eb-8034-63f2039e9d3f.json
      2021-10-19T18:27:21.645Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:21.645Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d899d3f0-0883-11eb-a3fd-1b45ec532bb3.json
      2021-10-19T18:27:21.645Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d899d3f0-0883-11eb-a3fd-1b45ec532bb3.json
      2021-10-19T18:27:22.623Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:22.623Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d97b7520-0bbe-11ea-81bb-cf244189d349.json
      2021-10-19T18:27:22.623Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d97b7520-0bbe-11ea-81bb-cf244189d349.json
      2021-10-19T18:27:23.627Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:23.628Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d9eba730-c991-11e7-9835-2f31fe08873b-ecs.json
      2021-10-19T18:27:23.628Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d9eba730-c991-11e7-9835-2f31fe08873b-ecs.json
      2021-10-19T18:27:24.697Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:24.697Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/dae20ed0-6d0a-11ea-8fe8-71add5fd7c38.json
      2021-10-19T18:27:24.697Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/dae20ed0-6d0a-11ea-8fe8-71add5fd7c38.json
      2021-10-19T18:27:25.663Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:25.663Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/dff7a080-32f7-11ea-a83e-25b8612d00cc.json
      2021-10-19T18:27:25.663Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/dff7a080-32f7-11ea-a83e-25b8612d00cc.json
      2021-10-19T18:27:26.683Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:26.683Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e0381d10-e4a6-11eb-9d53-3b3d1d47c519.json
      2021-10-19T18:27:26.683Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e0381d10-e4a6-11eb-9d53-3b3d1d47c519.json
      2021-10-19T18:27:27.733Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:27.733Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e6776b10-1534-11ea-841c-01bf20a6c8ba.json
      2021-10-19T18:27:27.733Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e6776b10-1534-11ea-841c-01bf20a6c8ba.json
      2021-10-19T18:27:28.710Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:28.710Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e74bf320-b3ce-11e9-87a4-078dbbae220d.json
      2021-10-19T18:27:28.710Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e74bf320-b3ce-11e9-87a4-078dbbae220d.json
      2021-10-19T18:27:29.720Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:29.720Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e9057ae0-47c5-11e8-bc13-1397384faad3-ecs.json
      2021-10-19T18:27:29.720Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e9057ae0-47c5-11e8-bc13-1397384faad3-ecs.json
      2021-10-19T18:27:30.733Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:30.733Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ea488d90-8e63-11e8-8fa2-3d5f811fbd0f-ecs.json
      2021-10-19T18:27:30.733Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ea488d90-8e63-11e8-8fa2-3d5f811fbd0f-ecs.json
      2021-10-19T18:27:31.789Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:31.789Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/eb3f05f0-ea9a-11e9-90ec-112a988266d5.json
      2021-10-19T18:27:31.789Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/eb3f05f0-ea9a-11e9-90ec-112a988266d5.json
      2021-10-19T18:27:32.769Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:32.769Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ebc23240-8572-11ea-91bc-ab084c7ec0e7.json
      2021-10-19T18:27:32.769Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ebc23240-8572-11ea-91bc-ab084c7ec0e7.json
      2021-10-19T18:27:33.801Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:33.801Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/f2dc7320-f519-11e6-a3c9-9d1f7c42b045-ecs.json
      2021-10-19T18:27:33.801Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/f2dc7320-f519-11e6-a3c9-9d1f7c42b045-ecs.json
      2021-10-19T18:27:34.865Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:34.865Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/f40ee870-5e4a-11ea-a4f6-717338406083.json
      2021-10-19T18:27:34.865Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/f40ee870-5e4a-11ea-a4f6-717338406083.json
      2021-10-19T18:27:35.827Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:35.827Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/f5ab5510-9c94-11e9-94fd-c91206cd5249.json
      2021-10-19T18:27:35.827Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/f5ab5510-9c94-11e9-94fd-c91206cd5249.json
      2021-10-19T18:27:36.852Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:36.852Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/fac28650-7349-11e9-816b-07687310a99a.json
      2021-10-19T18:27:36.852Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/fac28650-7349-11e9-816b-07687310a99a.json
      2021-10-19T18:27:37.905Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:37.905Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/fc27a270-0b95-11ea-81bb-cf244189d349.json
      2021-10-19T18:27:37.905Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/fc27a270-0b95-11ea-81bb-cf244189d349.json
      2021-10-19T18:27:38.876Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:38.876Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/fc5512c0-36d1-11ea-9f7a-097fe7ab3ddd.json
      2021-10-19T18:27:38.876Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/fc5512c0-36d1-11ea-9f7a-097fe7ab3ddd.json
      2021-10-19T18:27:39.882Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:39.882Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ff2fe020-32f7-11ea-a83e-25b8612d00cc.json
      2021-10-19T18:27:39.882Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ff2fe020-32f7-11ea-a83e-25b8612d00cc.json
      2021-10-19T18:27:40.893Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:40.893Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/metricbeat-vsphere-host.json
      2021-10-19T18:27:40.893Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/metricbeat-vsphere-host.json
      2021-10-19T18:27:41.949Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:41.950Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/metricbeat-vsphere-vm.json
      2021-10-19T18:27:41.950Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/metricbeat-vsphere-vm.json
      2021-10-19T18:27:42.923Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
      2021-10-19T18:27:42.923Z	ERROR	instance/beat.go:992	Exiting: Failed to import dashboard: Failed to load directory /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7:
        error loading /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/1ae960c0-f9f8-11eb-bc38-79936db7c106.json: error dashboard asset: returned 422 to import file: Document "1ae960c0-f9f8-11eb-bc38-79936db7c106" has property "dashboard" which belongs to a more recent version of Kibana [7.15.0]. The last known version is [7.14.0]: <nil>. Response: {"statusCode":422,"error":"Unprocessable Entity","message":"Document \"1ae960c0-f9f8-11eb-bc38-79936db7c106\" has property \"dashboard\" which belongs to a more recent version of Kibana [7.15.0]. The last known version is [7.14.0]"}
        error loading /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-enterprise-search.json: error dashboard asset: returned 0 to import file: fail to execute the HTTP POST request: Post "http://172.19.0.3:5601/api/saved_objects/_import?overwrite=true": net/http: request canceled (Client.Timeout exceeded while awaiting headers). Response: 
      Exiting: Failed to import dashboard: Failed to load directory /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7:
        error loading /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/1ae960c0-f9f8-11eb-bc38-79936db7c106.json: error dashboard asset: returned 422 to import file: Document "1ae960c0-f9f8-11eb-bc38-79936db7c106" has property "dashboard" which belongs to a more recent version of Kibana [7.15.0]. The last known version is [7.14.0]: <nil>. Response: {"statusCode":422,"error":"Unprocessable Entity","message":"Document \"1ae960c0-f9f8-11eb-bc38-79936db7c106\" has property \"dashboard\" which belongs to a more recent version of Kibana [7.15.0]. The last known version is [7.14.0]"}
        error loading /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-enterprise-search.json: error dashboard asset: returned 0 to import file: fail to execute the HTTP POST request: Post "http://172.19.0.3:5601/api/saved_objects/_import?overwrite=true": net/http: request canceled (Client.Timeout exceeded while awaiting headers). Response: 
      
    assert 1 == 0 
    

    Expand to view the stacktrace

     self = <test_xpack_base.Test testMethod=test_dashboards>
    
        @unittest.skipUnless(INTEGRATION_TESTS, "integration test")
        @pytest.mark.timeout(5*60, func_only=True)
        def test_dashboards(self):
            """
            Test that the dashboards can be loaded with `setup --dashboards`
            """
            if not self.is_saved_object_api_available():
                raise unittest.SkipTest(
                    "Kibana Saved Objects API is used since 7.15")
        
            shutil.copytree(self.kibana_dir(), os.path.join(self.working_dir, "kibana"))
        
            es = Elasticsearch([self.get_elasticsearch_url()])
            self.render_config_template(
                modules=[{
                    "name": "apache",
                    "metricsets": ["status"],
                    "hosts": ["localhost"],
                }],
                elasticsearch={"host": self.get_elasticsearch_url()},
                kibana={"host": self.get_kibana_url()},
            )
            exit_code = self.run_beat(extra_args=["setup", "--dashboards"])
        
    >       assert exit_code == 0, 'Error output: ' + self.get_log()
    E       AssertionError: Error output: 2021-10-19T18:24:29.937Z	INFO	instance/beat.go:670	Home path: [/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards] Config path: [/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards] Data path: [/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/data] Logs path: [/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/logs]
    E         2021-10-19T18:24:29.938Z	DEBUG	[beat]	instance/beat.go:728	Beat metadata path: /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/data/meta.json
    E         2021-10-19T18:24:29.943Z	INFO	instance/beat.go:678	Beat ID: 0869a799-1054-4a1e-a9eb-08bcddf96ef7
    E         2021-10-19T18:24:29.943Z	INFO	[beat]	instance/beat.go:1017	Beat info	{"system_info": {"beat": {"path": {"config": "/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards", "data": "/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/data", "home": "/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards", "logs": "/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/logs"}, "type": "metricbeat", "uuid": "0869a799-1054-4a1e-a9eb-08bcddf96ef7"}}}
    E         2021-10-19T18:24:29.943Z	INFO	[beat]	instance/beat.go:1026	Build info	{"system_info": {"build": {"commit": "unknown", "libbeat": "8.0.0", "time": "1754-08-30T22:43:41.128Z", "version": "8.0.0"}}}
    E         2021-10-19T18:24:29.943Z	INFO	[beat]	instance/beat.go:1029	Go runtime info	{"system_info": {"go": {"os":"linux","arch":"amd64","max_procs":8,"version":"go1.17.1"}}}
    E         2021-10-19T18:24:29.945Z	INFO	[beat]	instance/beat.go:1033	Host info	{"system_info": {"host": {"architecture":"x86_64","boot_time":"2021-10-19T17:45:38Z","containerized":true,"name":"beats-ci-immutable-ubuntu-1804-1634665513155304310","ip":["127.0.0.1/8","::1/128","10.224.1.89/32","fe80::4001:aff:fee0:159/64","172.17.0.1/16","fe80::42:1aff:fe6b:de01/64","172.18.0.1/16","172.19.0.1/16","fe80::42:f7ff:fec9:947d/64","fe80::b0c6:eaff:febc:dcb5/64","fe80::10c8:61ff:fe1d:150f/64"],"kernel_version":"5.4.0-1053-gcp","mac":["42:01:0a:e0:01:59","02:42:1a:6b:de:01","02:42:97:fa:20:a9","02:42:f7:c9:94:7d","b2:c6:ea:bc:dc:b5","12:c8:61:1d:15:0f"],"os":{"type":"linux","family":"debian","platform":"debian","name":"Debian GNU/Linux","version":"11 (bullseye)","major":11,"minor":0,"patch":0,"codename":"bullseye"},"timezone":"UTC","timezone_offset_sec":0,"id":"26fbc1c2969957ea4fd4f07fcebf47b1"}}}
    E         2021-10-19T18:24:29.945Z	INFO	[beat]	instance/beat.go:1062	Process info	{"system_info": {"process": {"capabilities": {"inheritable":["chown","dac_override","fowner","fsetid","kill","setgid","setuid","setpcap","net_bind_service","net_raw","sys_chroot","mknod","audit_write","setfcap"],"permitted":["chown","dac_override","fowner","fsetid","kill","setgid","setuid","setpcap","net_bind_service","net_raw","sys_chroot","mknod","audit_write","setfcap"],"effective":["chown","dac_override","fowner","fsetid","kill","setgid","setuid","setpcap","net_bind_service","net_raw","sys_chroot","mknod","audit_write","setfcap"],"bounding":["chown","dac_override","fowner","fsetid","kill","setgid","setuid","setpcap","net_bind_service","net_raw","sys_chroot","mknod","audit_write","setfcap"],"ambient":null}, "cwd": "/go/src/github.com/elastic/beats/x-pack/metricbeat", "exe": "/go/src/github.com/elastic/beats/x-pack/metricbeat/metricbeat.test", "name": "metricbeat.test", "pid": 153, "ppid": 141, "seccomp": {"mode":"filter","no_new_privs":false}, "start_time": "2021-10-19T18:24:29.400Z"}}}
    E         2021-10-19T18:24:29.945Z	INFO	instance/beat.go:324	Setup Beat: metricbeat; Version: 8.0.0
    E         2021-10-19T18:24:29.946Z	DEBUG	[beat]	instance/beat.go:350	Initializing output plugins
    E         2021-10-19T18:24:29.946Z	INFO	[index-management]	idxmgmt/std.go:184	Set output.elasticsearch.index to 'metricbeat-8.0.0' as ILM is enabled.
    E         2021-10-19T18:24:29.946Z	INFO	[esclientleg]	eslegclient/connection.go:102	elasticsearch url: http://172.19.0.2:9200
    E         2021-10-19T18:24:29.946Z	DEBUG	[publisher]	pipeline/consumer.go:148	start pipeline event consumer
    E         2021-10-19T18:24:29.946Z	INFO	[publisher]	pipeline/module.go:113	Beat name: beats-ci-immutable-ubuntu-1804-1634665513155304310
    E         2021-10-19T18:24:29.946Z	DEBUG	[registry.lightmodules]	mb/lightmodules.go:262	Light modules directory '%!d(string=/go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/module)' doesn't exist
    E         2021-10-19T18:24:29.946Z	DEBUG	[modules]	beater/metricbeat.go:151	Available modules and metricsets: Register [ModuleFactory:[aws, awsfargate, azure, beat, cloudfoundry, docker, elasticsearch, kibana, kubernetes, linux, logstash, mongodb, mssql, mysql, oracle, postgresql, syncgateway, system, uwsgi], MetricSetFactory:[aerospike/namespace, apache/status, appsearch/stats, aws/billing, aws/cloudwatch, awsfargate/task_stats, azure/app_insights, azure/billing, azure/monitor, azure/storage, azure/storage_account, beat/state, beat/stats, ceph/cluster_disk, ceph/cluster_health, ceph/cluster_status, ceph/mgr_cluster_disk, ceph/mgr_cluster_health, ceph/mgr_osd_perf, ceph/mgr_osd_pool_stats, ceph/mgr_osd_tree, ceph/mgr_pool_disk, ceph/monitor_health, ceph/osd_df, ceph/osd_tree, ceph/pool_disk, cloudfoundry/container, cloudfoundry/counter, cloudfoundry/value, consul/agent, coredns/stats, couchbase/bucket, couchbase/cluster, couchbase/node, couchdb/server, docker/container, docker/cpu, docker/diskio, docker/event, docker/healthcheck, docker/image, docker/info, docker/memory, docker/network, docker/network_summary, dropwizard/collector, elasticsearch/ccr, elasticsearch/cluster_stats, elasticsearch/enrich, elasticsearch/index, elasticsearch/index_recovery, elasticsearch/index_summary, elasticsearch/ml_job, elasticsearch/node, elasticsearch/node_stats, elasticsearch/pending_tasks, elasticsearch/shard, enterprisesearch/health, enterprisesearch/stats, envoyproxy/server, etcd/leader, etcd/metrics, etcd/self, etcd/store, gcp/billing, gcp/metrics, golang/expvar, golang/heap, graphite/server, haproxy/info, haproxy/stat, http/json, http/server, istio/citadel, istio/galley, istio/mesh, istio/mixer, istio/pilot, jolokia/jmx, kafka/consumergroup, kafka/partition, kibana/settings, kibana/stats, kibana/status, kubernetes/apiserver, kubernetes/container, kubernetes/controllermanager, kubernetes/event, kubernetes/node, kubernetes/pod, kubernetes/proxy, kubernetes/scheduler, kubernetes/state_container, kubernetes/state_cronjob, kubernetes/state_daemonset, kubernetes/state_deployment, kubernetes/state_job, kubernetes/state_node, kubernetes/state_persistentvolume, kubernetes/state_persistentvolumeclaim, kubernetes/state_pod, kubernetes/state_replicaset, kubernetes/state_resourcequota, kubernetes/state_service, kubernetes/state_statefulset, kubernetes/state_storageclass, kubernetes/system, kubernetes/volume, kvm/dommemstat, kvm/status, linux/conntrack, linux/iostat, linux/ksm, linux/memory, linux/pageinfo, linux/pressure, logstash/node, logstash/node_stats, memcached/stats, mongodb/collstats, mongodb/dbstats, mongodb/metrics, mongodb/replstatus, mongodb/status, mssql/performance, mssql/transaction_log, munin/node, mysql/galera_status, mysql/query, mysql/status, nats/connection, nats/connections, nats/route, nats/routes, nats/stats, nats/subscriptions, nginx/stubstatus, openmetrics/collector, oracle/performance, oracle/tablespace, php_fpm/pool, php_fpm/process, postgresql/activity, postgresql/bgwriter, postgresql/database, postgresql/statement, prometheus/collector, prometheus/query, prometheus/remote_write, rabbitmq/connection, rabbitmq/exchange, rabbitmq/node, rabbitmq/queue, redis/info, redis/key, redis/keyspace, sql/query, stan/channels, stan/stats, stan/subscriptions, statsd/server, syncgateway/db, syncgateway/memory, syncgateway/replication, syncgateway/resources, system/core, system/cpu, system/diskio, system/entropy, system/filesystem, system/fsstat, system/load, system/memory, system/network, system/network_summary, system/process, system/process_summary, system/raid, system/service, system/socket, system/socket_summary, system/uptime, system/users, traefik/health, uwsgi/status, vsphere/datastore, vsphere/host, vsphere/virtualmachine, zookeeper/connection, zookeeper/mntr, zookeeper/server], LightModules:[LightModules:[]]]
    E         Loading dashboards (Kibana must be running and reachable)
    E         2021-10-19T18:24:29.947Z	INFO	[kibana]	kibana/client.go:182	Kibana url: http://172.19.0.3:5601
    E         2021-10-19T18:24:30.508Z	INFO	[kibana]	kibana/client.go:182	Kibana url: http://172.19.0.3:5601
    E         2021-10-19T18:24:30.521Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Initialize the Kibana 7.14.0 loader
    E         2021-10-19T18:24:30.521Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Kibana URL http://172.19.0.3:5601
    E         2021-10-19T18:24:31.634Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:31.634Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing directory /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7
    E         2021-10-19T18:24:31.634Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import directory /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7
    E         2021-10-19T18:24:31.635Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/023d2930-f1a5-11e7-a9ef-93c69af7b129-ecs.json
    E         2021-10-19T18:24:31.635Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/023d2930-f1a5-11e7-a9ef-93c69af7b129-ecs.json
    E         2021-10-19T18:24:32.664Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:32.664Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/04b595b0-c1fc-11ea-8a94-61b423d19ae7.json
    E         2021-10-19T18:24:32.664Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/04b595b0-c1fc-11ea-8a94-61b423d19ae7.json
    E         2021-10-19T18:24:33.725Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:33.725Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/0836a4b0-47bd-11e8-bc13-1397384faad3-ecs.json
    E         2021-10-19T18:24:33.725Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/0836a4b0-47bd-11e8-bc13-1397384faad3-ecs.json
    E         2021-10-19T18:24:34.715Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:34.716Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/0eb5a6a0-694f-11ea-b0ac-95d4ecb1fecd.json
    E         2021-10-19T18:24:34.716Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/0eb5a6a0-694f-11ea-b0ac-95d4ecb1fecd.json
    E         2021-10-19T18:24:35.727Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:35.727Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/10efa340-32f8-11ea-a83e-25b8612d00cc.json
    E         2021-10-19T18:24:35.727Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/10efa340-32f8-11ea-a83e-25b8612d00cc.json
    E         2021-10-19T18:24:36.801Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:36.802Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/18d66970-1fb4-11e9-8a4d-eb34d2834f6b-ecs.json
    E         2021-10-19T18:24:36.802Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/18d66970-1fb4-11e9-8a4d-eb34d2834f6b-ecs.json
    E         2021-10-19T18:24:37.767Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:37.767Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/1a151f80-32db-11ea-a83e-25b8612d00cc.json
    E         2021-10-19T18:24:37.767Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/1a151f80-32db-11ea-a83e-25b8612d00cc.json
    E         2021-10-19T18:24:38.790Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:38.790Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/1ae960c0-f9f8-11eb-bc38-79936db7c106.json
    E         2021-10-19T18:24:38.790Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/1ae960c0-f9f8-11eb-bc38-79936db7c106.json
    E         2021-10-19T18:24:38.855Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/20dc7c50-2e89-11eb-991c-c5fd3b7f5a63.json
    E         2021-10-19T18:24:38.856Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/20dc7c50-2e89-11eb-991c-c5fd3b7f5a63.json
    E         2021-10-19T18:24:39.902Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:39.902Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/234aeda0-43b7-11e9-8697-530f39afc6eb.json
    E         2021-10-19T18:24:39.902Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/234aeda0-43b7-11e9-8697-530f39afc6eb.json
    E         2021-10-19T18:24:40.885Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:40.885Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/28969190-0511-11e9-9c60-d582a238e2c5-ecs.json
    E         2021-10-19T18:24:40.885Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/28969190-0511-11e9-9c60-d582a238e2c5-ecs.json
    E         2021-10-19T18:24:41.891Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:41.891Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/2b0fd7b0-feac-11ea-b032-d59f894a5072.json
    E         2021-10-19T18:24:41.891Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/2b0fd7b0-feac-11ea-b032-d59f894a5072.json
    E         2021-10-19T18:24:42.973Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:42.973Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/2c171500-858b-11ea-91bc-ab084c7ec0e7.json
    E         2021-10-19T18:24:42.973Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/2c171500-858b-11ea-91bc-ab084c7ec0e7.json
    E         2021-10-19T18:24:43.946Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:43.946Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/32fca290-f0af-11e7-b9ff-9f96241065de-ecs.json
    E         2021-10-19T18:24:43.946Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/32fca290-f0af-11e7-b9ff-9f96241065de-ecs.json
    E         2021-10-19T18:24:44.965Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:44.965Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3367c170-921f-11e9-aa19-159bf182e06f.json
    E         2021-10-19T18:24:44.965Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3367c170-921f-11e9-aa19-159bf182e06f.json
    E         2021-10-19T18:24:46.049Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:46.049Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3975ad70-c761-11ea-8a94-61b423d19ae7.json
    E         2021-10-19T18:24:46.049Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3975ad70-c761-11ea-8a94-61b423d19ae7.json
    E         2021-10-19T18:24:47.023Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:47.023Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3b88a120-0c7c-11eb-a3fd-1b45ec532bb3.json
    E         2021-10-19T18:24:47.023Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3b88a120-0c7c-11eb-a3fd-1b45ec532bb3.json
    E         2021-10-19T18:24:48.039Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:48.039Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3f018af0-ec08-11e9-a4bb-7b5324058fcc.json
    E         2021-10-19T18:24:48.039Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/3f018af0-ec08-11e9-a4bb-7b5324058fcc.json
    E         2021-10-19T18:24:49.109Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:49.109Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/4288b790-b79f-11e9-a579-f5c0a5d81340.json
    E         2021-10-19T18:24:49.109Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/4288b790-b79f-11e9-a579-f5c0a5d81340.json
    E         2021-10-19T18:24:50.075Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:50.076Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/44ce4680-b7ba-11e9-8349-f15f850c5cd0.json
    E         2021-10-19T18:24:50.076Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/44ce4680-b7ba-11e9-8349-f15f850c5cd0.json
    E         2021-10-19T18:24:51.102Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:51.102Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/467207a0-231e-11e9-bb66-8baac426dfd4-ecs.json
    E         2021-10-19T18:24:51.102Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/467207a0-231e-11e9-bb66-8baac426dfd4-ecs.json
    E         2021-10-19T18:24:52.112Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:52.112Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/46d21220-b9f1-11e9-a579-f5c0a5d81340.json
    E         2021-10-19T18:24:52.112Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/46d21220-b9f1-11e9-a579-f5c0a5d81340.json
    E         2021-10-19T18:24:53.190Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:53.190Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/4b555c30-47dd-11e8-bc13-1397384faad3-ecs.json
    E         2021-10-19T18:24:53.190Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/4b555c30-47dd-11e8-bc13-1397384faad3-ecs.json
    E         2021-10-19T18:24:54.152Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:54.152Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/4b975820-85a1-11ea-91bc-ab084c7ec0e7.json
    E         2021-10-19T18:24:54.152Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/4b975820-85a1-11ea-91bc-ab084c7ec0e7.json
    E         2021-10-19T18:24:55.328Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:55.328Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/57b3fb50-6309-11ea-a83e-25b8612d00cc.json
    E         2021-10-19T18:24:55.328Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/57b3fb50-6309-11ea-a83e-25b8612d00cc.json
    E         2021-10-19T18:24:56.229Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:56.229Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/5e649d60-9901-11e9-ba57-b7ab4e2d4b58.json
    E         2021-10-19T18:24:56.229Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/5e649d60-9901-11e9-ba57-b7ab4e2d4b58.json
    E         2021-10-19T18:24:57.208Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:57.209Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6041d970-a6ae-11ea-950e-d57608e3aa51.json
    E         2021-10-19T18:24:57.209Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6041d970-a6ae-11ea-950e-d57608e3aa51.json
    E         2021-10-19T18:24:58.216Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:58.216Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/67c9f900-693e-11ea-b0ac-95d4ecb1fecd.json
    E         2021-10-19T18:24:58.216Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/67c9f900-693e-11ea-b0ac-95d4ecb1fecd.json
    E         2021-10-19T18:24:59.281Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:24:59.281Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/68ba7bd0-20b6-11ea-8f72-2f8d21e50b0c.json
    E         2021-10-19T18:24:59.281Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/68ba7bd0-20b6-11ea-8f72-2f8d21e50b0c.json
    E         2021-10-19T18:25:00.249Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:00.249Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6a9b80c0-b2ed-11e9-9a23-67ee28886a4b.json
    E         2021-10-19T18:25:00.249Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6a9b80c0-b2ed-11e9-9a23-67ee28886a4b.json
    E         2021-10-19T18:25:01.278Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:01.278Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6d0cf140-2deb-11e9-bf7e-f35bf5d2e71b.json
    E         2021-10-19T18:25:01.278Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6d0cf140-2deb-11e9-bf7e-f35bf5d2e71b.json
    E         2021-10-19T18:25:02.325Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:02.325Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6f2393f0-6d08-11ea-8fe8-71add5fd7c38.json
    E         2021-10-19T18:25:02.325Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/6f2393f0-6d08-11ea-8fe8-71add5fd7c38.json
    E         2021-10-19T18:25:03.323Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:03.323Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/76c9e920-e890-11ea-bf8c-d13ebf358a78.json
    E         2021-10-19T18:25:03.323Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/76c9e920-e890-11ea-bf8c-d13ebf358a78.json
    E         2021-10-19T18:25:04.337Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:04.337Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8-ecs.json
    E         2021-10-19T18:25:04.337Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8-ecs.json
    E         2021-10-19T18:25:05.405Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:05.405Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/7ac8e1d0-28d2-11ea-ba6c-49a884eb104f.json
    E         2021-10-19T18:25:05.405Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/7ac8e1d0-28d2-11ea-ba6c-49a884eb104f.json
    E         2021-10-19T18:25:06.368Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:06.368Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/862e2c20-9bf0-11e9-a61b-f742ed613c57.json
    E         2021-10-19T18:25:06.368Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/862e2c20-9bf0-11e9-a61b-f742ed613c57.json
    E         2021-10-19T18:25:07.383Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:07.383Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8cc50a50-47e0-11e8-bc13-1397384faad3-ecs.json
    E         2021-10-19T18:25:07.383Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8cc50a50-47e0-11e8-bc13-1397384faad3-ecs.json
    E         2021-10-19T18:25:08.397Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:08.397Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8da53a40-5a2f-11ea-bc69-cdcc68092a57.json
    E         2021-10-19T18:25:08.397Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8da53a40-5a2f-11ea-bc69-cdcc68092a57.json
    E         2021-10-19T18:25:09.461Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:09.461Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8f788c70-36c9-11ea-9f7a-097fe7ab3ddd.json
    E         2021-10-19T18:25:09.461Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8f788c70-36c9-11ea-9f7a-097fe7ab3ddd.json
    E         2021-10-19T18:25:10.432Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:10.432Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8f9c6cc0-909d-11ea-8180-7b0dacd9df87.json
    E         2021-10-19T18:25:10.432Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/8f9c6cc0-909d-11ea-8180-7b0dacd9df87.json
    E         2021-10-19T18:25:11.452Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:11.452Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/9151c900-471d-11e8-bc13-1397384faad3-ecs.json
    E         2021-10-19T18:25:11.452Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/9151c900-471d-11e8-bc13-1397384faad3-ecs.json
    E         2021-10-19T18:25:12.472Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:12.472Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/917a07b0-178e-11ea-8650-fb606deb5be4.json
    E         2021-10-19T18:25:12.472Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/917a07b0-178e-11ea-8650-fb606deb5be4.json
    E         2021-10-19T18:25:13.486Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:13.486Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/91afcc50-eaad-11e9-90ec-112a988266d5.json
    E         2021-10-19T18:25:13.486Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/91afcc50-eaad-11e9-90ec-112a988266d5.json
    E         2021-10-19T18:25:14.545Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:14.545Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/94364424-f851-11ea-8206-7b08cd60917a.json
    E         2021-10-19T18:25:14.545Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/94364424-f851-11ea-8206-7b08cd60917a.json
    E         2021-10-19T18:25:15.526Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:15.526Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/97312060-9c1b-11e9-9dc8-fd27291d427f.json
    E         2021-10-19T18:25:15.526Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/97312060-9c1b-11e9-9dc8-fd27291d427f.json
    E         2021-10-19T18:25:16.534Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:16.534Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/9c11ac60-6cf6-11ea-8fe8-71add5fd7c38.json
    E         2021-10-19T18:25:16.534Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/9c11ac60-6cf6-11ea-8fe8-71add5fd7c38.json
    E         2021-10-19T18:25:17.601Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:17.601Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/9c81cf34-f84e-11ea-a49d-f3f94f5e4fac.json
    E         2021-10-19T18:25:17.601Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/9c81cf34-f84e-11ea-a49d-f3f94f5e4fac.json
    E         2021-10-19T18:25:18.575Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:18.575Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/AV4REOpp5NkDleZmzKkE-ecs.json
    E         2021-10-19T18:25:18.575Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/AV4REOpp5NkDleZmzKkE-ecs.json
    E         2021-10-19T18:25:19.598Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:19.598Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/AV4YjZ5pux-M-tCAunxK-ecs.json
    E         2021-10-19T18:25:19.598Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/AV4YjZ5pux-M-tCAunxK-ecs.json
    E         2021-10-19T18:25:20.649Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:20.649Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/AV4YobKIge1VCbKU_qVo-ecs.json
    E         2021-10-19T18:25:20.649Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/AV4YobKIge1VCbKU_qVo-ecs.json
    E         2021-10-19T18:25:21.632Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:21.632Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/CPU-slash-Memory-per-container-ecs.json
    E         2021-10-19T18:25:21.632Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/CPU-slash-Memory-per-container-ecs.json
    E         2021-10-19T18:25:22.643Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:22.643Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-Apache-HTTPD-server-status-ecs.json
    E         2021-10-19T18:25:22.643Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-Apache-HTTPD-server-status-ecs.json
    E         2021-10-19T18:25:23.709Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:23.709Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-CoreDNS-Dashboard-ecs.json
    E         2021-10-19T18:25:23.709Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-CoreDNS-Dashboard-ecs.json
    E         2021-10-19T18:25:24.675Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:24.675Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-MongoDB-ecs.json
    E         2021-10-19T18:25:24.675Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-MongoDB-ecs.json
    E         2021-10-19T18:25:25.701Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:25.701Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-Nats-Dashboard-ecs.json
    E         2021-10-19T18:25:25.701Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-Nats-Dashboard-ecs.json
    E         2021-10-19T18:25:26.750Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:26.750Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-aws-kinesis-overview.json
    E         2021-10-19T18:25:26.750Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-aws-kinesis-overview.json
    E         2021-10-19T18:25:27.737Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:25:27.737Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-enterprise-search.json
    E         2021-10-19T18:25:27.737Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-enterprise-search.json
    E         2021-10-19T18:25:27.738Z	ERROR	[dashboards]	dashboards/modify_json.go:375	Object does not have attributes key
    E         2021-10-19T18:26:57.740Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-system-overview-ecs.json
    E         2021-10-19T18:26:57.740Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-system-overview-ecs.json
    E         2021-10-19T18:26:58.275Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:26:58.275Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a096b830-4762-11e9-8062-c98a86cb6f94.json
    E         2021-10-19T18:26:58.275Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a096b830-4762-11e9-8062-c98a86cb6f94.json
    E         2021-10-19T18:26:59.282Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:26:59.282Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a2ead240-18bb-11e9-9836-f37dedd3b411-ecs.json
    E         2021-10-19T18:26:59.282Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a2ead240-18bb-11e9-9836-f37dedd3b411-ecs.json
    E         2021-10-19T18:27:00.294Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:00.294Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a3ab9a60-b952-11e9-a579-f5c0a5d81340.json
    E         2021-10-19T18:27:00.294Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a3ab9a60-b952-11e9-a579-f5c0a5d81340.json
    E         2021-10-19T18:27:01.353Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:01.353Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a6f5d430-eaa6-11e9-90ec-112a988266d5.json
    E         2021-10-19T18:27:01.353Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a6f5d430-eaa6-11e9-90ec-112a988266d5.json
    E         2021-10-19T18:27:02.326Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:02.326Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a8160560-0bd0-11ea-81bb-cf244189d349.json
    E         2021-10-19T18:27:02.326Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/a8160560-0bd0-11ea-81bb-cf244189d349.json
    E         2021-10-19T18:27:03.332Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:03.332Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/aa5b8bd0-9157-11ea-8180-7b0dacd9df87.json
    E         2021-10-19T18:27:03.332Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/aa5b8bd0-9157-11ea-8180-7b0dacd9df87.json
    E         2021-10-19T18:27:04.393Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:04.393Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/af7225b0-5794-11e8-afa2-e9067ea62228-ecs.json
    E         2021-10-19T18:27:04.393Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/af7225b0-5794-11e8-afa2-e9067ea62228-ecs.json
    E         2021-10-19T18:27:05.359Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:05.359Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b15668d0-bac3-11e9-a579-f5c0a5d81340.json
    E         2021-10-19T18:27:05.359Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b15668d0-bac3-11e9-a579-f5c0a5d81340.json
    E         2021-10-19T18:27:06.381Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:06.381Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b165ef60-32f7-11ea-a83e-25b8612d00cc.json
    E         2021-10-19T18:27:06.381Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b165ef60-32f7-11ea-a83e-25b8612d00cc.json
    E         2021-10-19T18:27:07.393Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:07.393Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b232c220-8481-11ea-b181-4b1a9e0110f9.json
    E         2021-10-19T18:27:07.393Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b232c220-8481-11ea-b181-4b1a9e0110f9.json
    E         2021-10-19T18:27:08.457Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:08.457Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b4108810-861c-11ea-91bc-ab084c7ec0e7.json
    E         2021-10-19T18:27:08.457Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b4108810-861c-11ea-91bc-ab084c7ec0e7.json
    E         2021-10-19T18:27:09.420Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:09.420Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b6a60340-4371-11ea-b0c6-cb14c0977bd1.json
    E         2021-10-19T18:27:09.420Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b6a60340-4371-11ea-b0c6-cb14c0977bd1.json
    E         2021-10-19T18:27:10.432Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:10.432Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b7675d90-ec34-11e9-a4bb-7b5324058fcc.json
    E         2021-10-19T18:27:10.433Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/b7675d90-ec34-11e9-a4bb-7b5324058fcc.json
    E         2021-10-19T18:27:11.501Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:11.501Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c2b1cbc0-6891-11ea-b0ac-95d4ecb1fecd.json
    E         2021-10-19T18:27:11.501Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c2b1cbc0-6891-11ea-b0ac-95d4ecb1fecd.json
    E         2021-10-19T18:27:12.476Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:12.476Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c431f410-f9ac-11e9-90e8-1fb18e796788.json
    E         2021-10-19T18:27:12.476Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c431f410-f9ac-11e9-90e8-1fb18e796788.json
    E         2021-10-19T18:27:13.482Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:13.482Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c5846400-f7fb-11e8-af03-c999c9dea608-ecs.json
    E         2021-10-19T18:27:13.482Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c5846400-f7fb-11e8-af03-c999c9dea608-ecs.json
    E         2021-10-19T18:27:14.545Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:14.546Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c93f2c30-b473-11e9-a579-f5c0a5d81340.json
    E         2021-10-19T18:27:14.546Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/c93f2c30-b473-11e9-a579-f5c0a5d81340.json
    E         2021-10-19T18:27:15.510Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:15.510Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ca401040-8e52-11ea-9fa6-4d675d5290dc.json
    E         2021-10-19T18:27:15.510Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ca401040-8e52-11ea-9fa6-4d675d5290dc.json
    E         2021-10-19T18:27:16.531Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:16.532Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d17b1000-17a4-11ea-8e91-03c7047cbb9d.json
    E         2021-10-19T18:27:16.532Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d17b1000-17a4-11ea-8e91-03c7047cbb9d.json
    E         2021-10-19T18:27:17.581Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:17.581Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d2112e90-36ea-11ea-9f7a-097fe7ab3ddd.json
    E         2021-10-19T18:27:17.581Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d2112e90-36ea-11ea-9f7a-097fe7ab3ddd.json
    E         2021-10-19T18:27:18.559Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:18.560Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d3efeb30-c1c7-11ea-b7e7-0f48178cdb3c.json
    E         2021-10-19T18:27:18.560Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d3efeb30-c1c7-11ea-b7e7-0f48178cdb3c.json
    E         2021-10-19T18:27:19.563Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:19.563Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d5878d00-47c5-11e8-bc13-1397384faad3-ecs.json
    E         2021-10-19T18:27:19.563Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d5878d00-47c5-11e8-bc13-1397384faad3-ecs.json
    E         2021-10-19T18:27:20.580Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:20.580Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d5fbd610-03d9-11eb-8034-63f2039e9d3f.json
    E         2021-10-19T18:27:20.580Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d5fbd610-03d9-11eb-8034-63f2039e9d3f.json
    E         2021-10-19T18:27:21.645Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:21.645Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d899d3f0-0883-11eb-a3fd-1b45ec532bb3.json
    E         2021-10-19T18:27:21.645Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d899d3f0-0883-11eb-a3fd-1b45ec532bb3.json
    E         2021-10-19T18:27:22.623Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:22.623Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d97b7520-0bbe-11ea-81bb-cf244189d349.json
    E         2021-10-19T18:27:22.623Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d97b7520-0bbe-11ea-81bb-cf244189d349.json
    E         2021-10-19T18:27:23.627Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:23.628Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d9eba730-c991-11e7-9835-2f31fe08873b-ecs.json
    E         2021-10-19T18:27:23.628Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/d9eba730-c991-11e7-9835-2f31fe08873b-ecs.json
    E         2021-10-19T18:27:24.697Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:24.697Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/dae20ed0-6d0a-11ea-8fe8-71add5fd7c38.json
    E         2021-10-19T18:27:24.697Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/dae20ed0-6d0a-11ea-8fe8-71add5fd7c38.json
    E         2021-10-19T18:27:25.663Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:25.663Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/dff7a080-32f7-11ea-a83e-25b8612d00cc.json
    E         2021-10-19T18:27:25.663Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/dff7a080-32f7-11ea-a83e-25b8612d00cc.json
    E         2021-10-19T18:27:26.683Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:26.683Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e0381d10-e4a6-11eb-9d53-3b3d1d47c519.json
    E         2021-10-19T18:27:26.683Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e0381d10-e4a6-11eb-9d53-3b3d1d47c519.json
    E         2021-10-19T18:27:27.733Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:27.733Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e6776b10-1534-11ea-841c-01bf20a6c8ba.json
    E         2021-10-19T18:27:27.733Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e6776b10-1534-11ea-841c-01bf20a6c8ba.json
    E         2021-10-19T18:27:28.710Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:28.710Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e74bf320-b3ce-11e9-87a4-078dbbae220d.json
    E         2021-10-19T18:27:28.710Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e74bf320-b3ce-11e9-87a4-078dbbae220d.json
    E         2021-10-19T18:27:29.720Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:29.720Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e9057ae0-47c5-11e8-bc13-1397384faad3-ecs.json
    E         2021-10-19T18:27:29.720Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/e9057ae0-47c5-11e8-bc13-1397384faad3-ecs.json
    E         2021-10-19T18:27:30.733Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:30.733Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ea488d90-8e63-11e8-8fa2-3d5f811fbd0f-ecs.json
    E         2021-10-19T18:27:30.733Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ea488d90-8e63-11e8-8fa2-3d5f811fbd0f-ecs.json
    E         2021-10-19T18:27:31.789Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:31.789Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/eb3f05f0-ea9a-11e9-90ec-112a988266d5.json
    E         2021-10-19T18:27:31.789Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/eb3f05f0-ea9a-11e9-90ec-112a988266d5.json
    E         2021-10-19T18:27:32.769Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:32.769Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ebc23240-8572-11ea-91bc-ab084c7ec0e7.json
    E         2021-10-19T18:27:32.769Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ebc23240-8572-11ea-91bc-ab084c7ec0e7.json
    E         2021-10-19T18:27:33.801Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:33.801Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/f2dc7320-f519-11e6-a3c9-9d1f7c42b045-ecs.json
    E         2021-10-19T18:27:33.801Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/f2dc7320-f519-11e6-a3c9-9d1f7c42b045-ecs.json
    E         2021-10-19T18:27:34.865Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:34.865Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/f40ee870-5e4a-11ea-a4f6-717338406083.json
    E         2021-10-19T18:27:34.865Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/f40ee870-5e4a-11ea-a4f6-717338406083.json
    E         2021-10-19T18:27:35.827Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:35.827Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/f5ab5510-9c94-11e9-94fd-c91206cd5249.json
    E         2021-10-19T18:27:35.827Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/f5ab5510-9c94-11e9-94fd-c91206cd5249.json
    E         2021-10-19T18:27:36.852Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:36.852Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/fac28650-7349-11e9-816b-07687310a99a.json
    E         2021-10-19T18:27:36.852Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/fac28650-7349-11e9-816b-07687310a99a.json
    E         2021-10-19T18:27:37.905Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:37.905Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/fc27a270-0b95-11ea-81bb-cf244189d349.json
    E         2021-10-19T18:27:37.905Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/fc27a270-0b95-11ea-81bb-cf244189d349.json
    E         2021-10-19T18:27:38.876Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:38.876Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/fc5512c0-36d1-11ea-9f7a-097fe7ab3ddd.json
    E         2021-10-19T18:27:38.876Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/fc5512c0-36d1-11ea-9f7a-097fe7ab3ddd.json
    E         2021-10-19T18:27:39.882Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:39.882Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ff2fe020-32f7-11ea-a83e-25b8612d00cc.json
    E         2021-10-19T18:27:39.882Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/ff2fe020-32f7-11ea-a83e-25b8612d00cc.json
    E         2021-10-19T18:27:40.893Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:40.893Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/metricbeat-vsphere-host.json
    E         2021-10-19T18:27:40.893Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/metricbeat-vsphere-host.json
    E         2021-10-19T18:27:41.949Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:41.950Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Import dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/metricbeat-vsphere-vm.json
    E         2021-10-19T18:27:41.950Z	DEBUG	[dashboards]	dashboards/kibana_loader.go:240	Importing dashboard from /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/metricbeat-vsphere-vm.json
    E         2021-10-19T18:27:42.923Z	DEBUG	[kibana]	kibana/client.go:379	Imported multipart file to /api/saved_objects/_import with params map[overwrite:[true]]
    E         2021-10-19T18:27:42.923Z	ERROR	instance/beat.go:992	Exiting: Failed to import dashboard: Failed to load directory /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7:
    E           error loading /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/1ae960c0-f9f8-11eb-bc38-79936db7c106.json: error dashboard asset: returned 422 to import file: Document "1ae960c0-f9f8-11eb-bc38-79936db7c106" has property "dashboard" which belongs to a more recent version of Kibana [7.15.0]. The last known version is [7.14.0]: <nil>. Response: {"statusCode":422,"error":"Unprocessable Entity","message":"Document \"1ae960c0-f9f8-11eb-bc38-79936db7c106\" has property \"dashboard\" which belongs to a more recent version of Kibana [7.15.0]. The last known version is [7.14.0]"}
    E           error loading /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-enterprise-search.json: error dashboard asset: returned 0 to import file: fail to execute the HTTP POST request: Post "http://172.19.0.3:5601/api/saved_objects/_import?overwrite=true": net/http: request canceled (Client.Timeout exceeded while awaiting headers). Response: 
    E         Exiting: Failed to import dashboard: Failed to load directory /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7:
    E           error loading /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/1ae960c0-f9f8-11eb-bc38-79936db7c106.json: error dashboard asset: returned 422 to import file: Document "1ae960c0-f9f8-11eb-bc38-79936db7c106" has property "dashboard" which belongs to a more recent version of Kibana [7.15.0]. The last known version is [7.14.0]: <nil>. Response: {"statusCode":422,"error":"Unprocessable Entity","message":"Document \"1ae960c0-f9f8-11eb-bc38-79936db7c106\" has property \"dashboard\" which belongs to a more recent version of Kibana [7.15.0]. The last known version is [7.14.0]"}
    E           error loading /go/src/github.com/elastic/beats/x-pack/metricbeat/build/system-tests/run/test_xpack_base.Test.test_dashboards/kibana/7/dashboard/Metricbeat-enterprise-search.json: error dashboard asset: returned 0 to import file: fail to execute the HTTP POST request: Post "http://172.19.0.3:5601/api/saved_objects/_import?overwrite=true": net/http: request canceled (Client.Timeout exceeded while awaiting headers). Response: 
    E         
    E       assert 1 == 0
    
    ../../metricbeat/tests/system/test_base.py:85: AssertionError 
    

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

@kvch
Copy link
Contributor Author

kvch commented Oct 20, 2021

jenkins run tests

kvch added a commit that referenced this pull request Oct 21, 2021
kvch added a commit that referenced this pull request Oct 21, 2021
…ets (#28530) (#28586)

(cherry picked from commit 85d3591)

Co-authored-by: Noémi Ványi <kvch@users.noreply.github.com>
kvch added a commit that referenced this pull request Oct 21, 2021
…ets (#28530) (#28585)

(cherry picked from commit 85d3591)

Co-authored-by: Noémi Ványi <kvch@users.noreply.github.com>
v1v added a commit to v1v/beats that referenced this pull request Oct 26, 2021
…urnalbeat-ci

* upstream/master: (49 commits)
  [CI]: use the downstream packaging pipeline for branches/tags (elastic#28589)
  fix: use declarative style for complete variant of the elastic-agent (elastic#28526)
  x-pack/auditbeat/tracing: fix regexp for kprobe description line (elastic#28609)
  docs: Update `api_key` example on elasticsearch output (elastic#28606)
  chore: add build scripts to CODEOWNERS (elastic#28615)
  Osquerybeat: Fix host_processes missing cmdline arguments (elastic#28622)
  Add note about changes to regexp package in Golang (elastic#28616)
  CI: nightly/weekly builds for 7.x targeting 7.16 instead (elastic#28612)
  Osquerybeat: Fix extenstion unable to start on windows (elastic#28598)
  Osquerybeat: Return the query result count with the action response (elastic#28576)
  Agent: Allow custom response properties in the action response (elastic#28575)
  [Heartbeat] Only setuid in elastic-agent image (elastic#28577)
  Fix formatting of `mapStateJSON` and `layerListJSON` in dashboard assets (elastic#28530)
  CI: refactor the run e2e build (elastic#28502)
  Use fsnotify with long windows name-safe changes (elastic#28517)
  Remove unneeded mergify config
  backport: Add 7.16 branch (elastic#28560)
  Add proxy_url support to threatintel module's malwarebazaar fileset (elastic#28533)
  Osquerybeat: Implement host_users, host_groups, host_processes tables as a part of our osquery_extension. (elastic#28434)
  [Heartbeat] Make run_once syntax a boolean (elastic#28548)
  ...
Icedroid pushed a commit to Icedroid/beats that referenced this pull request Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-v7.15.0 Automated backport with mergify backport-v7.16.0 Automated backport with mergify Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filebeat import dashboards fails internal server error on some dashboards
5 participants