Skip to content

[Security] Add telemetry for new protection types and arrays of objects#97624

Merged
rw-access merged 8 commits intoelastic:masterfrom
rw-access:telemetry-new-protections
Apr 20, 2021
Merged

[Security] Add telemetry for new protection types and arrays of objects#97624
rw-access merged 8 commits intoelastic:masterfrom
rw-access:telemetry-new-protections

Conversation

@rw-access
Copy link
Copy Markdown
Contributor

@rw-access rw-access commented Apr 20, 2021

Summary

Added additional telemetry fields for new protection types.

The behavior protection contains events: [...] where some events (file, registry, network, process, etc.) are nested inside the document. I slightly restructured the code for better reuse. Also, I added support to traverse arrays of objects, which the existing allowlist checking code didn't do.

@rw-access rw-access added v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.13.0 auto-backport Deprecated - use backport:version if exact versions are needed labels Apr 20, 2021
@rw-access rw-access requested a review from joe-desimone April 20, 2021 12:28
@rw-access rw-access requested a review from a team as a code owner April 20, 2021 12:28
Copy link
Copy Markdown
Contributor

@pjhampton pjhampton left a comment

Choose a reason for hiding this comment

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

🌔 🚀 ✨ LGTM ✨ 🚀 🌔

Comment thread x-pack/plugins/security_solution/server/lib/telemetry/sender.ts
@elastic elastic deleted a comment from kibanamachine Apr 20, 2021
@elastic elastic deleted a comment from kibanamachine Apr 20, 2021
@rw-access rw-access enabled auto-merge (squash) April 20, 2021 15:11
@elastic elastic deleted a comment from kibanamachine Apr 20, 2021
return {
...newEvent,
// cast to object[] to be a valid SearchTypes variant
[allowKey]: (eventValue as object[]).map((v) =>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It seems like this cast isn't safe because even if eventValue is an array, it might be an array of strings, boolean, or any other object, according to SearchTypes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fair point. yeah i think this assumes that you'll never find something inconsistent with the schema

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Comment on lines +401 to +407
return {
...newEvent,
// cast to object[] to be a valid SearchTypes variant
[allowKey]: (eventValue as object[]).map((v) =>
copyAllowlistedFields(allowValue, v as TelemetryEvent)
),
};
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
return {
...newEvent,
// cast to object[] to be a valid SearchTypes variant
[allowKey]: (eventValue as object[]).map((v) =>
copyAllowlistedFields(allowValue, v as TelemetryEvent)
),
};
const allowedFields = [];
for (const v of eventValue) {
if (typeof v === 'object') {
// casting this as AllowlistFields is a recursive structure, any object values it has are also AllowlistFields
const sub: AllowlistFields = v as AllowlistFields;
allowedFields.push(copyAllowlistedFields(allowValue, sub));
}
}
return {
...newEvent,
[allowKey]: allowedFields,
};

This approach would check that the value is an object before casting it to an AllowlistFields

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

thoughts on 64c9b7a?

Copy link
Copy Markdown
Contributor Author

@rw-access rw-access Apr 20, 2021

Choose a reason for hiding this comment

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

also i thought for loops were basically despised for being non-idiomatic

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this work? basically did what you have but filter+map
bbcaec1

Copy link
Copy Markdown
Contributor Author

@rw-access rw-access Apr 20, 2021

Choose a reason for hiding this comment

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

also had to split out BaseSearchTypes from SearchTypes, for typescript to not barf

@rw-access rw-access merged commit 8b20cbc into elastic:master Apr 20, 2021
@rw-access rw-access deleted the telemetry-new-protections branch April 20, 2021 18:28
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Apr 20, 2021
…ts (elastic#97624)

* Add telemetry for new protection types and arrays of objects
* Add malware_signature to process.Ext + dll.Ext
* Fix comments for base fields
* Move naming convention disable to a line
* Fix unit test for rule.version
@kibanamachine
Copy link
Copy Markdown
Contributor

💚 Backport successful

Status Branch Result
7.x

This backport PR will be merged automatically after passing CI.

@kibanamachine
Copy link
Copy Markdown
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / general / X-Pack Search Sessions Integration.x-pack/test/search_sessions_integration/tests/apps/dashboard/async_search/sessions_in_space·ts.Dashboard dashboard in space Disabled storing search sessions "before all" hook for "Doesn't allow to store a session"

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has not failed recently on tracked branches

[00:00:00]       │
[00:00:00]         └-: Dashboard
[00:00:00]           └-> "before all" hook in "Dashboard"
[00:00:00]           └-> "before all" hook in "Dashboard"
[00:00:00]             │ info [logstash_functional] Loading "mappings.json"
[00:00:00]             │ info [logstash_functional] Loading "data.json.gz"
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.22][0]]"
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.20][0]]"
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.21][0]]"
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.21/KFIoNsyRTsynF6F7ek8lpg] update_mapping [_doc]
[00:00:04]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.20/uS409x73STScPsYZPGozqw] update_mapping [_doc]
[00:00:10]             │ info progress: 13530
[00:00:10]             │ info [logstash_functional] Indexed 4634 docs into "logstash-2015.09.22"
[00:00:10]             │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:10]             │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:10]             │ info [dashboard/async_search] Loading "mappings.json"
[00:00:10]             │ info [dashboard/async_search] Loading "data.json"
[00:00:10]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/XWYoK-aXTWGhm6bFDn0TmQ] deleting index
[00:00:10]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/ViIVvAX9RNS-0w29IoEgXQ] deleting index
[00:00:10]             │ info [dashboard/async_search] Deleted existing index ".kibana_8.0.0_001"
[00:00:10]             │ info [dashboard/async_search] Deleted existing index ".kibana_task_manager_8.0.0_001"
[00:00:10]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:00:10]             │ info [dashboard/async_search] Created index ".kibana"
[00:00:10]             │ debg [dashboard/async_search] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:00:10]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_1] creating index, cause [api], templates [], shards [1]/[0]
[00:00:10]             │ info [dashboard/async_search] Created index ".kibana_task_manager_1"
[00:00:10]             │ debg [dashboard/async_search] ".kibana_task_manager_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:00:10]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/QilFeB_9QAC9m1LaRaqzeg] update_mapping [_doc]
[00:00:10]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/QilFeB_9QAC9m1LaRaqzeg] update_mapping [_doc]
[00:00:10]             │ info [dashboard/async_search] Indexed 9 docs into ".kibana"
[00:00:10]             │ info [dashboard/async_search] Indexed 1 docs into ".kibana_task_manager_1"
[00:00:10]             │ debg Migrating saved objects
[00:00:10]             │ proc [kibana]   log   [17:18:09.169] [info][savedobjects-service] [.kibana_task_manager] INIT -> WAIT_FOR_YELLOW_SOURCE. took: 6ms.
[00:00:10]             │ proc [kibana]   log   [17:18:09.175] [info][savedobjects-service] [.kibana] INIT -> LEGACY_SET_WRITE_BLOCK. took: 14ms.
[00:00:10]             │ proc [kibana]   log   [17:18:09.178] [info][savedobjects-service] [.kibana_task_manager] WAIT_FOR_YELLOW_SOURCE -> SET_SOURCE_WRITE_BLOCK. took: 9ms.
[00:00:10]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana/QilFeB_9QAC9m1LaRaqzeg]]
[00:00:10]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_task_manager_1/KJ6PFS67Qp69scxHGwVgaw]]
[00:00:10]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana]
[00:00:10]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_task_manager_1]
[00:00:10]             │ proc [kibana]   log   [17:18:09.238] [info][savedobjects-service] [.kibana] LEGACY_SET_WRITE_BLOCK -> LEGACY_CREATE_REINDEX_TARGET. took: 63ms.
[00:00:10]             │ proc [kibana]   log   [17:18:09.255] [info][savedobjects-service] [.kibana_task_manager] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP. took: 77ms.
[00:00:10]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_pre6.5.0_001] creating index, cause [api], templates [], shards [1]/[1]
[00:00:10]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_pre6.5.0_001]
[00:00:10]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:00:10]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.0.0_reindex_temp]
[00:00:11]             │ proc [kibana]   log   [17:18:09.336] [info][savedobjects-service] [.kibana] LEGACY_CREATE_REINDEX_TARGET -> LEGACY_REINDEX. took: 98ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.354] [info][savedobjects-service] [.kibana] LEGACY_REINDEX -> LEGACY_REINDEX_WAIT_FOR_TASK. took: 18ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.358] [info][savedobjects-service] [.kibana_task_manager] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP. took: 102ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.363] [info][savedobjects-service] [.kibana_task_manager] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK. took: 6ms.
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.tasks] creating index, cause [auto(bulk api)], templates [], shards [1]/[1]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.tasks]
[00:00:11]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2236 finished with response BulkByScrollResponse[took=26ms,timed_out=false,sliceId=null,updated=0,created=9,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:11]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2250 finished with response BulkByScrollResponse[took=20.7ms,timed_out=false,sliceId=null,updated=0,created=1,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:11]             │ proc [kibana]   log   [17:18:09.483] [info][savedobjects-service] [.kibana] LEGACY_REINDEX_WAIT_FOR_TASK -> LEGACY_DELETE. took: 129ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.486] [info][savedobjects-service] [.kibana_task_manager] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK. took: 123ms.
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_task_manager_8.0.0_reindex_temp/qZBaia-VQTeH9rxAvx2MAg]]
[00:00:11]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/QilFeB_9QAC9m1LaRaqzeg] deleting index
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_task_manager_8.0.0_reindex_temp]
[00:00:11]             │ proc [kibana]   log   [17:18:09.544] [info][savedobjects-service] [.kibana] LEGACY_DELETE -> SET_SOURCE_WRITE_BLOCK. took: 61ms.
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_pre6.5.0_001/DCo1TpvDRtSP_aBlv2YT0g]]
[00:00:11]             │ proc [kibana]   log   [17:18:09.554] [info][savedobjects-service] [.kibana_task_manager] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 68ms.
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] applying create index request using existing index [.kibana_task_manager_8.0.0_reindex_temp] metadata
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.0.0_001]
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_pre6.5.0_001]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/W1c8RfBdRh-jBxnZi86poQ] create_mapping
[00:00:11]             │ proc [kibana]   log   [17:18:09.619] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP. took: 75ms.
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_8.0.0_reindex_temp][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_8.0.0_reindex_temp][0]]"
[00:00:11]             │ proc [kibana]   log   [17:18:09.695] [info][savedobjects-service] [.kibana_task_manager] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH. took: 141ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.706] [info][savedobjects-service] [.kibana_task_manager] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM. took: 11ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.715] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP. took: 96ms.
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/W1c8RfBdRh-jBxnZi86poQ] update_mapping [_doc]
[00:00:11]             │ proc [kibana]   log   [17:18:09.723] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK. took: 8ms.
[00:00:11]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2330 finished with response BulkByScrollResponse[took=17.5ms,timed_out=false,sliceId=null,updated=0,created=9,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:11]             │ proc [kibana]   log   [17:18:09.832] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK. took: 109ms.
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_8.0.0_reindex_temp/N4zz_4DHSxSnhbEyA5K1Hw]]
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:00:11]             │ proc [kibana]   log   [17:18:09.873] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 40ms.
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] create_mapping
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_8.0.0_001][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_8.0.0_001][0]]"
[00:00:11]             │ proc [kibana]   log   [17:18:09.975] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH. took: 103ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.994] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM. took: 19ms.
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:12]             │ proc [kibana]   log   [17:18:10.603] [info][savedobjects-service] [.kibana_task_manager] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH. took: 897ms.
[00:00:12]             │ proc [kibana]   log   [17:18:10.612] [info][savedobjects-service] [.kibana_task_manager] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS. took: 9ms.
[00:00:12]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/W1c8RfBdRh-jBxnZi86poQ] update_mapping [_doc]
[00:00:12]             │ proc [kibana]   log   [17:18:10.646] [info][savedobjects-service] [.kibana_task_manager] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 34ms.
[00:00:12]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2396 finished with response BulkByScrollResponse[took=19.9ms,timed_out=false,sliceId=null,updated=1,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:12]             │ proc [kibana]   log   [17:18:10.753] [info][savedobjects-service] [.kibana_task_manager] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 107ms.
[00:00:12]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_reindex_temp/qZBaia-VQTeH9rxAvx2MAg] deleting index
[00:00:12]             │ proc [kibana]   log   [17:18:10.793] [info][savedobjects-service] [.kibana_task_manager] MARK_VERSION_INDEX_READY -> DONE. took: 40ms.
[00:00:12]             │ proc [kibana]   log   [17:18:10.794] [info][savedobjects-service] [.kibana_task_manager] Migration completed after 1631ms
[00:00:12]             │ proc [kibana]   log   [17:18:10.915] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH. took: 921ms.
[00:00:12]             │ proc [kibana]   log   [17:18:10.927] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS. took: 12ms.
[00:00:12]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:12]             │ proc [kibana]   log   [17:18:10.991] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 64ms.
[00:00:12]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2429 finished with response BulkByScrollResponse[took=31.2ms,timed_out=false,sliceId=null,updated=9,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:12]             │ proc [kibana]   log   [17:18:11.100] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 109ms.
[00:00:12]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_reindex_temp/N4zz_4DHSxSnhbEyA5K1Hw] deleting index
[00:00:12]             │ proc [kibana]   log   [17:18:11.141] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE. took: 41ms.
[00:00:12]             │ proc [kibana]   log   [17:18:11.142] [info][savedobjects-service] [.kibana] Migration completed after 1981ms
[00:00:12]             │ debg [dashboard/async_search] Migrated Kibana index after loading Kibana data
[00:00:12]             │ debg [dashboard/async_search] Ensured that default space exists in .kibana
[00:00:12]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true}
[00:00:12]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:14]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*"}
[00:00:15]             │ debg replacing kibana config doc: {"search:timeout":10000}
[00:00:16]             │ debg navigating to dashboard url: http://localhost:61221/app/dashboards#/list
[00:00:16]             │ debg navigate to: http://localhost:61221/app/dashboards#/list
[00:00:16]             │ debg browser[INFO] http://localhost:61221/login?next=%2Fapp%2Fdashboards%3F_t%3D1618939094974#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:16]             │
[00:00:16]             │ debg browser[INFO] http://localhost:61221/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:16]             │ debg ... sleep(700) start
[00:00:17]             │ debg ... sleep(700) end
[00:00:17]             │ debg returned from get, calling refresh
[00:00:18]             │ debg browser[INFO] http://localhost:61221/login?next=%2Fapp%2Fdashboards%3F_t%3D1618939094974#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:18]             │
[00:00:18]             │ debg browser[INFO] http://localhost:61221/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:18]             │ debg currentUrl = http://localhost:61221/login?next=%2Fapp%2Fdashboards%3F_t%3D1618939094974#/list
[00:00:18]             │          appUrl = http://localhost:61221/app/dashboards#/list
[00:00:18]             │ debg TestSubjects.find(kibanaChrome)
[00:00:18]             │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:00:18]             │ERROR browser[SEVERE] http://localhost:61221/internal/spaces/_active_space - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:00:18]             │ debg browser[INFO] http://localhost:61221/42211/bundles/core/core.entry.js 12:151585 "Detected an unhandled Promise rejection.
[00:00:18]             │      Error: Unauthorized"
[00:00:18]             │ERROR browser[SEVERE] http://localhost:61221/42211/bundles/core/core.entry.js 5:2514 
[00:00:18]             │ debg Found login page
[00:00:18]             │ debg TestSubjects.setValue(loginUsername, test_user)
[00:00:18]             │ debg TestSubjects.click(loginUsername)
[00:00:18]             │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:00:18]             │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:00:18]             │ERROR browser[SEVERE] http://localhost:61221/api/licensing/info - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:00:18]             │ERROR browser[SEVERE] http://localhost:61221/api/fleet/epm/packages?experimental=true - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:00:19]             │ debg TestSubjects.setValue(loginPassword, changeme)
[00:00:19]             │ debg TestSubjects.click(loginPassword)
[00:00:19]             │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:00:19]             │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:00:19]             │ debg TestSubjects.click(loginSubmit)
[00:00:19]             │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:00:19]             │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:00:19]             │ debg Find.waitForDeletedByCssSelector('.kibanaWelcomeLogo') with timeout=10000
[00:00:19]             │ proc [kibana]   log   [17:18:17.676] [info][plugins][routes][security] Logging in with provider "basic" (basic)
[00:00:19]             │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:00:19]             │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"] nav:not(.ng-hide)') with timeout=60000
[00:00:21]             │ debg browser[INFO] http://localhost:61221/app/dashboards?_t=1618939094974#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:21]             │
[00:00:21]             │ debg browser[INFO] http://localhost:61221/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:22]             │ debg browser[INFO] http://localhost:61221/app/dashboards?_t=1618939100151#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:22]             │
[00:00:22]             │ debg browser[INFO] http://localhost:61221/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:22]             │ debg Finished login process currentUrl = http://localhost:61221/app/dashboards#/list
[00:00:22]             │ debg ... sleep(501) start
[00:00:23]             │ debg ... sleep(501) end
[00:00:23]             │ debg in navigateTo url = http://localhost:61221/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:00:23]             │ debg --- retry.try error: URL changed, waiting for it to settle
[00:00:23]             │ debg ... sleep(501) start
[00:00:24]             │ debg ... sleep(501) end
[00:00:24]             │ debg in navigateTo url = http://localhost:61221/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:00:24]             │ debg TestSubjects.exists(statusPageContainer)
[00:00:24]             │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:00:26]             │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:05:58]           └-: dashboard in space
[00:05:58]             └-> "before all" hook in "dashboard in space"
[00:06:53]             └-: Disabled storing search sessions
[00:06:53]               └-> "before all" hook for "Doesn't allow to store a session"
[00:06:53]               └-> "before all" hook for "Doesn't allow to store a session"
[00:06:53]                 │ info [dashboard/session_in_space] Loading "mappings.json"
[00:06:53]                 │ info [dashboard/session_in_space] Loading "data.json"
[00:06:53]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/iApLsDV1TSCkViBXH7Oj-Q] deleting index
[00:06:53]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/DxS_ZtChS-K6OxFkQ0I7eQ] deleting index
[00:06:53]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_pre6.5.0_001/Y9YqfxZnQpa_aSWTSRCgDg] deleting index
[00:06:53]                 │ info [dashboard/session_in_space] Deleted existing index ".kibana_8.0.0_001"
[00:06:53]                 │ info [dashboard/session_in_space] Deleted existing index ".kibana_task_manager_8.0.0_001"
[00:06:53]                 │ info [dashboard/session_in_space] Deleted existing index ".kibana_pre6.5.0_001"
[00:06:53]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0] creating index, cause [auto(update api)], templates [], shards [1]/[1]
[00:06:53]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:06:53]                 │ info [dashboard/session_in_space] Created index ".kibana"
[00:06:53]                 │ debg [dashboard/session_in_space] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:06:53]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0/hxV0lhH4QwyAaWBF0cxqoA] create_mapping
[00:06:53]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/LgCj1LVGQl2GE2xqY0VsjQ] update_mapping [_doc]
[00:06:53]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/LgCj1LVGQl2GE2xqY0VsjQ] update_mapping [_doc]
[00:06:53]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/LgCj1LVGQl2GE2xqY0VsjQ] update_mapping [_doc]
[00:06:53]                 │ info [dashboard/session_in_space] Indexed 13 docs into ".kibana"
[00:06:53]                 │ debg Migrating saved objects
[00:06:53]                 │ proc [kibana]   log   [17:24:51.929] [info][savedobjects-service] [.kibana_task_manager] INIT -> CREATE_NEW_TARGET. took: 3ms.
[00:06:53]                 │ proc [kibana]   log   [17:24:51.933] [info][savedobjects-service] [.kibana] INIT -> LEGACY_SET_WRITE_BLOCK. took: 7ms.
[00:06:53]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001] creating index, cause [api], templates [], shards [1]/[1]
[00:06:53]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.0.0_001]
[00:06:53]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana/LgCj1LVGQl2GE2xqY0VsjQ]]
[00:06:53]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana]
[00:06:53]                 │ proc [kibana]   log   [17:24:51.994] [info][savedobjects-service] [.kibana_task_manager] CREATE_NEW_TARGET -> MARK_VERSION_INDEX_READY. took: 65ms.
[00:06:53]                 │ proc [kibana]   log   [17:24:52.017] [info][savedobjects-service] [.kibana] LEGACY_SET_WRITE_BLOCK -> LEGACY_CREATE_REINDEX_TARGET. took: 84ms.
[00:06:53]                 │ proc [kibana]   log   [17:24:52.031] [info][savedobjects-service] [.kibana_task_manager] MARK_VERSION_INDEX_READY -> DONE. took: 37ms.
[00:06:53]                 │ proc [kibana]   log   [17:24:52.031] [info][savedobjects-service] [.kibana_task_manager] Migration completed after 105ms
[00:06:53]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_pre6.5.0_001] creating index, cause [api], templates [], shards [1]/[1]
[00:06:53]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_pre6.5.0_001]
[00:06:53]                 │ proc [kibana]   log   [17:24:52.088] [info][savedobjects-service] [.kibana] LEGACY_CREATE_REINDEX_TARGET -> LEGACY_REINDEX. took: 71ms.
[00:06:53]                 │ proc [kibana]   log   [17:24:52.095] [info][savedobjects-service] [.kibana] LEGACY_REINDEX -> LEGACY_REINDEX_WAIT_FOR_TASK. took: 7ms.
[00:06:53]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 15988 finished with response BulkByScrollResponse[took=21.9ms,timed_out=false,sliceId=null,updated=0,created=13,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:06:53]                 │ proc [kibana]   log   [17:24:52.202] [info][savedobjects-service] [.kibana] LEGACY_REINDEX_WAIT_FOR_TASK -> LEGACY_DELETE. took: 107ms.
[00:06:53]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/LgCj1LVGQl2GE2xqY0VsjQ] deleting index
[00:06:53]                 │ proc [kibana]   log   [17:24:52.233] [info][savedobjects-service] [.kibana] LEGACY_DELETE -> SET_SOURCE_WRITE_BLOCK. took: 31ms.
[00:06:53]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_pre6.5.0_001/hnL3WBkuQ-20YvGpjW9AQg]]
[00:06:53]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_pre6.5.0_001]
[00:06:53]                 │ proc [kibana]   log   [17:24:52.267] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP. took: 34ms.
[00:06:53]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:06:53]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:06:53]                 │ proc [kibana]   log   [17:24:52.320] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP. took: 53ms.
[00:06:53]                 │ proc [kibana]   log   [17:24:52.327] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK. took: 7ms.
[00:06:54]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 16027 finished with response BulkByScrollResponse[took=11.1ms,timed_out=false,sliceId=null,updated=0,created=13,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:06:54]                 │ proc [kibana]   log   [17:24:52.434] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK. took: 107ms.
[00:06:54]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_8.0.0_reindex_temp/h-RKudd3TmWvkd7IIHC4Fw]]
[00:06:54]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:06:54]                 │ proc [kibana]   log   [17:24:52.468] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 34ms.
[00:06:54]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:06:54]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:06:54]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:06:54]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/O2oJfEILRxi9-jhQd8p_Sw] create_mapping
[00:06:54]                 │ proc [kibana]   log   [17:24:52.553] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH. took: 85ms.
[00:06:54]                 │ proc [kibana]   log   [17:24:52.562] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM. took: 9ms.
[00:06:54]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/O2oJfEILRxi9-jhQd8p_Sw] update_mapping [_doc]
[00:06:54]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/O2oJfEILRxi9-jhQd8p_Sw] update_mapping [_doc]
[00:06:54]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/O2oJfEILRxi9-jhQd8p_Sw] update_mapping [_doc]
[00:06:54]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/O2oJfEILRxi9-jhQd8p_Sw] update_mapping [_doc]
[00:06:55]                 │ proc [kibana]   log   [17:24:53.503] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH. took: 941ms.
[00:06:55]                 │ proc [kibana]   log   [17:24:53.510] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS. took: 7ms.
[00:06:55]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/O2oJfEILRxi9-jhQd8p_Sw] update_mapping [_doc]
[00:06:55]                 │ proc [kibana]   log   [17:24:53.562] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 51ms.
[00:06:55]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 16092 finished with response BulkByScrollResponse[took=18.5ms,timed_out=false,sliceId=null,updated=13,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:06:55]                 │ proc [kibana]   log   [17:24:53.668] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 107ms.
[00:06:55]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_reindex_temp/h-RKudd3TmWvkd7IIHC4Fw] deleting index
[00:06:55]                 │ proc [kibana]   log   [17:24:53.682] [error][savedobjects-service] [.kibana] [invalid_alias_name_exception]: Invalid alias name [.kibana_8.0.0], an index exists with the same name as the alias
[00:06:55]                 │ proc [kibana]   log   [17:24:53.683] [error][savedobjects-service] [.kibana] migration failed, dumping execution log:
[00:06:55]                 │ proc [kibana]   log   [17:24:53.683] [info][savedobjects-service] [.kibana] INIT RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.684] [info][savedobjects-service] [.kibana] INIT -> LEGACY_SET_WRITE_BLOCK
[00:06:55]                 │ proc [kibana]   log   [17:24:53.691] [info][savedobjects-service] [.kibana] LEGACY_SET_WRITE_BLOCK RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.691] [info][savedobjects-service] [.kibana] LEGACY_SET_WRITE_BLOCK -> LEGACY_CREATE_REINDEX_TARGET
[00:06:55]                 │ proc [kibana]   log   [17:24:53.695] [info][savedobjects-service] [.kibana] LEGACY_CREATE_REINDEX_TARGET RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.695] [info][savedobjects-service] [.kibana] LEGACY_CREATE_REINDEX_TARGET -> LEGACY_REINDEX
[00:06:55]                 │ proc [kibana]   log   [17:24:53.699] [info][savedobjects-service] [.kibana] LEGACY_REINDEX RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.699] [info][savedobjects-service] [.kibana] LEGACY_REINDEX -> LEGACY_REINDEX_WAIT_FOR_TASK
[00:06:55]                 │ proc [kibana]   log   [17:24:53.703] [info][savedobjects-service] [.kibana] LEGACY_REINDEX_WAIT_FOR_TASK RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.703] [info][savedobjects-service] [.kibana] LEGACY_REINDEX_WAIT_FOR_TASK -> LEGACY_DELETE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.706] [info][savedobjects-service] [.kibana] LEGACY_DELETE RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.707] [info][savedobjects-service] [.kibana] LEGACY_DELETE -> SET_SOURCE_WRITE_BLOCK
[00:06:55]                 │ proc [kibana]   log   [17:24:53.710] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.710] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP
[00:06:55]                 │ proc [kibana]   log   [17:24:53.713] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.714] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP
[00:06:55]                 │ proc [kibana]   log   [17:24:53.717] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.717] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK
[00:06:55]                 │ proc [kibana]   log   [17:24:53.720] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.721] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK
[00:06:55]                 │ proc [kibana]   log   [17:24:53.724] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.725] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET
[00:06:55]                 │ proc [kibana]   log   [17:24:53.728] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.728] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH
[00:06:55]                 │ proc [kibana]   log   [17:24:53.732] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.733] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM
[00:06:55]                 │ proc [kibana]   log   [17:24:53.736] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.736] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH
[00:06:55]                 │ proc [kibana]   log   [17:24:53.740] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.740] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS
[00:06:55]                 │ proc [kibana]   log   [17:24:53.743] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.744] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK
[00:06:55]                 │ proc [kibana]   log   [17:24:53.747] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.748] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY
[00:06:55]                 │ proc [kibana]   log   [17:24:53.752] [error][http] Error: Unable to complete saved object migrations for the [.kibana] index. Please check the health of your Elasticsearch cluster and try again. Error: [invalid_alias_name_exception]: Invalid alias name [.kibana_8.0.0], an index exists with the same name as the alias
[00:06:55]                 │ proc [kibana]     at migrationStateActionMachine (/dev/shm/workspace/kibana-build-xpack-22/src/core/server/saved_objects/migrationsv2/migrations_state_action_machine.js:138:13)
[00:06:55]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:06:55]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:06:55]                 │ proc [kibana]     at async Promise.all (index 0)
[00:06:55]                 │ proc [kibana]     at /dev/shm/workspace/kibana-build-xpack-22/src/core/server/saved_objects/routes/migrate.js:26:5
[00:06:55]                 │ proc [kibana]     at /dev/shm/workspace/kibana-build-xpack-22/src/core/server/saved_objects/routes/utils.js:63:14
[00:06:55]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-22/src/core/server/http/router/router.js:163:30)
[00:06:55]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-22/src/core/server/http/router/router.js:124:50)
[00:06:55]                 │ proc [kibana]     at exports.Manager.execute (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/toolkit.js:60:28)
[00:06:55]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:06:55]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:06:55]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/request.js:370:32)
[00:06:55]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/request.js:279:9)
[00:06:55]                 │ info Taking screenshot "/dev/shm/workspace/parallel/22/kibana/x-pack/test/functional/screenshots/failure/Dashboard dashboard in space Disabled storing search sessions _before all_ hook for _Doesn_t allow to store a session_.png"
[00:06:55]                 │ proc [kibana]  error  [17:24:51.910]  Error: Internal Server Error
[00:06:55]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-22/src/core/server/http/router/response_adapter.js:61:19)
[00:06:55]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-22/src/core/server/http/router/router.js:177:34)
[00:06:55]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:06:55]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:06:55]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-22/src/core/server/http/router/router.js:124:50)
[00:06:55]                 │ proc [kibana]     at exports.Manager.execute (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/toolkit.js:60:28)
[00:06:55]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:06:55]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:06:55]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/request.js:370:32)
[00:06:55]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/request.js:279:9)
[00:06:55]                 │ info Current URL is: http://localhost:61221/login?next=%2F
[00:06:55]                 │ info Saving page source to: /dev/shm/workspace/parallel/22/kibana/x-pack/test/functional/failure_debug/html/Dashboard dashboard in space Disabled storing search sessions _before all_ hook for _Doesn_t allow to store a session_.html
[00:06:55]                 └- ✖ fail: Dashboard dashboard in space Disabled storing search sessions "before all" hook for "Doesn't allow to store a session"
[00:06:55]                 │      Error: Request failed with status code 500
[00:06:55]                 │       at createError (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/core/createError.js:16:15)
[00:06:55]                 │       at settle (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/core/settle.js:17:12)
[00:06:55]                 │       at IncomingMessage.handleStreamEnd (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/adapters/http.js:260:11)
[00:06:55]                 │       at endReadableNT (internal/streams/readable.js:1327:12)
[00:06:55]                 │       at processTicksAndRejections (internal/process/task_queues.js:80:21)
[00:06:55]                 │ 
[00:06:55]                 │ 

Stack Trace

Error: Request failed with status code 500
    at createError (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/core/createError.js:16:15)
    at settle (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/core/settle.js:17:12)
    at IncomingMessage.handleStreamEnd (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/adapters/http.js:260:11)
    at endReadableNT (internal/streams/readable.js:1327:12)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  config: {
    url: 'http://elastic:changeme@localhost:61221/internal/saved_objects/_migrate',
    method: 'post',
    data: '{}',
    headers: {
      Accept: 'application/json, text/plain, */*',
      'Content-Type': 'application/json;charset=utf-8',
      'kbn-xsrf': 'kbn-client',
      'User-Agent': 'axios/0.21.1',
      'Content-Length': 2
    },
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    paramsSerializer: [Function: paramsSerializer],
    timeout: 0,
    adapter: [Function: httpAdapter],
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    httpsAgent: null,
    validateStatus: [Function: validateStatus]
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      socket: [Function (anonymous)],
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      timeout: [Function (anonymous)],
      prefinish: [Function: requestOnPrefinish]
    },
    _eventsCount: 7,
    _maxListeners: undefined,
    outputData: [],
    outputSize: 0,
    writable: true,
    destroyed: true,
    _last: true,
    chunkedEncoding: false,
    shouldKeepAlive: false,
    _defaultKeepAlive: true,
    useChunkedEncodingByDefault: true,
    sendDate: false,
    _removedConnection: false,
    _removedContLen: false,
    _removedTE: false,
    _contentLength: null,
    _hasBody: true,
    _trailer: '',
    finished: true,
    _headerSent: true,
    socket: Socket {
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'localhost',
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 6,
      _maxListeners: undefined,
      _writableState: [WritableState],
      allowHalfOpen: false,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: null,
      _server: null,
      parser: null,
      _httpMessage: [Circular *1],
      [Symbol(async_id_symbol)]: 1521252,
      [Symbol(kHandle)]: null,
      [Symbol(kSetNoDelay)]: false,
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: null,
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesRead)]: 548,
      [Symbol(kBytesWritten)]: 297,
      [Symbol(RequestTimeout)]: undefined
    },
    _header: 'POST /internal/saved_objects/_migrate HTTP/1.1\r\n' +
      'Accept: application/json, text/plain, */*\r\n' +
      'Content-Type: application/json;charset=utf-8\r\n' +
      'kbn-xsrf: kbn-client\r\n' +
      'User-Agent: axios/0.21.1\r\n' +
      'Content-Length: 2\r\n' +
      'Host: localhost:61221\r\n' +
      'Authorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\n' +
      'Connection: close\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: noopPendingOutput],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 80,
      protocol: 'http:',
      options: [Object],
      requests: {},
      sockets: {},
      freeSockets: {},
      keepAliveMsecs: 1000,
      keepAlive: false,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'fifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 0,
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'POST',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    path: '/internal/saved_objects/_migrate',
    _ended: true,
    res: IncomingMessage {
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 3,
      _maxListeners: undefined,
      socket: [Socket],
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      headers: [Object],
      rawHeaders: [Array],
      trailers: {},
      rawTrailers: [],
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 500,
      statusMessage: 'Internal Server Error',
      client: [Socket],
      _consuming: false,
      _dumped: false,
      req: [Circular *1],
      responseUrl: 'http://elastic:changeme@localhost:61221/internal/saved_objects/_migrate',
      redirects: [],
      [Symbol(kCapture)]: false,
      [Symbol(RequestTimeout)]: undefined
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'localhost',
    protocol: 'http:',
    _redirectable: Writable {
      _writableState: [WritableState],
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 2,
      _requestBodyBuffers: [],
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'http://elastic:changeme@localhost:61221/internal/saved_objects/_migrate',
      [Symbol(kCapture)]: false
    },
    [Symbol(kCapture)]: false,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      'content-type': [Array],
      'kbn-xsrf': [Array],
      'user-agent': [Array],
      'content-length': [Array],
      host: [Array],
      authorization: [Array]
    }
  },
  response: {
    status: 500,
    statusText: 'Internal Server Error',
    headers: {
      'x-content-type-options': 'nosniff',
      'referrer-policy': 'no-referrer-when-downgrade',
      'kbn-name': 'kibana-ci-immutable-centos-tests-xxl-1618934172465526514',
      'kbn-license-sig': '78ae209929972d0039fac9525d09b911f394c5b165ce99785b887a87dcf0dd23',
      'content-type': 'application/json; charset=utf-8',
      'cache-control': 'private, no-cache, no-store, must-revalidate',
      'content-length': '97',
      date: 'Tue, 20 Apr 2021 17:24:53 GMT',
      connection: 'close'
    },
    config: {
      url: 'http://elastic:changeme@localhost:61221/internal/saved_objects/_migrate',
      method: 'post',
      data: '{}',
      headers: [Object],
      transformRequest: [Array],
      transformResponse: [Array],
      paramsSerializer: [Function: paramsSerializer],
      timeout: 0,
      adapter: [Function: httpAdapter],
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      httpsAgent: null,
      validateStatus: [Function: validateStatus]
    },
    request: <ref *1> ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: true,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: true,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      _contentLength: null,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      socket: [Socket],
      _header: 'POST /internal/saved_objects/_migrate HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'Content-Type: application/json;charset=utf-8\r\n' +
        'kbn-xsrf: kbn-client\r\n' +
        'User-Agent: axios/0.21.1\r\n' +
        'Content-Length: 2\r\n' +
        'Host: localhost:61221\r\n' +
        'Authorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\n' +
        'Connection: close\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: noopPendingOutput],
      agent: [Agent],
      socketPath: undefined,
      method: 'POST',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      path: '/internal/saved_objects/_migrate',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'localhost',
      protocol: 'http:',
      _redirectable: [Writable],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    data: {
      statusCode: 500,
      error: 'Internal Server Error',
      message: 'An internal server error occurred.'
    }
  },
  isAxiosError: true,
  toJSON: [Function: toJSON]
}

Kibana Pipeline / general / X-Pack Search Sessions Integration.x-pack/test/search_sessions_integration/tests/apps/dashboard/async_search/sessions_in_space·ts.Dashboard dashboard in space Disabled storing search sessions "after all" hook for "Doesn't allow to store a session"

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has not failed recently on tracked branches

[00:00:00]       │
[00:00:00]         └-: Dashboard
[00:00:00]           └-> "before all" hook in "Dashboard"
[00:00:00]           └-> "before all" hook in "Dashboard"
[00:00:00]             │ info [logstash_functional] Loading "mappings.json"
[00:00:00]             │ info [logstash_functional] Loading "data.json.gz"
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.22][0]]"
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.20][0]]"
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.21][0]]"
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.21/KFIoNsyRTsynF6F7ek8lpg] update_mapping [_doc]
[00:00:04]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.20/uS409x73STScPsYZPGozqw] update_mapping [_doc]
[00:00:10]             │ info progress: 13530
[00:00:10]             │ info [logstash_functional] Indexed 4634 docs into "logstash-2015.09.22"
[00:00:10]             │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:10]             │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:10]             │ info [dashboard/async_search] Loading "mappings.json"
[00:00:10]             │ info [dashboard/async_search] Loading "data.json"
[00:00:10]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/XWYoK-aXTWGhm6bFDn0TmQ] deleting index
[00:00:10]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/ViIVvAX9RNS-0w29IoEgXQ] deleting index
[00:00:10]             │ info [dashboard/async_search] Deleted existing index ".kibana_8.0.0_001"
[00:00:10]             │ info [dashboard/async_search] Deleted existing index ".kibana_task_manager_8.0.0_001"
[00:00:10]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:00:10]             │ info [dashboard/async_search] Created index ".kibana"
[00:00:10]             │ debg [dashboard/async_search] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:00:10]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_1] creating index, cause [api], templates [], shards [1]/[0]
[00:00:10]             │ info [dashboard/async_search] Created index ".kibana_task_manager_1"
[00:00:10]             │ debg [dashboard/async_search] ".kibana_task_manager_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:00:10]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/QilFeB_9QAC9m1LaRaqzeg] update_mapping [_doc]
[00:00:10]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/QilFeB_9QAC9m1LaRaqzeg] update_mapping [_doc]
[00:00:10]             │ info [dashboard/async_search] Indexed 9 docs into ".kibana"
[00:00:10]             │ info [dashboard/async_search] Indexed 1 docs into ".kibana_task_manager_1"
[00:00:10]             │ debg Migrating saved objects
[00:00:10]             │ proc [kibana]   log   [17:18:09.169] [info][savedobjects-service] [.kibana_task_manager] INIT -> WAIT_FOR_YELLOW_SOURCE. took: 6ms.
[00:00:10]             │ proc [kibana]   log   [17:18:09.175] [info][savedobjects-service] [.kibana] INIT -> LEGACY_SET_WRITE_BLOCK. took: 14ms.
[00:00:10]             │ proc [kibana]   log   [17:18:09.178] [info][savedobjects-service] [.kibana_task_manager] WAIT_FOR_YELLOW_SOURCE -> SET_SOURCE_WRITE_BLOCK. took: 9ms.
[00:00:10]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana/QilFeB_9QAC9m1LaRaqzeg]]
[00:00:10]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_task_manager_1/KJ6PFS67Qp69scxHGwVgaw]]
[00:00:10]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana]
[00:00:10]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_task_manager_1]
[00:00:10]             │ proc [kibana]   log   [17:18:09.238] [info][savedobjects-service] [.kibana] LEGACY_SET_WRITE_BLOCK -> LEGACY_CREATE_REINDEX_TARGET. took: 63ms.
[00:00:10]             │ proc [kibana]   log   [17:18:09.255] [info][savedobjects-service] [.kibana_task_manager] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP. took: 77ms.
[00:00:10]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_pre6.5.0_001] creating index, cause [api], templates [], shards [1]/[1]
[00:00:10]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_pre6.5.0_001]
[00:00:10]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:00:10]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.0.0_reindex_temp]
[00:00:11]             │ proc [kibana]   log   [17:18:09.336] [info][savedobjects-service] [.kibana] LEGACY_CREATE_REINDEX_TARGET -> LEGACY_REINDEX. took: 98ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.354] [info][savedobjects-service] [.kibana] LEGACY_REINDEX -> LEGACY_REINDEX_WAIT_FOR_TASK. took: 18ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.358] [info][savedobjects-service] [.kibana_task_manager] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP. took: 102ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.363] [info][savedobjects-service] [.kibana_task_manager] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK. took: 6ms.
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.tasks] creating index, cause [auto(bulk api)], templates [], shards [1]/[1]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.tasks]
[00:00:11]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2236 finished with response BulkByScrollResponse[took=26ms,timed_out=false,sliceId=null,updated=0,created=9,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:11]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2250 finished with response BulkByScrollResponse[took=20.7ms,timed_out=false,sliceId=null,updated=0,created=1,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:11]             │ proc [kibana]   log   [17:18:09.483] [info][savedobjects-service] [.kibana] LEGACY_REINDEX_WAIT_FOR_TASK -> LEGACY_DELETE. took: 129ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.486] [info][savedobjects-service] [.kibana_task_manager] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK. took: 123ms.
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_task_manager_8.0.0_reindex_temp/qZBaia-VQTeH9rxAvx2MAg]]
[00:00:11]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/QilFeB_9QAC9m1LaRaqzeg] deleting index
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_task_manager_8.0.0_reindex_temp]
[00:00:11]             │ proc [kibana]   log   [17:18:09.544] [info][savedobjects-service] [.kibana] LEGACY_DELETE -> SET_SOURCE_WRITE_BLOCK. took: 61ms.
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_pre6.5.0_001/DCo1TpvDRtSP_aBlv2YT0g]]
[00:00:11]             │ proc [kibana]   log   [17:18:09.554] [info][savedobjects-service] [.kibana_task_manager] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 68ms.
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] applying create index request using existing index [.kibana_task_manager_8.0.0_reindex_temp] metadata
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.0.0_001]
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_pre6.5.0_001]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/W1c8RfBdRh-jBxnZi86poQ] create_mapping
[00:00:11]             │ proc [kibana]   log   [17:18:09.619] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP. took: 75ms.
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_8.0.0_reindex_temp][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_8.0.0_reindex_temp][0]]"
[00:00:11]             │ proc [kibana]   log   [17:18:09.695] [info][savedobjects-service] [.kibana_task_manager] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH. took: 141ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.706] [info][savedobjects-service] [.kibana_task_manager] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM. took: 11ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.715] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP. took: 96ms.
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/W1c8RfBdRh-jBxnZi86poQ] update_mapping [_doc]
[00:00:11]             │ proc [kibana]   log   [17:18:09.723] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK. took: 8ms.
[00:00:11]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2330 finished with response BulkByScrollResponse[took=17.5ms,timed_out=false,sliceId=null,updated=0,created=9,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:11]             │ proc [kibana]   log   [17:18:09.832] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK. took: 109ms.
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_8.0.0_reindex_temp/N4zz_4DHSxSnhbEyA5K1Hw]]
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:00:11]             │ proc [kibana]   log   [17:18:09.873] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 40ms.
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] create_mapping
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_8.0.0_001][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_8.0.0_001][0]]"
[00:00:11]             │ proc [kibana]   log   [17:18:09.975] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH. took: 103ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.994] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM. took: 19ms.
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:12]             │ proc [kibana]   log   [17:18:10.603] [info][savedobjects-service] [.kibana_task_manager] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH. took: 897ms.
[00:00:12]             │ proc [kibana]   log   [17:18:10.612] [info][savedobjects-service] [.kibana_task_manager] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS. took: 9ms.
[00:00:12]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/W1c8RfBdRh-jBxnZi86poQ] update_mapping [_doc]
[00:00:12]             │ proc [kibana]   log   [17:18:10.646] [info][savedobjects-service] [.kibana_task_manager] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 34ms.
[00:00:12]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2396 finished with response BulkByScrollResponse[took=19.9ms,timed_out=false,sliceId=null,updated=1,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:12]             │ proc [kibana]   log   [17:18:10.753] [info][savedobjects-service] [.kibana_task_manager] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 107ms.
[00:00:12]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_reindex_temp/qZBaia-VQTeH9rxAvx2MAg] deleting index
[00:00:12]             │ proc [kibana]   log   [17:18:10.793] [info][savedobjects-service] [.kibana_task_manager] MARK_VERSION_INDEX_READY -> DONE. took: 40ms.
[00:00:12]             │ proc [kibana]   log   [17:18:10.794] [info][savedobjects-service] [.kibana_task_manager] Migration completed after 1631ms
[00:00:12]             │ proc [kibana]   log   [17:18:10.915] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH. took: 921ms.
[00:00:12]             │ proc [kibana]   log   [17:18:10.927] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS. took: 12ms.
[00:00:12]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:12]             │ proc [kibana]   log   [17:18:10.991] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 64ms.
[00:00:12]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2429 finished with response BulkByScrollResponse[took=31.2ms,timed_out=false,sliceId=null,updated=9,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:12]             │ proc [kibana]   log   [17:18:11.100] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 109ms.
[00:00:12]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_reindex_temp/N4zz_4DHSxSnhbEyA5K1Hw] deleting index
[00:00:12]             │ proc [kibana]   log   [17:18:11.141] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE. took: 41ms.
[00:00:12]             │ proc [kibana]   log   [17:18:11.142] [info][savedobjects-service] [.kibana] Migration completed after 1981ms
[00:00:12]             │ debg [dashboard/async_search] Migrated Kibana index after loading Kibana data
[00:00:12]             │ debg [dashboard/async_search] Ensured that default space exists in .kibana
[00:00:12]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true}
[00:00:12]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:14]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*"}
[00:00:15]             │ debg replacing kibana config doc: {"search:timeout":10000}
[00:00:16]             │ debg navigating to dashboard url: http://localhost:61221/app/dashboards#/list
[00:00:16]             │ debg navigate to: http://localhost:61221/app/dashboards#/list
[00:00:16]             │ debg browser[INFO] http://localhost:61221/login?next=%2Fapp%2Fdashboards%3F_t%3D1618939094974#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:16]             │
[00:00:16]             │ debg browser[INFO] http://localhost:61221/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:16]             │ debg ... sleep(700) start
[00:00:17]             │ debg ... sleep(700) end
[00:00:17]             │ debg returned from get, calling refresh
[00:00:18]             │ debg browser[INFO] http://localhost:61221/login?next=%2Fapp%2Fdashboards%3F_t%3D1618939094974#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:18]             │
[00:00:18]             │ debg browser[INFO] http://localhost:61221/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:18]             │ debg currentUrl = http://localhost:61221/login?next=%2Fapp%2Fdashboards%3F_t%3D1618939094974#/list
[00:00:18]             │          appUrl = http://localhost:61221/app/dashboards#/list
[00:00:18]             │ debg TestSubjects.find(kibanaChrome)
[00:00:18]             │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:00:18]             │ERROR browser[SEVERE] http://localhost:61221/internal/spaces/_active_space - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:00:18]             │ debg browser[INFO] http://localhost:61221/42211/bundles/core/core.entry.js 12:151585 "Detected an unhandled Promise rejection.
[00:00:18]             │      Error: Unauthorized"
[00:00:18]             │ERROR browser[SEVERE] http://localhost:61221/42211/bundles/core/core.entry.js 5:2514 
[00:00:18]             │ debg Found login page
[00:00:18]             │ debg TestSubjects.setValue(loginUsername, test_user)
[00:00:18]             │ debg TestSubjects.click(loginUsername)
[00:00:18]             │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:00:18]             │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:00:18]             │ERROR browser[SEVERE] http://localhost:61221/api/licensing/info - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:00:18]             │ERROR browser[SEVERE] http://localhost:61221/api/fleet/epm/packages?experimental=true - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:00:19]             │ debg TestSubjects.setValue(loginPassword, changeme)
[00:00:19]             │ debg TestSubjects.click(loginPassword)
[00:00:19]             │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:00:19]             │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:00:19]             │ debg TestSubjects.click(loginSubmit)
[00:00:19]             │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:00:19]             │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:00:19]             │ debg Find.waitForDeletedByCssSelector('.kibanaWelcomeLogo') with timeout=10000
[00:00:19]             │ proc [kibana]   log   [17:18:17.676] [info][plugins][routes][security] Logging in with provider "basic" (basic)
[00:00:19]             │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:00:19]             │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"] nav:not(.ng-hide)') with timeout=60000
[00:00:21]             │ debg browser[INFO] http://localhost:61221/app/dashboards?_t=1618939094974#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:21]             │
[00:00:21]             │ debg browser[INFO] http://localhost:61221/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:22]             │ debg browser[INFO] http://localhost:61221/app/dashboards?_t=1618939100151#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:22]             │
[00:00:22]             │ debg browser[INFO] http://localhost:61221/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:22]             │ debg Finished login process currentUrl = http://localhost:61221/app/dashboards#/list
[00:00:22]             │ debg ... sleep(501) start
[00:00:23]             │ debg ... sleep(501) end
[00:00:23]             │ debg in navigateTo url = http://localhost:61221/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:00:23]             │ debg --- retry.try error: URL changed, waiting for it to settle
[00:00:23]             │ debg ... sleep(501) start
[00:00:24]             │ debg ... sleep(501) end
[00:00:24]             │ debg in navigateTo url = http://localhost:61221/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:00:24]             │ debg TestSubjects.exists(statusPageContainer)
[00:00:24]             │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:00:26]             │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:05:58]           └-: dashboard in space
[00:05:58]             └-> "before all" hook in "dashboard in space"
[00:06:53]             └-: Disabled storing search sessions
[00:06:53]               └-> "before all" hook for "Doesn't allow to store a session"
[00:06:53]               └-> "before all" hook for "Doesn't allow to store a session"
[00:06:53]                 │ info [dashboard/session_in_space] Loading "mappings.json"
[00:06:53]                 │ info [dashboard/session_in_space] Loading "data.json"
[00:06:53]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/iApLsDV1TSCkViBXH7Oj-Q] deleting index
[00:06:53]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/DxS_ZtChS-K6OxFkQ0I7eQ] deleting index
[00:06:53]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_pre6.5.0_001/Y9YqfxZnQpa_aSWTSRCgDg] deleting index
[00:06:53]                 │ info [dashboard/session_in_space] Deleted existing index ".kibana_8.0.0_001"
[00:06:53]                 │ info [dashboard/session_in_space] Deleted existing index ".kibana_task_manager_8.0.0_001"
[00:06:53]                 │ info [dashboard/session_in_space] Deleted existing index ".kibana_pre6.5.0_001"
[00:06:53]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0] creating index, cause [auto(update api)], templates [], shards [1]/[1]
[00:06:53]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:06:53]                 │ info [dashboard/session_in_space] Created index ".kibana"
[00:06:53]                 │ debg [dashboard/session_in_space] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:06:53]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0/hxV0lhH4QwyAaWBF0cxqoA] create_mapping
[00:06:53]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/LgCj1LVGQl2GE2xqY0VsjQ] update_mapping [_doc]
[00:06:53]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/LgCj1LVGQl2GE2xqY0VsjQ] update_mapping [_doc]
[00:06:53]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/LgCj1LVGQl2GE2xqY0VsjQ] update_mapping [_doc]
[00:06:53]                 │ info [dashboard/session_in_space] Indexed 13 docs into ".kibana"
[00:06:53]                 │ debg Migrating saved objects
[00:06:53]                 │ proc [kibana]   log   [17:24:51.929] [info][savedobjects-service] [.kibana_task_manager] INIT -> CREATE_NEW_TARGET. took: 3ms.
[00:06:53]                 │ proc [kibana]   log   [17:24:51.933] [info][savedobjects-service] [.kibana] INIT -> LEGACY_SET_WRITE_BLOCK. took: 7ms.
[00:06:53]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001] creating index, cause [api], templates [], shards [1]/[1]
[00:06:53]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.0.0_001]
[00:06:53]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana/LgCj1LVGQl2GE2xqY0VsjQ]]
[00:06:53]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana]
[00:06:53]                 │ proc [kibana]   log   [17:24:51.994] [info][savedobjects-service] [.kibana_task_manager] CREATE_NEW_TARGET -> MARK_VERSION_INDEX_READY. took: 65ms.
[00:06:53]                 │ proc [kibana]   log   [17:24:52.017] [info][savedobjects-service] [.kibana] LEGACY_SET_WRITE_BLOCK -> LEGACY_CREATE_REINDEX_TARGET. took: 84ms.
[00:06:53]                 │ proc [kibana]   log   [17:24:52.031] [info][savedobjects-service] [.kibana_task_manager] MARK_VERSION_INDEX_READY -> DONE. took: 37ms.
[00:06:53]                 │ proc [kibana]   log   [17:24:52.031] [info][savedobjects-service] [.kibana_task_manager] Migration completed after 105ms
[00:06:53]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_pre6.5.0_001] creating index, cause [api], templates [], shards [1]/[1]
[00:06:53]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_pre6.5.0_001]
[00:06:53]                 │ proc [kibana]   log   [17:24:52.088] [info][savedobjects-service] [.kibana] LEGACY_CREATE_REINDEX_TARGET -> LEGACY_REINDEX. took: 71ms.
[00:06:53]                 │ proc [kibana]   log   [17:24:52.095] [info][savedobjects-service] [.kibana] LEGACY_REINDEX -> LEGACY_REINDEX_WAIT_FOR_TASK. took: 7ms.
[00:06:53]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 15988 finished with response BulkByScrollResponse[took=21.9ms,timed_out=false,sliceId=null,updated=0,created=13,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:06:53]                 │ proc [kibana]   log   [17:24:52.202] [info][savedobjects-service] [.kibana] LEGACY_REINDEX_WAIT_FOR_TASK -> LEGACY_DELETE. took: 107ms.
[00:06:53]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/LgCj1LVGQl2GE2xqY0VsjQ] deleting index
[00:06:53]                 │ proc [kibana]   log   [17:24:52.233] [info][savedobjects-service] [.kibana] LEGACY_DELETE -> SET_SOURCE_WRITE_BLOCK. took: 31ms.
[00:06:53]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_pre6.5.0_001/hnL3WBkuQ-20YvGpjW9AQg]]
[00:06:53]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_pre6.5.0_001]
[00:06:53]                 │ proc [kibana]   log   [17:24:52.267] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP. took: 34ms.
[00:06:53]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:06:53]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:06:53]                 │ proc [kibana]   log   [17:24:52.320] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP. took: 53ms.
[00:06:53]                 │ proc [kibana]   log   [17:24:52.327] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK. took: 7ms.
[00:06:54]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 16027 finished with response BulkByScrollResponse[took=11.1ms,timed_out=false,sliceId=null,updated=0,created=13,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:06:54]                 │ proc [kibana]   log   [17:24:52.434] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK. took: 107ms.
[00:06:54]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_8.0.0_reindex_temp/h-RKudd3TmWvkd7IIHC4Fw]]
[00:06:54]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:06:54]                 │ proc [kibana]   log   [17:24:52.468] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 34ms.
[00:06:54]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:06:54]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:06:54]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:06:54]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/O2oJfEILRxi9-jhQd8p_Sw] create_mapping
[00:06:54]                 │ proc [kibana]   log   [17:24:52.553] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH. took: 85ms.
[00:06:54]                 │ proc [kibana]   log   [17:24:52.562] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM. took: 9ms.
[00:06:54]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/O2oJfEILRxi9-jhQd8p_Sw] update_mapping [_doc]
[00:06:54]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/O2oJfEILRxi9-jhQd8p_Sw] update_mapping [_doc]
[00:06:54]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/O2oJfEILRxi9-jhQd8p_Sw] update_mapping [_doc]
[00:06:54]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/O2oJfEILRxi9-jhQd8p_Sw] update_mapping [_doc]
[00:06:55]                 │ proc [kibana]   log   [17:24:53.503] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH. took: 941ms.
[00:06:55]                 │ proc [kibana]   log   [17:24:53.510] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS. took: 7ms.
[00:06:55]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/O2oJfEILRxi9-jhQd8p_Sw] update_mapping [_doc]
[00:06:55]                 │ proc [kibana]   log   [17:24:53.562] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 51ms.
[00:06:55]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 16092 finished with response BulkByScrollResponse[took=18.5ms,timed_out=false,sliceId=null,updated=13,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:06:55]                 │ proc [kibana]   log   [17:24:53.668] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 107ms.
[00:06:55]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_reindex_temp/h-RKudd3TmWvkd7IIHC4Fw] deleting index
[00:06:55]                 │ proc [kibana]   log   [17:24:53.682] [error][savedobjects-service] [.kibana] [invalid_alias_name_exception]: Invalid alias name [.kibana_8.0.0], an index exists with the same name as the alias
[00:06:55]                 │ proc [kibana]   log   [17:24:53.683] [error][savedobjects-service] [.kibana] migration failed, dumping execution log:
[00:06:55]                 │ proc [kibana]   log   [17:24:53.683] [info][savedobjects-service] [.kibana] INIT RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.684] [info][savedobjects-service] [.kibana] INIT -> LEGACY_SET_WRITE_BLOCK
[00:06:55]                 │ proc [kibana]   log   [17:24:53.691] [info][savedobjects-service] [.kibana] LEGACY_SET_WRITE_BLOCK RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.691] [info][savedobjects-service] [.kibana] LEGACY_SET_WRITE_BLOCK -> LEGACY_CREATE_REINDEX_TARGET
[00:06:55]                 │ proc [kibana]   log   [17:24:53.695] [info][savedobjects-service] [.kibana] LEGACY_CREATE_REINDEX_TARGET RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.695] [info][savedobjects-service] [.kibana] LEGACY_CREATE_REINDEX_TARGET -> LEGACY_REINDEX
[00:06:55]                 │ proc [kibana]   log   [17:24:53.699] [info][savedobjects-service] [.kibana] LEGACY_REINDEX RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.699] [info][savedobjects-service] [.kibana] LEGACY_REINDEX -> LEGACY_REINDEX_WAIT_FOR_TASK
[00:06:55]                 │ proc [kibana]   log   [17:24:53.703] [info][savedobjects-service] [.kibana] LEGACY_REINDEX_WAIT_FOR_TASK RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.703] [info][savedobjects-service] [.kibana] LEGACY_REINDEX_WAIT_FOR_TASK -> LEGACY_DELETE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.706] [info][savedobjects-service] [.kibana] LEGACY_DELETE RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.707] [info][savedobjects-service] [.kibana] LEGACY_DELETE -> SET_SOURCE_WRITE_BLOCK
[00:06:55]                 │ proc [kibana]   log   [17:24:53.710] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.710] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP
[00:06:55]                 │ proc [kibana]   log   [17:24:53.713] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.714] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP
[00:06:55]                 │ proc [kibana]   log   [17:24:53.717] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.717] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK
[00:06:55]                 │ proc [kibana]   log   [17:24:53.720] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.721] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK
[00:06:55]                 │ proc [kibana]   log   [17:24:53.724] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.725] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET
[00:06:55]                 │ proc [kibana]   log   [17:24:53.728] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.728] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH
[00:06:55]                 │ proc [kibana]   log   [17:24:53.732] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.733] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM
[00:06:55]                 │ proc [kibana]   log   [17:24:53.736] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.736] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH
[00:06:55]                 │ proc [kibana]   log   [17:24:53.740] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.740] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS
[00:06:55]                 │ proc [kibana]   log   [17:24:53.743] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.744] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK
[00:06:55]                 │ proc [kibana]   log   [17:24:53.747] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK RESPONSE
[00:06:55]                 │ proc [kibana]   log   [17:24:53.748] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY
[00:06:55]                 │ proc [kibana]   log   [17:24:53.752] [error][http] Error: Unable to complete saved object migrations for the [.kibana] index. Please check the health of your Elasticsearch cluster and try again. Error: [invalid_alias_name_exception]: Invalid alias name [.kibana_8.0.0], an index exists with the same name as the alias
[00:06:55]                 │ proc [kibana]     at migrationStateActionMachine (/dev/shm/workspace/kibana-build-xpack-22/src/core/server/saved_objects/migrationsv2/migrations_state_action_machine.js:138:13)
[00:06:55]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:06:55]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:06:55]                 │ proc [kibana]     at async Promise.all (index 0)
[00:06:55]                 │ proc [kibana]     at /dev/shm/workspace/kibana-build-xpack-22/src/core/server/saved_objects/routes/migrate.js:26:5
[00:06:55]                 │ proc [kibana]     at /dev/shm/workspace/kibana-build-xpack-22/src/core/server/saved_objects/routes/utils.js:63:14
[00:06:55]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-22/src/core/server/http/router/router.js:163:30)
[00:06:55]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-22/src/core/server/http/router/router.js:124:50)
[00:06:55]                 │ proc [kibana]     at exports.Manager.execute (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/toolkit.js:60:28)
[00:06:55]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:06:55]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:06:55]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/request.js:370:32)
[00:06:55]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/request.js:279:9)
[00:06:55]                 │ info Taking screenshot "/dev/shm/workspace/parallel/22/kibana/x-pack/test/functional/screenshots/failure/Dashboard dashboard in space Disabled storing search sessions _before all_ hook for _Doesn_t allow to store a session_.png"
[00:06:55]                 │ proc [kibana]  error  [17:24:51.910]  Error: Internal Server Error
[00:06:55]                 │ proc [kibana]     at HapiResponseAdapter.toInternalError (/dev/shm/workspace/kibana-build-xpack-22/src/core/server/http/router/response_adapter.js:61:19)
[00:06:55]                 │ proc [kibana]     at Router.handle (/dev/shm/workspace/kibana-build-xpack-22/src/core/server/http/router/router.js:177:34)
[00:06:55]                 │ proc [kibana]     at runMicrotasks (<anonymous>)
[00:06:55]                 │ proc [kibana]     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:06:55]                 │ proc [kibana]     at handler (/dev/shm/workspace/kibana-build-xpack-22/src/core/server/http/router/router.js:124:50)
[00:06:55]                 │ proc [kibana]     at exports.Manager.execute (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/toolkit.js:60:28)
[00:06:55]                 │ proc [kibana]     at Object.internals.handler (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/handler.js:46:20)
[00:06:55]                 │ proc [kibana]     at exports.execute (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/handler.js:31:20)
[00:06:55]                 │ proc [kibana]     at Request._lifecycle (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/request.js:370:32)
[00:06:55]                 │ proc [kibana]     at Request._execute (/dev/shm/workspace/kibana-build-xpack-22/node_modules/@hapi/hapi/lib/request.js:279:9)
[00:06:55]                 │ info Current URL is: http://localhost:61221/login?next=%2F
[00:06:55]                 │ info Saving page source to: /dev/shm/workspace/parallel/22/kibana/x-pack/test/functional/failure_debug/html/Dashboard dashboard in space Disabled storing search sessions _before all_ hook for _Doesn_t allow to store a session_.html
[00:06:55]                 └- ✖ fail: Dashboard dashboard in space Disabled storing search sessions "before all" hook for "Doesn't allow to store a session"
[00:06:55]                 │      Error: Request failed with status code 500
[00:06:55]                 │       at createError (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/core/createError.js:16:15)
[00:06:55]                 │       at settle (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/core/settle.js:17:12)
[00:06:55]                 │       at IncomingMessage.handleStreamEnd (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/adapters/http.js:260:11)
[00:06:55]                 │       at endReadableNT (internal/streams/readable.js:1327:12)
[00:06:55]                 │       at processTicksAndRejections (internal/process/task_queues.js:80:21)
[00:06:55]                 │ 
[00:06:55]                 │ 
[00:06:55]                 └-> "after all" hook for "Doesn't allow to store a session"
[00:06:55]                   │ debg deleting role data_analyst
[00:06:55]                   │ info Taking screenshot "/dev/shm/workspace/parallel/22/kibana/x-pack/test/functional/screenshots/failure/Dashboard dashboard in space Disabled storing search sessions _after all_ hook for _Doesn_t allow to store a session_.png"
[00:06:55]                   │ info Current URL is: http://localhost:61221/login?next=%2F
[00:06:55]                   │ info Saving page source to: /dev/shm/workspace/parallel/22/kibana/x-pack/test/functional/failure_debug/html/Dashboard dashboard in space Disabled storing search sessions _after all_ hook for _Doesn_t allow to store a session_.html
[00:06:55]                   └- ✖ fail: Dashboard dashboard in space Disabled storing search sessions "after all" hook for "Doesn't allow to store a session"
[00:06:55]                   │      Error: Request failed with status code 404
[00:06:55]                   │       at createError (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/core/createError.js:16:15)
[00:06:55]                   │       at settle (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/core/settle.js:17:12)
[00:06:55]                   │       at IncomingMessage.handleStreamEnd (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/adapters/http.js:260:11)
[00:06:55]                   │       at endReadableNT (internal/streams/readable.js:1327:12)
[00:06:55]                   │       at processTicksAndRejections (internal/process/task_queues.js:80:21)
[00:06:55]                   │ 
[00:06:55]                   │ 

Stack Trace

Error: Request failed with status code 404
    at createError (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/core/createError.js:16:15)
    at settle (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/core/settle.js:17:12)
    at IncomingMessage.handleStreamEnd (/dev/shm/workspace/parallel/22/kibana/node_modules/axios/lib/adapters/http.js:260:11)
    at endReadableNT (internal/streams/readable.js:1327:12)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  config: {
    url: 'http://elastic:changeme@localhost:61221/api/security/role/data_analyst',
    method: 'delete',
    headers: {
      Accept: 'application/json, text/plain, */*',
      'kbn-xsrf': 'kbn-client',
      'User-Agent': 'axios/0.21.1'
    },
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    paramsSerializer: [Function: paramsSerializer],
    timeout: 0,
    adapter: [Function: httpAdapter],
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    httpsAgent: null,
    validateStatus: [Function: validateStatus],
    data: undefined
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      socket: [Function (anonymous)],
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      timeout: [Function (anonymous)],
      prefinish: [Function: requestOnPrefinish]
    },
    _eventsCount: 7,
    _maxListeners: undefined,
    outputData: [],
    outputSize: 0,
    writable: true,
    destroyed: true,
    _last: true,
    chunkedEncoding: false,
    shouldKeepAlive: false,
    _defaultKeepAlive: true,
    useChunkedEncodingByDefault: false,
    sendDate: false,
    _removedConnection: false,
    _removedContLen: false,
    _removedTE: false,
    _contentLength: 0,
    _hasBody: true,
    _trailer: '',
    finished: true,
    _headerSent: true,
    socket: Socket {
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'localhost',
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 6,
      _maxListeners: undefined,
      _writableState: [WritableState],
      allowHalfOpen: false,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: null,
      _server: null,
      parser: null,
      _httpMessage: [Circular *1],
      write: [Function: writeAfterFIN],
      [Symbol(async_id_symbol)]: 1521711,
      [Symbol(kHandle)]: null,
      [Symbol(kSetNoDelay)]: false,
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: null,
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesRead)]: 517,
      [Symbol(kBytesWritten)]: 231,
      [Symbol(RequestTimeout)]: undefined
    },
    _header: 'DELETE /api/security/role/data_analyst HTTP/1.1\r\n' +
      'Accept: application/json, text/plain, */*\r\n' +
      'kbn-xsrf: kbn-client\r\n' +
      'User-Agent: axios/0.21.1\r\n' +
      'Host: localhost:61221\r\n' +
      'Authorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\n' +
      'Connection: close\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: noopPendingOutput],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 80,
      protocol: 'http:',
      options: [Object],
      requests: {},
      sockets: {},
      freeSockets: {},
      keepAliveMsecs: 1000,
      keepAlive: false,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'fifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 0,
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'DELETE',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    path: '/api/security/role/data_analyst',
    _ended: true,
    res: IncomingMessage {
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 3,
      _maxListeners: undefined,
      socket: [Socket],
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      headers: [Object],
      rawHeaders: [Array],
      trailers: {},
      rawTrailers: [],
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 404,
      statusMessage: 'Not Found',
      client: [Socket],
      _consuming: false,
      _dumped: false,
      req: [Circular *1],
      responseUrl: 'http://elastic:changeme@localhost:61221/api/security/role/data_analyst',
      redirects: [],
      [Symbol(kCapture)]: false,
      [Symbol(RequestTimeout)]: undefined
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'localhost',
    protocol: 'http:',
    _redirectable: Writable {
      _writableState: [WritableState],
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 0,
      _requestBodyBuffers: [],
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'http://elastic:changeme@localhost:61221/api/security/role/data_analyst',
      [Symbol(kCapture)]: false
    },
    [Symbol(kCapture)]: false,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      'kbn-xsrf': [Array],
      'user-agent': [Array],
      host: [Array],
      authorization: [Array]
    }
  },
  response: {
    status: 404,
    statusText: 'Not Found',
    headers: {
      'x-content-type-options': 'nosniff',
      'referrer-policy': 'no-referrer-when-downgrade',
      'kbn-name': 'kibana-ci-immutable-centos-tests-xxl-1618934172465526514',
      'kbn-license-sig': '78ae209929972d0039fac9525d09b911f394c5b165ce99785b887a87dcf0dd23',
      'content-type': 'application/json; charset=utf-8',
      'cache-control': 'private, no-cache, no-store, must-revalidate',
      'content-length': '78',
      date: 'Tue, 20 Apr 2021 17:24:54 GMT',
      connection: 'close'
    },
    config: {
      url: 'http://elastic:changeme@localhost:61221/api/security/role/data_analyst',
      method: 'delete',
      headers: [Object],
      transformRequest: [Array],
      transformResponse: [Array],
      paramsSerializer: [Function: paramsSerializer],
      timeout: 0,
      adapter: [Function: httpAdapter],
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      httpsAgent: null,
      validateStatus: [Function: validateStatus],
      data: undefined
    },
    request: <ref *1> ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: true,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      socket: [Socket],
      _header: 'DELETE /api/security/role/data_analyst HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'kbn-xsrf: kbn-client\r\n' +
        'User-Agent: axios/0.21.1\r\n' +
        'Host: localhost:61221\r\n' +
        'Authorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\n' +
        'Connection: close\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: noopPendingOutput],
      agent: [Agent],
      socketPath: undefined,
      method: 'DELETE',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      path: '/api/security/role/data_analyst',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'localhost',
      protocol: 'http:',
      _redirectable: [Writable],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    data: {
      statusCode: 404,
      error: 'Not Found',
      message: '[Response Error]: undefined'
    }
  },
  isAxiosError: true,
  toJSON: [Function: toJSON]
}

Kibana Pipeline / general / X-Pack Search Sessions Integration.x-pack/test/search_sessions_integration/tests/apps/dashboard/async_search.Dashboard "after all" hook in "Dashboard"

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has not failed recently on tracked branches

[00:00:00]       │
[00:00:00]         └-: Dashboard
[00:00:00]           └-> "before all" hook in "Dashboard"
[00:00:00]           └-> "before all" hook in "Dashboard"
[00:00:00]             │ info [logstash_functional] Loading "mappings.json"
[00:00:00]             │ info [logstash_functional] Loading "data.json.gz"
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.22][0]]"
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.20][0]]"
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.21][0]]"
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.21/KFIoNsyRTsynF6F7ek8lpg] update_mapping [_doc]
[00:00:04]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [logstash-2015.09.20/uS409x73STScPsYZPGozqw] update_mapping [_doc]
[00:00:10]             │ info progress: 13530
[00:00:10]             │ info [logstash_functional] Indexed 4634 docs into "logstash-2015.09.22"
[00:00:10]             │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:10]             │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:10]             │ info [dashboard/async_search] Loading "mappings.json"
[00:00:10]             │ info [dashboard/async_search] Loading "data.json"
[00:00:10]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/XWYoK-aXTWGhm6bFDn0TmQ] deleting index
[00:00:10]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/ViIVvAX9RNS-0w29IoEgXQ] deleting index
[00:00:10]             │ info [dashboard/async_search] Deleted existing index ".kibana_8.0.0_001"
[00:00:10]             │ info [dashboard/async_search] Deleted existing index ".kibana_task_manager_8.0.0_001"
[00:00:10]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:00:10]             │ info [dashboard/async_search] Created index ".kibana"
[00:00:10]             │ debg [dashboard/async_search] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:00:10]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_1] creating index, cause [api], templates [], shards [1]/[0]
[00:00:10]             │ info [dashboard/async_search] Created index ".kibana_task_manager_1"
[00:00:10]             │ debg [dashboard/async_search] ".kibana_task_manager_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:00:10]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/QilFeB_9QAC9m1LaRaqzeg] update_mapping [_doc]
[00:00:10]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/QilFeB_9QAC9m1LaRaqzeg] update_mapping [_doc]
[00:00:10]             │ info [dashboard/async_search] Indexed 9 docs into ".kibana"
[00:00:10]             │ info [dashboard/async_search] Indexed 1 docs into ".kibana_task_manager_1"
[00:00:10]             │ debg Migrating saved objects
[00:00:10]             │ proc [kibana]   log   [17:18:09.169] [info][savedobjects-service] [.kibana_task_manager] INIT -> WAIT_FOR_YELLOW_SOURCE. took: 6ms.
[00:00:10]             │ proc [kibana]   log   [17:18:09.175] [info][savedobjects-service] [.kibana] INIT -> LEGACY_SET_WRITE_BLOCK. took: 14ms.
[00:00:10]             │ proc [kibana]   log   [17:18:09.178] [info][savedobjects-service] [.kibana_task_manager] WAIT_FOR_YELLOW_SOURCE -> SET_SOURCE_WRITE_BLOCK. took: 9ms.
[00:00:10]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana/QilFeB_9QAC9m1LaRaqzeg]]
[00:00:10]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_task_manager_1/KJ6PFS67Qp69scxHGwVgaw]]
[00:00:10]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana]
[00:00:10]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_task_manager_1]
[00:00:10]             │ proc [kibana]   log   [17:18:09.238] [info][savedobjects-service] [.kibana] LEGACY_SET_WRITE_BLOCK -> LEGACY_CREATE_REINDEX_TARGET. took: 63ms.
[00:00:10]             │ proc [kibana]   log   [17:18:09.255] [info][savedobjects-service] [.kibana_task_manager] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP. took: 77ms.
[00:00:10]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_pre6.5.0_001] creating index, cause [api], templates [], shards [1]/[1]
[00:00:10]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_pre6.5.0_001]
[00:00:10]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:00:10]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.0.0_reindex_temp]
[00:00:11]             │ proc [kibana]   log   [17:18:09.336] [info][savedobjects-service] [.kibana] LEGACY_CREATE_REINDEX_TARGET -> LEGACY_REINDEX. took: 98ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.354] [info][savedobjects-service] [.kibana] LEGACY_REINDEX -> LEGACY_REINDEX_WAIT_FOR_TASK. took: 18ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.358] [info][savedobjects-service] [.kibana_task_manager] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP. took: 102ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.363] [info][savedobjects-service] [.kibana_task_manager] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK. took: 6ms.
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.tasks] creating index, cause [auto(bulk api)], templates [], shards [1]/[1]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.tasks]
[00:00:11]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2236 finished with response BulkByScrollResponse[took=26ms,timed_out=false,sliceId=null,updated=0,created=9,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:11]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2250 finished with response BulkByScrollResponse[took=20.7ms,timed_out=false,sliceId=null,updated=0,created=1,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:11]             │ proc [kibana]   log   [17:18:09.483] [info][savedobjects-service] [.kibana] LEGACY_REINDEX_WAIT_FOR_TASK -> LEGACY_DELETE. took: 129ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.486] [info][savedobjects-service] [.kibana_task_manager] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK. took: 123ms.
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_task_manager_8.0.0_reindex_temp/qZBaia-VQTeH9rxAvx2MAg]]
[00:00:11]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana/QilFeB_9QAC9m1LaRaqzeg] deleting index
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_task_manager_8.0.0_reindex_temp]
[00:00:11]             │ proc [kibana]   log   [17:18:09.544] [info][savedobjects-service] [.kibana] LEGACY_DELETE -> SET_SOURCE_WRITE_BLOCK. took: 61ms.
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_pre6.5.0_001/DCo1TpvDRtSP_aBlv2YT0g]]
[00:00:11]             │ proc [kibana]   log   [17:18:09.554] [info][savedobjects-service] [.kibana_task_manager] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 68ms.
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] applying create index request using existing index [.kibana_task_manager_8.0.0_reindex_temp] metadata
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.0.0_001]
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_pre6.5.0_001]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/W1c8RfBdRh-jBxnZi86poQ] create_mapping
[00:00:11]             │ proc [kibana]   log   [17:18:09.619] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP. took: 75ms.
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_8.0.0_reindex_temp][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_8.0.0_reindex_temp][0]]"
[00:00:11]             │ proc [kibana]   log   [17:18:09.695] [info][savedobjects-service] [.kibana_task_manager] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH. took: 141ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.706] [info][savedobjects-service] [.kibana_task_manager] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM. took: 11ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.715] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP. took: 96ms.
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/W1c8RfBdRh-jBxnZi86poQ] update_mapping [_doc]
[00:00:11]             │ proc [kibana]   log   [17:18:09.723] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK. took: 8ms.
[00:00:11]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2330 finished with response BulkByScrollResponse[took=17.5ms,timed_out=false,sliceId=null,updated=0,created=9,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:11]             │ proc [kibana]   log   [17:18:09.832] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK. took: 109ms.
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] adding block write to indices [[.kibana_8.0.0_reindex_temp/N4zz_4DHSxSnhbEyA5K1Hw]]
[00:00:11]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:00:11]             │ proc [kibana]   log   [17:18:09.873] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 40ms.
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:00:11]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] create_mapping
[00:00:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_8.0.0_001][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_8.0.0_001][0]]"
[00:00:11]             │ proc [kibana]   log   [17:18:09.975] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH. took: 103ms.
[00:00:11]             │ proc [kibana]   log   [17:18:09.994] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM. took: 19ms.
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:11]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:12]             │ proc [kibana]   log   [17:18:10.603] [info][savedobjects-service] [.kibana_task_manager] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH. took: 897ms.
[00:00:12]             │ proc [kibana]   log   [17:18:10.612] [info][savedobjects-service] [.kibana_task_manager] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS. took: 9ms.
[00:00:12]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_001/W1c8RfBdRh-jBxnZi86poQ] update_mapping [_doc]
[00:00:12]             │ proc [kibana]   log   [17:18:10.646] [info][savedobjects-service] [.kibana_task_manager] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 34ms.
[00:00:12]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2396 finished with response BulkByScrollResponse[took=19.9ms,timed_out=false,sliceId=null,updated=1,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:12]             │ proc [kibana]   log   [17:18:10.753] [info][savedobjects-service] [.kibana_task_manager] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 107ms.
[00:00:12]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_task_manager_8.0.0_reindex_temp/qZBaia-VQTeH9rxAvx2MAg] deleting index
[00:00:12]             │ proc [kibana]   log   [17:18:10.793] [info][savedobjects-service] [.kibana_task_manager] MARK_VERSION_INDEX_READY -> DONE. took: 40ms.
[00:00:12]             │ proc [kibana]   log   [17:18:10.794] [info][savedobjects-service] [.kibana_task_manager] Migration completed after 1631ms
[00:00:12]             │ proc [kibana]   log   [17:18:10.915] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH. took: 921ms.
[00:00:12]             │ proc [kibana]   log   [17:18:10.927] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS. took: 12ms.
[00:00:12]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:12]             │ proc [kibana]   log   [17:18:10.991] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 64ms.
[00:00:12]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] 2429 finished with response BulkByScrollResponse[took=31.2ms,timed_out=false,sliceId=null,updated=9,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:12]             │ proc [kibana]   log   [17:18:11.100] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 109ms.
[00:00:12]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_reindex_temp/N4zz_4DHSxSnhbEyA5K1Hw] deleting index
[00:00:12]             │ proc [kibana]   log   [17:18:11.141] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE. took: 41ms.
[00:00:12]             │ proc [kibana]   log   [17:18:11.142] [info][savedobjects-service] [.kibana] Migration completed after 1981ms
[00:00:12]             │ debg [dashboard/async_search] Migrated Kibana index after loading Kibana data
[00:00:12]             │ debg [dashboard/async_search] Ensured that default space exists in .kibana
[00:00:12]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true}
[00:00:12]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934172465526514] [.kibana_8.0.0_001/--69y8EOSEuWAn6uRMdMug] update_mapping [_doc]
[00:00:14]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*"}
[00:00:15]             │ debg replacing kibana config doc: {"search:timeout":10000}
[00:00:16]             │ debg navigating to dashboard url: http://localhost:61221/app/dashboards#/list
[00:00:16]             │ debg navigate to: http://localhost:61221/app/dashboards#/list
[00:00:16]             │ debg browser[INFO] http://localhost:61221/login?next=%2Fapp%2Fdashboards%3F_t%3D1618939094974#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:16]             │
[00:00:16]             │ debg browser[INFO] http://localhost:61221/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:16]             │ debg ... sleep(700) start
[00:00:17]             │ debg ... sleep(700) end
[00:00:17]             │ debg returned from get, calling refresh
[00:00:18]             │ debg browser[INFO] http://localhost:61221/login?next=%2Fapp%2Fdashboards%3F_t%3D1618939094974#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:18]             │
[00:00:18]             │ debg browser[INFO] http://localhost:61221/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:18]             │ debg currentUrl = http://localhost:61221/login?next=%2Fapp%2Fdashboards%3F_t%3D1618939094974#/list
[00:00:18]             │          appUrl = http://localhost:61221/app/dashboards#/list
[00:00:18]             │ debg TestSubjects.find(kibanaChrome)
[00:00:18]             │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:00:18]             │ERROR browser[SEVERE] http://localhost:61221/internal/spaces/_active_space - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:00:18]             │ debg browser[INFO] http://localhost:61221/42211/bundles/core/core.entry.js 12:151585 "Detected an unhandled Promise rejection.
[00:00:18]             │      Error: Unauthorized"
[00:00:18]             │ERROR browser[SEVERE] http://localhost:61221/42211/bundles/core/core.entry.js 5:2514 
[00:00:18]             │ debg Found login page
[00:00:18]             │ debg TestSubjects.setValue(loginUsername, test_user)
[00:00:18]             │ debg TestSubjects.click(loginUsername)
[00:00:18]             │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:00:18]             │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:00:18]             │ERROR browser[SEVERE] http://localhost:61221/api/licensing/info - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:00:18]             │ERROR browser[SEVERE] http://localhost:61221/api/fleet/epm/packages?experimental=true - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:00:19]             │ debg TestSubjects.setValue(loginPassword, changeme)
[00:00:19]             │ debg TestSubjects.click(loginPassword)
[00:00:19]             │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:00:19]             │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:00:19]             │ debg TestSubjects.click(loginSubmit)
[00:00:19]             │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:00:19]             │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:00:19]             │ debg Find.waitForDeletedByCssSelector('.kibanaWelcomeLogo') with timeout=10000
[00:00:19]             │ proc [kibana]   log   [17:18:17.676] [info][plugins][routes][security] Logging in with provider "basic" (basic)
[00:00:19]             │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:00:19]             │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"] nav:not(.ng-hide)') with timeout=60000
[00:00:21]             │ debg browser[INFO] http://localhost:61221/app/dashboards?_t=1618939094974#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:21]             │
[00:00:21]             │ debg browser[INFO] http://localhost:61221/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:22]             │ debg browser[INFO] http://localhost:61221/app/dashboards?_t=1618939100151#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:22]             │
[00:00:22]             │ debg browser[INFO] http://localhost:61221/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:22]             │ debg Finished login process currentUrl = http://localhost:61221/app/dashboards#/list
[00:00:22]             │ debg ... sleep(501) start
[00:00:23]             │ debg ... sleep(501) end
[00:00:23]             │ debg in navigateTo url = http://localhost:61221/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:00:23]             │ debg --- retry.try error: URL changed, waiting for it to settle
[00:00:23]             │ debg ... sleep(501) start
[00:00:24]             │ debg ... sleep(501) end
[00:00:24]             │ debg in navigateTo url = http://localhost:61221/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:00:24]             │ debg TestSubjects.exists(statusPageContainer)
[00:00:24]             │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:00:26]             │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:06:56]               └-> "after all" hook in "Dashboard"
[00:06:56]                 │ info [dashboard/async_search] Unloading indices from "mappings.json"
[00:06:56]                 │ info Taking screenshot "/dev/shm/workspace/parallel/22/kibana/x-pack/test/functional/screenshots/failure/Dashboard _after all_ hook in _Dashboard_.png"
[00:06:56]                 │ info Current URL is: http://localhost:61221/login?next=%2F
[00:06:56]                 │ info Saving page source to: /dev/shm/workspace/parallel/22/kibana/x-pack/test/functional/failure_debug/html/Dashboard _after all_ hook in _Dashboard_.html
[00:06:56]                 └- ✖ fail: Dashboard "after all" hook in "Dashboard"
[00:06:56]                 │      ResponseError: Response Error
[00:06:56]                 │       at onBody (/dev/shm/workspace/parallel/22/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:337:23)
[00:06:56]                 │       at IncomingMessage.onEnd (/dev/shm/workspace/parallel/22/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:264:11)
[00:06:56]                 │       at endReadableNT (internal/streams/readable.js:1327:12)
[00:06:56]                 │       at processTicksAndRejections (internal/process/task_queues.js:80:21)
[00:06:56]                 │ 
[00:06:56]                 │ 

Stack Trace

ResponseError: Response Error
    at onBody (/dev/shm/workspace/parallel/22/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:337:23)
    at IncomingMessage.onEnd (/dev/shm/workspace/parallel/22/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:264:11)
    at endReadableNT (internal/streams/readable.js:1327:12)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  meta: {
    body: {
      took: 5,
      timed_out: false,
      total: 12,
      deleted: 0,
      batches: 1,
      version_conflicts: 0,
      noops: 0,
      retries: [Object],
      throttled_millis: 0,
      requests_per_second: -1,
      throttled_until_millis: 0,
      failures: [Array]
    },
    statusCode: 403,
    headers: { 'content-type': 'application/json', 'content-length': '2914' },
    meta: {
      context: null,
      request: [Object],
      name: 'elasticsearch-js',
      connection: [Object],
      attempts: 0,
      aborted: false
    }
  }
}

Metrics [docs]

Unknown metric groups

API count

id before after diff
indexLifecycleManagement - 5 +5
lists - 251 +251
total +256

API count missing comments

id before after diff
indexLifecycleManagement - 5 +5
lists - 234 +234
total +239

Non-exported public API item count

id before after diff
lists - 60 +60

History

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

kibanamachine added a commit that referenced this pull request Apr 20, 2021
…ts (#97624) (#97703)

* Add telemetry for new protection types and arrays of objects
* Add malware_signature to process.Ext + dll.Ext
* Fix comments for base fields
* Move naming convention disable to a line
* Fix unit test for rule.version

Co-authored-by: Ross Wolf <31489089+rw-access@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes v7.13.0 v8.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants