Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to complete saved object migrations for the [.kibana] index for 7.11 to 7.12 if user disables maps/canvas #91445

Closed
bhavyarm opened this issue Feb 15, 2021 · 3 comments · Fixed by #89992
Labels
bug Fixes for quality problems that affect the customer experience project:ResilientSavedObjectMigrations Reduce Kibana upgrade failures by making saved object migrations more resilient Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@bhavyarm
Copy link
Contributor

Kibana version: 7.11.0->7.12.0 snapshot (11th Feb snapshot)

Elasticsearch version: 7.11.0->7.12.0 snapshot

Server OS version: darwin_x86_64

Browser version: chrome latest

Browser OS version: OS X

Original install method (e.g. download page, yum, from source, etc.): from downloads and snapshot

Describe the bug: Found while testing (#84141)
If user upgrades ES/Kibana to 7.12 from 7.11 with disabled canvas or maps plugins - Kibana doesn't come up. Please note enabling them to correct error doesn't seem to be helping either.

Steps to reproduce:

  1. Get your ES/Kibana 7.11 with default kibana.yml
  2. Install sample data ->make sure maps and canvas app are displaying data for sample canvas and maps
  3. Shut down Kibana - disable maps and canvas in Kibana.yml
xpack.maps.enabled: false
xpack.canvas.enabled: false
  1. Upgrade ES and kibana by copying respective data and config directories to 7.12 ES/Kibana
  2. Kibana doesn't come up and logs show:
Canvas error(?):
Error: Unable to complete saved object migrations for the [.kibana] index. Please check the health of your Elasticsearch cluster and try again. Error: pickupUpdatedMappings task failed with the following failures:
[{"index":".kibana_7.12.0_001","type":"_doc","id":"canvas-workpad-template:workpad-template-061d7868-2b4e-4dc8-8bf7-3772b52926e5","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [canvas-workpad-template] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"canvas-workpad:workpad-ad72a4e9-b422-480c-be6d-a64a0b79541d","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [canvas-workpad] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"map:de71f4f0-1902-11e9-919b-ffe5949a18d2","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"canvas-workpad:workpad-e08b9bdb-ec14-4339-94c4-063bddfd610e","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [canvas-workpad] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"map:2c9c1f60-1909-11e9-919b-ffe5949a18d2","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"canvas-workpad-template:workpad-template-890b80e5-a3eb-431d-b8ed-37587ffd32c3","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [canvas-workpad-template] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"canvas-workpad-template:workpad-template-029bdeb3-40a6-4c90-9320-a5566abaf427","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [canvas-workpad-template] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"canvas-workpad-template:workpad-template-aefa8b2b-24ec-4093-8a59-f2cbc5f7c947","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [canvas-workpad-template] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"canvas-workpad:workpad-a474e74b-aedc-47c3-894a-db77e62c41e0","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [canvas-workpad] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"map:5dd88580-1906-11e9-919b-ffe5949a18d2","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"canvas-workpad-template:workpad-template-6181471b-147d-4397-a0d3-1c0f1600fa12","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [canvas-workpad-template] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"epm-packages:endpoint","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [epm-packages] within [_doc] is not allowed"},"status":400}]
Maps error:
{"type":"log","@timestamp":"2021-02-15T16:20:34-05:00","tags":["debug","root"],"pid":59110,"message":"shutting root down"}
{"type":"log","@timestamp":"2021-02-15T16:20:34-05:00","tags":["fatal","root"],"pid":59110,"message":"Error: Unable to complete saved object migrations for the [.kibana] index. Please check the health of your Elasticsearch cluster and try again. Error: pickupUpdatedMappings task failed with the following failures:\n[{\"index\":\".kibana_7.12.0_001\",\"type\":\"_doc\",\"id\":\"map:de71f4f0-1902-11e9-919b-ffe5949a18d2\",\"cause\":{\"type\":\"strict_dynamic_mapping_exception\",\"reason\":\"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed\"},\"status\":400},{\"index\":\".kibana_7.12.0_001\",\"type\":\"_doc\",\"id\":\"map:2c9c1f60-1909-11e9-919b-ffe5949a18d2\",\"cause\":{\"type\":\"strict_dynamic_mapping_exception\",\"reason\":\"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed\"},\"status\":400},{\"index\":\".kibana_7.12.0_001\",\"type\":\"_doc\",\"id\":\"map:5dd88580-1906-11e9-919b-ffe5949a18d2\",\"cause\":{\"type\":\"strict_dynamic_mapping_exception\",\"reason\":\"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed\"},\"status\":400},{\"index\":\".kibana_7.12.0_001\",\"type\":\"_doc\",\"id\":\"epm-packages:endpoint\",\"cause\":{\"type\":\"strict_dynamic_mapping_exception\",\"reason\":\"mapping set to strict, dynamic introduction of [epm-packages] within [_doc] is not allowed\"},\"status\":400}]\n    at migrationStateActionMachine (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/core/server/saved_objects/migrationsv2/migrations_state_action_machine.js:141:11)\n    at processTicksAndRejections (internal/process/task_queues.js:93:5)\n    at async Promise.all (index 0)\n    at SavedObjectsService.start (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/core/server/saved_objects/saved_objects_service.js:163:7)\n    at Server.start (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/core/server/server.js:283:31)\n    at Root.start (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/core/server/root/index.js:58:14)\n    at bootstrap (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/core/server/bootstrap.js:100:5)\n    at Command.<anonymous> (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/cli/serve/serve.js:169:5)"}
 FATAL  Error: Unable to complete saved object migrations for the [.kibana] index. Please check the health of your Elasticsearch cluster and try again. Error: pickupUpdatedMappings task failed with the following failures:
[{"index":".kibana_7.12.0_001","type":"_doc","id":"map:de71f4f0-1902-11e9-919b-ffe5949a18d2","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"map:2c9c1f60-1909-11e9-919b-ffe5949a18d2","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"map:5dd88580-1906-11e9-919b-ffe5949a18d2","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed"},"status":400},{"index":".kibana_7.12.0_001","type":"_doc","id":"epm-packages:endpoint","cause":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [epm-packages] within [_doc] is not allowed"},"status":400}]
Trying to start the cluster after enabling both maps and canvas apps
 Error: Unable to complete saved object migrations for the [.kibana] index. Please check the health of your Elasticsearch cluster and try again. Error: [{"index":{"error":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed"}}},{"index":{"error":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed"}}},{"index":{"error":{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed"}}}]

{"type":"log","@timestamp":"2021-02-15T16:21:30-05:00","tags":["error","savedobjects-service"],"pid":59123,"message":"Error: [{\"index\":{\"error\":{\"type\":\"strict_dynamic_mapping_exception\",\"reason\":\"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed\"}}},{\"index\":{\"error\":{\"type\":\"strict_dynamic_mapping_exception\",\"reason\":\"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed\"}}},{\"index\":{\"error\":{\"type\":\"strict_dynamic_mapping_exception\",\"reason\":\"mapping set to strict, dynamic introduction of [map] within [_doc] is not allowed\"}}}]\n    at /Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/core/server/saved_objects/migrationsv2/actions/index.js:707:13\n    at processTicksAndRejections (internal/process/task_queues.js:93:5)\n    at stateActionMachine (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/core/server/saved_objects/migrationsv2/state_action_machine.js:63:28)\n    at migrationStateActionMachine (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/core/server/saved_objects/migrationsv2/migrations_state_action_machine.js:78:24)\n    at async Promise.all (index 0)\n    at SavedObjectsService.start (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/core/server/saved_objects/saved_objects_service.js:163:7)\n    at Server.start (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/core/server/server.js:283:31)\n    at Root.start (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/core/server/root/index.js:58:14)\n    at bootstrap (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/core/server/bootstrap.js:100:5)\n    at Command.<anonymous> (/Users/bhavyarajumandya/Desktop/release_7.12_snapshot/kibana-7.12.0-SNAPSHOT-darwin-x86_64/src/cli/serve/serve.js:169:5)"}
{"type":"log","@timestamp":"2021-02-15T16:21:30-05:00","tags":["error","savedobjects-service"],"pid":59123,"message":"[.kibana] migration failed, dumping execution log:"}
{"type":"log","@timestamp":"2021-02-15T16:21:30-05:00","tags":["info","savedobjects-service"],"pid":59123,"_tag":"Right","right":{".kibana_1":{"aliases":{".kibana":{}},"mappings":{"dynamic":"strict","_meta":{"migrationMappingPropertyHashes":{"ml-telemetry":"257fd1d4b4fdbb9cb4b8a3b27da201e9","visualization":"f819cf6636b75c9e76ba733a0c6ef355","endpoint:user-artifact":"4a11183eee21e6fbad864f7a30b39ad0","references":"7997cf5a56cc02bdc9c93361bde732b0","graph-workspace":"27a94b2edcb0610c6aea54a7c56d7752","ml-job":"3bb64c31915acf93fc724af137a0891b","epm-packages":"2b83397e3eaaaa8ef15e38813f3721c3","cases-connector-mappings":"6bc7e49411d38be4969dc6aa8bd43776","type":"2f4316de49999235636386fe51dc06c1","ui-counter":"0d409297dc5ebe1e3a1da691c6ee32e3","space":"c5ca8acafa0beaa4d08d014a97b6bc6b","infrastructure-ui-source":"3d1b76c39bfb2cc8296b024d73854724","api_key_pending_invalidation":"16f515278a295f6245149ad7c5ddedb7","ingest_manager_settings":"02a03095f0e05b7a538fa801b88a217f","application_usage_totals":"3d1b76c39bfb2cc8296b024d73854724","spaces-usage-stats":"3d1b76c39bfb2cc8296b024d73854724","action":"6e96ac5e648f57523879661ea72525b7","tag":"83d55da58f6530f7055415717ec06474","dashboard":"40554caf09725935e2c02e02563a2d07","metrics-explorer-view":"3d1b76c39bfb2cc8296b024d73854724","siem-detection-engine-rule-actions":"6569b288c169539db10cb262bf79de18","security-solution-signals-migration":"72761fd374ca11122ac8025a92b84fca","query":"11aaeb7f5f7fa5bb43f25e18ce26e7d9","file-upload-telemetry":"0ed4d3e1983d1217a30982630897092e","application_usage_transactional":"3d1b76c39bfb2cc8296b024d73854724","action_task_params":"a9d49f184ee89641044be0ca2950fa3a","fleet-agent-events":"e20a508b6e805189356be381dbfac8db","apm-indices":"9bb9b2bf1fa636ed8619cbab5ce6a1dd","inventory-view":"3d1b76c39bfb2cc8296b024d73854724","canvas-workpad-template":"ae2673f678281e2c055d764b153e9715","upgrade-assistant-reindex-operation":"215107c281839ea9b3ad5f6419819763","cases-comments":"8a50736330e953bca91747723a319593","fleet-enrollment-api-keys":"a69ef7ae661dab31561d6c6f052ef2a7","canvas-element":"7390014e1091044523666d97247392fc","core-usage-stats":"3d1b76c39bfb2cc8296b024d73854724","ingest-outputs":"8854f34453a47e26f86a29f8f3b80b4e","telemetry":"36a616f7026dfa617d6655df850fe16d","lens-ui-telemetry":"509bfa5978586998e05f9e303c07a327","upgrade-assistant-telemetry":"56702cec857e0a9dacfb696655b4ff7b","namespaces":"2f4316de49999235636386fe51dc06c1","application_usage_daily":"43b8830d5d0df85a6823d290885fc9fd","siem-ui-timeline-note":"8874706eedc49059d4cf0f5094559084","lens":"52346cfec69ff7b47d5f0c12361a2797","exception-list-agnostic":"67f055ab8c10abd7b2ebfd969b836788","sample-data-telemetry":"7d3cfeb915303c9641c59681967ffeb4","exception-list":"67f055ab8c10abd7b2ebfd969b836788","fleet-agent-actions":"9511b565b1cc6441a42033db3d5de8e9","monitoring-telemetry":"2669d5ec15e82391cf58df4294ee9c68","search":"43012c7ebc4cb57054e0a490e4b43023","app_search_telemetry":"3d1b76c39bfb2cc8296b024d73854724","originId":"2f4316de49999235636386fe51dc06c1","background-session":"dfd06597e582fdbbbc09f1a3615e6ce0","updated_at":"00da57df13e94e9d98437d13ace4bfe0","cases-configure":"387c5f3a3bda7e0ae0dd4e106f914a69","search-telemetry":"3d1b76c39bfb2cc8296b024d73854724","canvas-workpad":"b0a1706d356228dbdcb4a17e6b9eb231","alert":"49eb3350984bd2a162914d3776e70cfb","siem-detection-engine-rule-status":"ae783f41c6937db6b7a2ef5c93a9e9b0","map":"4a05b35c3a3a58fbc72dd0202dc3487f","ingest-package-policies":"c91ca97b1ff700f0fc64dc6b13d65a85","uptime-dynamic-settings":"3d1b76c39bfb2cc8296b024d73854724","cases":"0b7746a97518ec67b787d141886ad3c1","apm-telemetry":"3d1b76c39bfb2cc8296b024d73854724","siem-ui-timeline":"d624a677e25046b56e4f111a7b2cc402","kql-telemetry":"d12a98a6f19a2d273696597547e064ee","ui-metric":"0d409297dc5ebe1e3a1da691c6ee32e3","url":"c7f66a0df8b1b52f17c28c4adb111105","enterprise_search_telemetry":"3d1b76c39bfb2cc8296b024d73854724","endpoint:user-artifact-manifest":"4b9c0e7cfaf86d82a7ee9ed68065e50d","migrationVersion":"4a1746014a75ade3a714e1db5763276f","index-pattern":"45915a1ad866812242df474eb0479052","fleet-agents":"cb661e8ede2b640c42c8e5ef99db0683","maps-telemetry":"5ef305b18111b77789afefbd36b66171","namespace":"2f4316de49999235636386fe51dc06c1","cases-user-actions":"32277330ec6b721abe3b846cfd939a71","timelion-sheet":"9a2a2748877c7a7b582fef201ab1d4cf","siem-ui-timeline-pinned-event":"20638091112f0e14f0e443d512301c29","config":"c63748b75f39d0c54de12d12c1ccbc20","tsvb-validation-telemetry":"3a37ef6c8700ae6fc97d5c7da00e9215","ingest-agent-policies":"8b0733cce189659593659dad8db426f0","workplace_search_telemetry":"3d1b76c39bfb2cc8296b024d73854724"}},"properties":{"action":{"properties":{"actionTypeId":{"type":"keyword"},"config":{"type":"object","enabled":false},"name":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"secrets":{"type":"binary"}}},"action_task_params":{"properties":{"actionId":{"type":"keyword"},"apiKey":{"type":"binary"},"params":{"type":"object","enabled":false}}},"alert":{"properties":{"actions":{"type":"nested","properties":{"actionRef":{"type":"keyword"},"actionTypeId":{"type":"keyword"},"group":{"type":"keyword"},"params":{"type":"object","enabled":false}}},"alertTypeId":{"type":"keyword"},"apiKey":{"type":"binary"},"apiKeyOwner":{"type":"keyword"},"consumer":{"type":"keyword"},"createdAt":{"type":"date"},"createdBy":{"type":"keyword"},"enabled":{"type":"boolean"},"executionStatus":{"properties":{"error":{"properties":{"message":{"type":"keyword"},"reason":{"type":"keyword"}}},"lastExecutionDate":{"type":"date"},"status":{"type":"keyword"}}},"meta":{"properties":{"versionApiKeyLastmodified":{"type":"keyword"}}},"muteAll":{"type":"boolean"},"mutedInstanceIds":{"type":"keyword"},"name":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"notifyWhen":{"type":"keyword"},"params":{"type":"object","enabled":false},"schedule":{"properties":{"interval":{"type":"keyword"}}},"scheduledTaskId":{"type":"keyword"},"tags":{"type":"keyword"},"throttle":{"type":"keyword"},"updatedAt":{"type":"date"},"updatedBy":{"type":"keyword"}}},"api_key_pending_invalidation":{"properties":{"apiKeyId":{"type":"keyword"},"createdAt":{"type":"date"}}},"apm-indices":{"properties":{"apm_oss":{"properties":{"errorIndices":{"type":"keyword"},"metricsIndices":{"type":"keyword"},"onboardingIndices":{"type":"keyword"},"sourcemapIndices":{"type":"keyword"},"spanIndices":{"type":"keyword"},"transactionIndices":{"type":"keyword"}}}}},"apm-telemetry":{"type":"object","dynamic":"false"},"app_search_telemetry":{"type":"object","dynamic":"false"},"application_usage_daily":{"dynamic":"false","properties":{"timestamp":{"type":"date"}}},"application_usage_totals":{"type":"object","dynamic":"false"},"application_usage_transactional":{"type":"object","dynamic":"false"},"background-session":{"properties":{"appId":{"type":"keyword"},"created":{"type":"date"},"expires":{"type":"date"},"idMapping":{"type":"object","enabled":false},"initialState":{"type":"object","enabled":false},"name":{"type":"keyword"},"restoreState":{"type":"object","enabled":false},"sessionId":{"type":"keyword"},"status":{"type":"keyword"},"urlGeneratorId":{"type":"keyword"}}},"canvas-element":{"dynamic":"false","properties":{"@created":{"type":"date"},"@timestamp":{"type":"date"},"content":{"type":"text"},"help":{"type":"text"},"image":{"type":"text"},"name":{"type":"text","fields":{"keyword":{"type":"keyword"}}}}},"canvas-workpad":{"dynamic":"false","properties":{"@created":{"type":"date"},"@timestamp":{"type":"date"},"name":{"type":"text","fields":{"keyword":{"type":"keyword"}}}}},"canvas-workpad-template":{"dynamic":"false","properties":{"help":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"name":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"tags":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"template_key":{"type":"keyword"}}},"cases":{"properties":{"closed_at":{"type":"date"},"closed_by":{"properties":{"email":{"type":"keyword"},"full_name":{"type":"keyword"},"username":{"type":"keyword"}}},"connector":{"properties":{"fields":{"properties":{"key":{"type":"text"},"value":{"type":"text"}}},"id":{"type":"keyword"},"name":{"type":"text"},"type":{"type":"keyword"}}},"created_at":{"type":"date"},"created_by":{"properties":{"email":{"type":"keyword"},"full_name":{"type":"keyword"},"username":{"type":"keyword"}}},"description":{"type":"text"},"external_service":{"properties":{"connector_id":{"type":"keyword"},"connector_name":{"type":"keyword"},"external_id":{"type":"keyword"},"external_title":{"type":"text"},"external_url":{"type":"text"},"pushed_at":{"type":"date"},"pushed_by":{"properties":{"email":{"type":"keyword"},"full_name":{"type":"keyword"},"username":{"type":"keyword"}}}}},"settings":{"properties":{"syncAlerts":{"type":"boolean"}}},"status":{"type":"keyword"},"tags":{"type":"keyword"},"title":{"type":"keyword"},"updated_at":{"type":"date"},"updated_by":{"properties":{"email":{"type":"keyword"},"full_name":{"type":"keyword"},"username":{"type":"keyword"}}}}},"cases-comments":{"properties":{"alertId":{"type":"keyword"},"comment":{"type":"text"},"created_at":{"type":"date"},"created_by":{"properties":{"email":{"type":"keyword"},"full_name":{"type":"keyword"},"username":{"type":"keyword"}}},"index":{"type":"keyword"},"pushed_at":{"type":"date"},"pushed_by":{"properties":{"email":{"type":"keyword"},"full_name":{"type":"keyword"},"username":{"type":"keyword"}}},"type":{"type":"keyword"},"updated_at":{"type":"date"},"updated_by":{"properties":{"email":{"type":"keyword"},"full_name":{"type":"keyword"},"username":{"type":"keyword"}}}}},"cases-configure":{"properties":{"closure_type":{"type":"keyword"},"connector":{"properties":{"fields":{"properties":{"key":{"type":"text"},"value":{"type":"text"}}},"id":{"type":"keyword"},"name":{"type":"text"},"type":{"type":"keyword"}}},"created_at":{"type":"date"},"created_by":{"properties":{"email":{"type":"keyword"},"full_name":{"type":"keyword"},"username":{"type":"keyword"}}},"updated_at":{"type":"date"},"updated_by":{"properties":{"email":{"type":"keyword"},"full_name":{"type":"keyword"},"username":{"type":"keyword"}}}}},"cases-connector-mappings":{"properties":{"mappings":{"properties":{"action_type":{"type":"keyword"},"source":{"type":"keyword"},"target":{"type":"keyword"}}}}},"cases-user-actions":{"properties":{"action":{"type":"keyword"},"action_at":{"type":"date"},"action_by":{"properties":{"email":{"type":"keyword"},"full_name":{"type":"keyword"},"username":{"type":"keyword"}}},"action_field":{"type":"keyword"},"new_value":{"type":"text"},"old_value":{"type":"text"}}},"config":{"dynamic":"false","properties":{"buildNum":{"type":"keyword"}}},"core-usage-stats":{"type":"object","dynamic":"false"},"dashboard":{"properties":{"description":{"type":"text"},"hits":{"type":"integer","index":false,"doc_values":false},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"text","index":false}}},"optionsJSON":{"type":"text","index":false},"panelsJSON":{"type":"text","index":false},"refreshInterval":{"properties":{"display":{"type":"keyword","index":false,"doc_values":false},"pause":{"type":"boolean","doc_values":false,"index":false},"section":{"type":"integer","index":false,"doc_values":false},"value":{"type":"integer","index":false,"doc_values":false}}},"timeFrom":{"type":"keyword","index":false,"doc_values":false},"timeRestore":{"type":"boolean","doc_values":false,"index":false},"timeTo":{"type":"keyword","index":false,"doc_values":false},"title":{"type":"text"},"version":{"type":"integer"}}},"endpoint:user-artifact":{"properties":{"body":{"type":"binary"},"compressionAlgorithm":{"type":"keyword","index":false},"created":{"type":"date","index":false},"decodedSha256":{"type":"keyword","index":false},"decodedSize":{"type":"long","index":false},"encodedSha256":{"type":"keyword"},"encodedSize":{"type":"long","index":false},"encryptionAlgorithm":{"type":"keyword","index":false},"identifier":{"type":"keyword"}}},"endpoint:user-artifact-manifest":{"properties":{"created":{"type":"date","index":false},"ids":{"type":"keyword","index":false},"schemaVersion":{"type":"keyword"},"semanticVersion":{"type":"keyword","index":false}}},"enterprise_search_telemetry":{"type":"object","dynamic":"false"},"epm-packages":{"properties":{"es_index_patterns":{"type":"object","enabled":false},"install_source":{"type":"keyword"},"install_started_at":{"type":"date"},"install_status":{"type":"keyword"},"install_version":{"type":"keyword"},"installed_es":{"type":"nested","properties":{"id":{"type":"keyword"},"type":{"type":"keyword"}}},"installed_kibana":{"type":"nested","properties":{"id":{"type":"keyword"},"type":{"type":"keyword"}}},"internal":{"type":"boolean"},"name":{"type":"keyword"},"removable":{"type":"boolean"},"version":{"type":"keyword"}}},"exception-list":{"properties":{"_tags":{"type":"keyword"},"comments":{"properties":{"comment":{"type":"keyword"},"created_at":{"type":"keyword"},"created_by":{"type":"keyword"},"id":{"type":"keyword"},"updated_at":{"type":"keyword"},"updated_by":{"type":"keyword"}}},"created_at":{"type":"keyword"},"created_by":{"type":"keyword"},"description":{"type":"keyword"},"entries":{"properties":{"entries":{"properties":{"field":{"type":"keyword"},"operator":{"type":"keyword"},"type":{"type":"keyword"},"value":{"type":"keyword","fields":{"text":{"type":"text"}}}}},"field":{"type":"keyword"},"list":{"properties":{"id":{"type":"keyword"},"type":{"type":"keyword"}}},"operator":{"type":"keyword"},"type":{"type":"keyword"},"value":{"type":"keyword","fields":{"text":{"type":"text"}}}}},"immutable":{"type":"boolean"},"item_id":{"type":"keyword"},"list_id":{"type":"keyword"},"list_type":{"type":"keyword"},"meta":{"type":"keyword"},"name":{"type":"keyword"},"os_types":{"type":"keyword"},"tags":{"type":"keyword"},"tie_breaker_id":{"type":"keyword"},"type":{"type":"keyword"},"updated_by":{"type":"keyword"},"version":{"type":"keyword"}}},"exception-list-agnostic":{"properties":{"_tags":{"type":"keyword"},"comments":{"properties":{"comment":{"type":"keyword"},"created_at":{"type":"keyword"},"created_by":{"type":"keyword"},"id":{"type":"keyword"},"updated_at":{"type":"keyword"},"updated_by":{"type":"keyword"}}},"created_at":{"type":"keyword"},"created_by":{"type":"keyword"},"description":{"type":"keyword"},"entries":{"properties":{"entries":{"properties":{"field":{"type":"keyword"},"operator":{"type":"keyword"},"type":{"type":"keyword"},"value":{"type":"keyword","fields":{"text":{"type":"text"}}}}},"field":{"type":"keyword"},"list":{"properties":{"id":{"type":"keyword"},"type":{"type":"keyword"}}},"operator":{"type":"keyword"},"type":{"type":"keyword"},"value":{"type":"keyword","fields":{"text":{"type":"text"}}}}},"immutable":{"type":"boolean"},"item_id":{"type":"keyword"},"list_id":{"type":"keyword"},"list_type":{"type":"keyword"},"meta":{"type":"keyword"},"name":{"type":"keyword"},"os_types":{"type":"keyword"},"tags":{"type":"keyword"},"tie_breaker_id":{"type":"keyword"},"type":{"type":"keyword"},"updated_by":{"type":"keyword"},"version":{"type":"keyword"}}},"file-upload-telemetry":{"properties":{"filesUploadedTotalCount":{"type":"long"}}},"fleet-agent-actions":{"properties":{"ack_data":{"type":"text"},"agent_id":{"type":"keyword"},"created_at":{"type":"date"},"data":{"type":"binary"},"policy_id":{"type":"keyword"},"policy_revision":{"type":"integer"},"sent_at":{"type":"date"},"type":{"type":"keyword"}}},"fleet-agent-events":{"properties":{"action_id":{"type":"keyword"},"agent_id":{"type":"keyword"},"data":{"type":"text"},"message":{"type":"text"},"payload":{"type":"text"},"policy_id":{"type":"keyword"},"stream_id":{"type":"keyword"},"subtype":{"type":"keyword"},"timestamp":{"type":"date"},"type":{"type":"keyword"}}},"fleet-agents":{"properties":{"access_api_key_id":{"type":"keyword"},"active":{"type":"boolean"},"current_error_events":{"type":"text","index":false},"default_api_key":{"type":"binary"},"default_api_key_id":{"type":"keyword"},"enrolled_at":{"type":"date"},"last_checkin":{"type":"date"},"last_checkin_status":{"type":"keyword"},"last_updated":{"type":"date"},"local_metadata":{"type":"flattened"},"packages":{"type":"keyword"},"policy_id":{"type":"keyword"},"policy_revision":{"type":"integer"},"shared_id":{"type":"keyword"},"type":{"type":"keyword"},"unenrolled_at":{"type":"date"},"unenrollment_started_at":{"type":"date"},"updated_at":{"type":"date"},"upgrade_started_at":{"type":"date"},"upgraded_at":{"type":"date"},"user_provided_metadata":{"type":"flattened"},"version":{"type":"keyword"}}},"fleet-enrollment-api-keys":{"properties":{"active":{"type":"boolean"},"api_key":{"type":"binary"},"api_key_id":{"type":"keyword"},"created_at":{"type":"date"},"expire_at":{"type":"date"},"name":{"type":"keyword"},"policy_id":{"type":"keyword"},"type":{"type":"keyword"},"updated_at":{"type":"date"}}},"graph-workspace":{"properties":{"description":{"type":"text"},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"text"}}},"legacyIndexPatternRef":{"type":"text","index":false},"numLinks":{"type":"integer"},"numVertices":{"type":"integer"},"title":{"type":"text"},"version":{"type":"integer"},"wsState":{"type":"text"}}},"index-pattern":{"dynamic":"false","properties":{"title":{"type":"text"},"type":{"type":"keyword"}}},"infrastructure-ui-source":{"type":"object","dynamic":"false"},"ingest-agent-policies":{"properties":{"description":{"type":"text"},"is_default":{"type":"boolean"},"monitoring_enabled":{"type":"keyword","index":false},"name":{"type":"keyword"},"namespace":{"type":"keyword"},"package_policies":{"type":"keyword"},"revision":{"type":"integer"},"status":{"type":"keyword"},"updated_at":{"type":"date"},"updated_by":{"type":"keyword"}}},"ingest-outputs":{"properties":{"ca_sha256":{"type":"keyword","index":false},"config":{"type":"flattened"},"config_yaml":{"type":"text"},"fleet_enroll_password":{"type":"binary"},"fleet_enroll_username":{"type":"binary"},"hosts":{"type":"keyword"},"is_default":{"type":"boolean"},"name":{"type":"keyword"},"type":{"type":"keyword"}}},"ingest-package-policies":{"properties":{"created_at":{"type":"date"},"created_by":{"type":"keyword"},"description":{"type":"text"},"enabled":{"type":"boolean"},"inputs":{"type":"nested","enabled":false,"properties":{"compiled_input":{"type":"flattened"},"config":{"type":"flattened"},"enabled":{"type":"boolean"},"streams":{"type":"nested","properties":{"compiled_stream":{"type":"flattened"},"config":{"type":"flattened"},"data_stream":{"properties":{"dataset":{"type":"keyword"},"type":{"type":"keyword"}}},"enabled":{"type":"boolean"},"id":{"type":"keyword"},"vars":{"type":"flattened"}}},"type":{"type":"keyword"},"vars":{"type":"flattened"}}},"name":{"type":"keyword"},"namespace":{"type":"keyword"},"output_id":{"type":"keyword"},"package":{"properties":{"name":{"type":"keyword"},"title":{"type":"keyword"},"version":{"type":"keyword"}}},"policy_id":{"type":"keyword"},"revision":{"type":"integer"},"updated_at":{"type":"date"},"updated_by":{"type":"keyword"}}},"ingest_manager_settings":{"properties":{"agent_auto_upgrade":{"type":"keyword"},"has_seen_add_data_notice":{"type":"boolean","index":false},"kibana_ca_sha256":{"type":"keyword"},"kibana_urls":{"type":"keyword"},"package_auto_upgrade":{"type":"keyword"}}},"inventory-view":{"type":"object","dynamic":"false"},"kql-telemetry":{"properties":{"optInCount":{"type":"long"},"optOutCount":{"type":"long"}}},"lens":{"properties":{"description":{"type":"text"},"expression":{"type":"keyword","index":false,"doc_values":false},"state":{"type":"flattened"},"title":{"type":"text"},"visualizationType":{"type":"keyword"}}},"lens-ui-telemetry":{"properties":{"count":{"type":"integer"},"date":{"type":"date"},"name":{"type":"keyword"},"type":{"type":"keyword"}}},"map":{"properties":{"description":{"type":"text"},"layerListJSON":{"type":"text"},"mapStateJSON":{"type":"text"},"title":{"type":"text"},"uiStateJSON":{"type":"text"},"version":{"type":"integer"}}},"maps-telemetry":{"type":"object","enabled":false},"metrics-explorer-view":{"type":"object","dynamic":"false"},"migrationVersion":{"dynamic":"true","properties":{"canvas-workpad":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"config":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"dashboard":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"graph-workspace":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"index-pattern":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"lens":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"map":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"search":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"space":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"visualization":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}}}},"ml-job":{"properties":{"datafeed_id":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"job_id":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"type":{"type":"keyword"}}},"ml-telemetry":{"properties":{"file_data_visualizer":{"properties":{"index_creation_count":{"type":"long"}}}}},"monitoring-telemetry":{"properties":{"reportedClusterUuids":{"type":"keyword"}}},"namespace":{"type":"keyword"},"namespaces":{"type":"keyword"},"originId":{"type":"keyword"},"query":{"properties":{"description":{"type":"text"},"filters":{"type":"object","enabled":false},"query":{"properties":{"language":{"type":"keyword"},"query":{"type":"keyword","index":false}}},"timefilter":{"type":"object","enabled":false},"title":{"type":"text"}}},"references":{"type":"nested","properties":{"id":{"type":"keyword"},"name":{"type":"keyword"},"type":{"type":"keyword"}}},"sample-data-telemetry":{"properties":{"installCount":{"type":"long"},"unInstallCount":{"type":"long"}}},"search":{"properties":{"columns":{"type":"keyword","index":false,"doc_values":false},"description":{"type":"text"},"hits":{"type":"integer","index":false,"doc_values":false},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"text","index":false}}},"sort":{"type":"keyword","index":false,"doc_values":false},"title":{"type":"text"},"version":{"type":"integer"}}},"search-telemetry":{"type":"object","dynamic":"false"},"security-solution-signals-migration":{"properties":{"created":{"type":"date","index":false},"createdBy":{"type":"text","index":false},"destinationIndex":{"type":"keyword","index":false},"error":{"type":"text","index":false},"sourceIndex":{"type":"keyword"},"status":{"type":"keyword","index":false},"taskId":{"type":"keyword","index":false},"updated":{"type":"date","index":false},"updatedBy":{"type":"text","index":false},"version":{"type":"long"}}},"siem-detection-engine-rule-actions":{"properties":{"actions":{"properties":{"action_type_id":{"type":"keyword"},"group":{"type":"keyword"},"id":{"type":"keyword"},"params":{"type":"object","enabled":false}}},"alertThrottle":{"type":"keyword"},"ruleAlertId":{"type":"keyword"},"ruleThrottle":{"type":"keyword"}}},"siem-detection-engine-rule-status":{"properties":{"alertId":{"type":"keyword"},"bulkCreateTimeDurations":{"type":"float"},"gap":{"type":"text"},"lastFailureAt":{"type":"date"},"lastFailureMessage":{"type":"text"},"lastLookBackDate":{"type":"date"},"lastSuccessAt":{"type":"date"},"lastSuccessMessage":{"type":"text"},"searchAfterTimeDurations":{"type":"float"},"status":{"type":"keyword"},"statusDate":{"type":"date"}}},"siem-ui-timeline":{"properties":{"columns":{"properties":{"aggregatable":{"type":"boolean"},"category":{"type":"keyword"},"columnHeaderType":{"type":"keyword"},"description":{"type":"text"},"example":{"type":"text"},"id":{"type":"keyword"},"indexes":{"type":"keyword"},"name":{"type":"text"},"placeholder":{"type":"text"},"searchable":{"type":"boolean"},"type":{"type":"keyword"}}},"created":{"type":"date"},"createdBy":{"type":"text"},"dataProviders":{"properties":{"and":{"properties":{"enabled":{"type":"boolean"},"excluded":{"type":"boolean"},"id":{"type":"keyword"},"kqlQuery":{"type":"text"},"name":{"type":"text"},"queryMatch":{"properties":{"displayField":{"type":"text"},"displayValue":{"type":"text"},"field":{"type":"text"},"operator":{"type":"text"},"value":{"type":"text"}}},"type":{"type":"text"}}},"enabled":{"type":"boolean"},"excluded":{"type":"boolean"},"id":{"type":"keyword"},"kqlQuery":{"type":"text"},"name":{"type":"text"},"queryMatch":{"properties":{"displayField":{"type":"text"},"displayValue":{"type":"text"},"field":{"type":"text"},"operator":{"type":"text"},"value":{"type":"text"}}},"type":{"type":"text"}}},"dateRange":{"properties":{"end":{"type":"date"},"start":{"type":"date"}}},"description":{"type":"text"},"eventType":{"type":"keyword"},"excludedRowRendererIds":{"type":"text"},"favorite":{"properties":{"favoriteDate":{"type":"date"},"fullName":{"type":"text"},"keySearch":{"type":"text"},"userName":{"type":"text"}}},"filters":{"properties":{"exists":{"type":"text"},"match_all":{"type":"text"},"meta":{"properties":{"alias":{"type":"text"},"controlledBy":{"type":"text"},"disabled":{"type":"boolean"},"field":{"type":"text"},"formattedValue":{"type":"text"},"index":{"type":"keyword"},"key":{"type":"keyword"},"negate":{"type":"boolean"},"params":{"type":"text"},"type":{"type":"keyword"},"value":{"type":"text"}}},"missing":{"type":"text"},"query":{"type":"text"},"range":{"type":"text"},"script":{"type":"text"}}},"indexNames":{"type":"text"},"kqlMode":{"type":"keyword"},"kqlQuery":{"properties":{"filterQuery":{"properties":{"kuery":{"properties":{"expression":{"type":"text"},"kind":{"type":"keyword"}}},"serializedQuery":{"type":"text"}}}}},"savedQueryId":{"type":"keyword"},"sort":{"dynamic":"false","properties":{"columnId":{"type":"keyword"},"columnType":{"type":"keyword"},"sortDirection":{"type":"keyword"}}},"status":{"type":"keyword"},"templateTimelineId":{"type":"text"},"templateTimelineVersion":{"type":"integer"},"timelineType":{"type":"keyword"},"title":{"type":"text"},"updated":{"type":"date"},"updatedBy":{"type":"text"}}},"siem-ui-timeline-note":{"properties":{"created":{"type":"date"},"createdBy":{"type":"text"},"eventId":{"type":"keyword"},"note":{"type":"text"},"timelineId":{"type":"keyword"},"updated":{"type":"date"},"updatedBy":{"type":"text"}}},"siem-ui-timeline-pinned-event":{"properties":{"created":{"type":"date"},"createdBy":{"type":"text"},"eventId":{"type":"keyword"},"timelineId":{"type":"keyword"},"updated":{"type":"date"},"updatedBy":{"type":"text"}}},"space":{"properties":{"_reserved":{"type":"boolean"},"color":{"type":"keyword"},"description":{"type":"text"},"disabledFeatures":{"type":"keyword"},"imageUrl":{"type":"text","index":false},"initials":{"type":"keyword"},"name":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":2048}}}}},"spaces-usage-stats":{"type":"object","dynamic":"false"},"tag":{"properties":{"color":{"type":"text"},"description":{"type":"text"},"name":{"type":"text"}}},"telemetry":{"properties":{"allowChangingOptInStatus":{"type":"boolean"},"enabled":{"type":"boolean"},"lastReported":{"type":"date"},"lastVersionChecked":{"type":"keyword"},"reportFailureCount":{"type":"integer"},"reportFailureVersion":{"type":"keyword"},"sendUsageFrom":{"type":"keyword"},"userHasSeenNotice":{"type":"boolean"}}},"timelion-sheet":{"properties":{"description":{"type":"text"},"hits":{"type":"integer"},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"text"}}},"timelion_chart_height":{"type":"integer"},"timelion_columns":{"type":"integer"},"timelion_interval":{"type":"keyword"},"timelion_other_interval":{"type":"keyword"},"timelion_rows":{"type":"integer"},"timelion_sheet":{"type":"text"},"title":{"type":"text"},"version":{"type":"integer"}}},"tsvb-validation-telemetry":{"properties":{"failedRequests":{"type":"long"}}},"type":{"type":"keyword"},"ui-counter":{"properties":{"count":{"type":"integer"}}},"ui-metric":{"properties":{"count":{"type":"integer"}}},"updated_at":{"type":"date"},"upgrade-assistant-reindex-operation":{"properties":{"errorMessage":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"indexName":{"type":"keyword"},"lastCompletedStep":{"type":"long"},"locked":{"type":"date"},"newIndexName":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"reindexOptions":{"properties":{"openAndClose":{"type":"boolean"},"queueSettings":{"properties":{"queuedAt":{"type":"long"},"startedAt":{"type":"long"}}}}},"reindexTaskId":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"reindexTaskPercComplete":{"type":"float"},"runningReindexCount":{"type":"integer"},"status":{"type":"integer"}}},"upgrade-assistant-telemetry":{"properties":{"features":{"properties":{"deprecation_logging":{"properties":{"enabled":{"type":"boolean","null_value":true}}}}},"ui_open":{"properties":{"cluster":{"type":"long","null_value":0},"indices":{"type":"long","null_value":0},"overview":{"type":"long","null_value":0}}},"ui_reindex":{"properties":{"close":{"type":"long","null_value":0},"open":{"type":"long","null_value":0},"start":{"type":"long","null_value":0},"stop":{"type":"long","null_value":0}}}}},"uptime-dynamic-settings":{"type":"object","dynamic":"false"},"url":{"properties":{"accessCount":{"type":"long"},"accessDate":{"type":"date"},"createDate":{"type":"date"},"url":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":2048}}}}},"visualization":{"properties":{"description":{"type":"text"},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"text","index":false}}},"savedSearchRefName":{"type":"keyword","index":false,"doc_values":false},"title":{"type":"text"},"uiStateJSON":{"type":"text","index":false},"version":{"type":"integer"},"visState":{"type":"text","index":false}}},"workplace_search_telemetry":{"type":"object","dynamic":"false"}}},"settings":{"index":{"routing":{"allocation":{"include":{"_tier_preference":"data_content"}}},"number_of_shards":"1","auto_expand_replicas":"0-1","blocks":{"write":"true"},"provided_name":".kibana_1","creation_date":"1613418859214","number_of_replicas":"0","uuid":"uji9cjS1Rcus-pbV9PGQ3w","version":{"created":"7110099"}}}}},"message":"[.kibana] INIT RESPONSE"}
{"type":"log","@timestamp":"2021-02-15T16:21:30-05:00","tags":["info","savedobjects-service"],"pid":59123,"controlState":"SET_SOURCE_WRITE_BLOCK","indexPrefix":".kibana","legacyIndex":".kibana","currentAlias":".kibana","versionAlias":".kibana_7.12.0","versionIndex":".kibana_7.12.0_001","tempIndex":".kibana_7.12.0_reindex_temp","kibanaVersion":"7.12.0","preMigrationScript":{"_tag":"None"},"targetIndexMappings":{"dynamic":"strict","properties":{"migrationVersion":{"dynamic":"true","type":"object"},"type":{"type":"keyword"},"namespace":{"type":"keyword"},"namespaces":{"type":"keyword"},"originId":{"type":"keyword"},"updated_at":{"type":"date"},"references":{"type":"nested","properties":{"name":{"type":"keyword"},"type":{"type":"keyword"},"id":{"type":"keyword"}}},"coreMigrationVersion":{"type":"keyword"},"core-usage-stats":{"dynamic":false,"properties":{}},"legacy-url-alias":{"dynamic":false,"properties":{}},"config":{"dynamic":false,"properties":{"buildNum":{"type":"keyword"}}},"telemetry":{"properties":{"enabled":{"type":"boolean"},"sendUsageFrom":{"type":"keyword"},"lastReported":{"type":"date"},"lastVersionChecked":{"type":"keyword"},"userHasSeenNotice":{"type":"boolean"},"reportFailureCount":{"type":"integer"},"reportFailureVersion":{"type":"keyword"},"allowChangingOptInStatus":{"type":"boolean"}}},"ui-counter":{"properties":{"count":{"type":"integer"}}},"ui-metric":{"properties":{"count":{"type":"integer"}}},"application_usage_totals":{"dynamic":false,"properties":{}},"application_usage_daily":{"dynamic":false,"properties":{"timestamp":{"type":"date"}}},"application_usage_transactional":{"dynamic":false,"properties":{}},"url":{"properties":{"accessCount":{"type":"long"},"accessDate":{"type":"date"},"createDate":{"type":"date"},"url":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":2048}}}}},"query":{"properties":{"title":{"type":"text"},"description":{"type":"text"},"query":{"properties":{"language":{"type":"keyword"},"query":{"type":"keyword","index":false}}},"filters":{"type":"object","enabled":false},"timefilter":{"type":"object","enabled":false}}},"kql-telemetry":{"properties":{"optInCount":{"type":"long"},"optOutCount":{"type":"long"}}},"index-pattern":{"dynamic":false,"properties":{"title":{"type":"text"},"type":{"type":"keyword"}}},"search-telemetry":{"dynamic":false,"properties":{}},"sample-data-telemetry":{"properties":{"installCount":{"type":"long"},"unInstallCount":{"type":"long"}}},"file-upload-usage-collection-telemetry":{"properties":{"file_upload":{"properties":{"index_creation_count":{"type":"long"}}}}},"visualization":{"properties":{"description":{"type":"text"},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"text","index":false}}},"savedSearchRefName":{"type":"keyword","index":false,"doc_values":false},"title":{"type":"text"},"uiStateJSON":{"type":"text","index":false},"version":{"type":"integer"},"visState":{"type":"text","index":false}}},"search-session":{"properties":{"persisted":{"type":"boolean"},"sessionId":{"type":"keyword"},"name":{"type":"keyword"},"created":{"type":"date"},"expires":{"type":"date"},"touched":{"type":"date"},"status":{"type":"keyword"},"appId":{"type":"keyword"},"urlGeneratorId":{"type":"keyword"},"initialState":{"type":"object","enabled":false},"restoreState":{"type":"object","enabled":false},"idMapping":{"type":"object","enabled":false}}},"canvas-element":{"dynamic":false,"properties":{"name":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"help":{"type":"text"},"content":{"type":"text"},"image":{"type":"text"},"@timestamp":{"type":"date"},"@created":{"type":"date"}}},"canvas-workpad":{"dynamic":false,"properties":{"name":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"@timestamp":{"type":"date"},"@created":{"type":"date"}}},"canvas-workpad-template":{"dynamic":false,"properties":{"name":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"help":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"tags":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"template_key":{"type":"keyword"}}},"graph-workspace":{"properties":{"description":{"type":"text"},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"text"}}},"numLinks":{"type":"integer"},"numVertices":{"type":"integer"},"title":{"type":"text"},"version":{"type":"integer"},"wsState":{"type":"text"},"legacyIndexPatternRef":{"type":"text","index":false}}},"timelion-sheet":{"properties":{"description":{"type":"text"},"hits":{"type":"integer"},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"text"}}},"timelion_chart_height":{"type":"integer"},"timelion_columns":{"type":"integer"},"timelion_interval":{"type":"keyword"},"timelion_other_interval":{"type":"keyword"},"timelion_rows":{"type":"integer"},"timelion_sheet":{"type":"text"},"title":{"type":"text"},"version":{"type":"integer"}}},"dashboard":{"properties":{"description":{"type":"text"},"hits":{"type":"integer","index":false,"doc_values":false},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"text","index":false}}},"optionsJSON":{"type":"text","index":false},"panelsJSON":{"type":"text","index":false},"refreshInterval":{"properties":{"display":{"type":"keyword","index":false,"doc_values":false},"pause":{"type":"boolean","index":false,"doc_values":false},"section":{"type":"integer","index":false,"doc_values":false},"value":{"type":"integer","index":false,"doc_values":false}}},"timeFrom":{"type":"keyword","index":false,"doc_values":false},"timeRestore":{"type":"boolean","index":false,"doc_values":false},"timeTo":{"type":"keyword","index":false,"doc_values":false},"title":{"type":"text"},"version":{"type":"integer"}}},"search":{"properties":{"columns":{"type":"keyword","index":false,"doc_values":false},"description":{"type":"text"},"hideChart":{"type":"boolean","index":false,"doc_values":false},"hits":{"type":"integer","index":false,"doc_values":false},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"text","index":false}}},"sort":{"type":"keyword","index":false,"doc_values":false},"title":{"type":"text"},"grid":{"type":"object","enabled":false},"version":{"type":"integer"},"pre712":{"type":"boolean"}}},"space":{"properties":{"name":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":2048}}},"description":{"type":"text"},"initials":{"type":"keyword"},"color":{"type":"keyword"},"disabledFeatures":{"type":"keyword"},"imageUrl":{"type":"text","index":false},"_reserved":{"type":"boolean"}}},"spaces-usage-stats":{"dynamic":false,"properties":{}},"tag":{"properties":{"name":{"type":"text"},"description":{"type":"text"},"color":{"type":"text"}}},"maps-telemetry":{"type":"object","enabled":false},"map":{"properties":{"description":{"type":"text"},"title":{"type":"text"},"version":{"type":"integer"},"mapStateJSON":{"type":"text"},"layerListJSON":{"type":"text"},"uiStateJSON":{"type":"text"},"bounds":{"dynamic":false,"properties":{}}}},"lens":{"properties":{"title":{"type":"text"},"description":{"type":"text"},"visualizationType":{"type":"keyword"},"state":{"type":"flattened"},"expression":{"index":false,"doc_values":false,"type":"keyword"}}},"lens-ui-telemetry":{"properties":{"name":{"type":"keyword"},"type":{"type":"keyword"},"date":{"type":"date"},"count":{"type":"integer"}}},"exception-list-agnostic":{"properties":{"_tags":{"type":"keyword"},"created_at":{"type":"keyword"},"created_by":{"type":"keyword"},"description":{"type":"keyword"},"immutable":{"type":"boolean"},"list_id":{"type":"keyword"},"list_type":{"type":"keyword"},"meta":{"type":"keyword"},"name":{"type":"keyword"},"tags":{"type":"keyword"},"tie_breaker_id":{"type":"keyword"},"type":{"type":"keyword"},"updated_by":{"type":"keyword"},"version":{"type":"keyword"},"comments":{"properties":{"comment":{"type":"keyword"},"created_at":{"type":"keyword"},"created_by":{"type":"keyword"},"id":{"type":"keyword"},"updated_at":{"type":"keyword"},"updated_by":{"type":"keyword"}}},"entries":{"properties":{"entries":{"properties":{"field":{"type":"keyword"},"operator":{"type":"keyword"},"type":{"type":"keyword"},"value":{"fields":{"text":{"type":"text"}},"type":"keyword"}}},"field":{"type":"keyword"},"list":{"properties":{"id":{"type":"keyword"},"type":{"type":"keyword"}}},"operator":{"type":"keyword"},"type":{"type":"keyword"},"value":{"fields":{"text":{"type":"text"}},"type":"keyword"}}},"item_id":{"type":"keyword"},"os_types":{"type":"keyword"}}},"exception-list":{"properties":{"_tags":{"type":"keyword"},"created_at":{"type":"keyword"},"created_by":{"type":"keyword"},"description":{"type":"keyword"},"immutable":{"type":"boolean"},"list_id":{"type":"keyword"},"list_type":{"type":"keyword"},"meta":{"type":"keyword"},"name":{"type":"keyword"},"tags":{"type":"keyword"},"tie_breaker_id":{"type":"keyword"},"type":{"type":"keyword"},"updated_by":{"type":"keyword"},"version":{"type":"keyword"},"comments":{"properties":{"comment":{"type":"keyword"},"created_at":{"type":"keyword"},"created_by":{"type":"keyword"},"id":{"type":"keyword"},"updated_at":{"type":"keyword"},"updated_by":{"type":"keyword"}}},"entries":{"properties":{"entries":{"properties":{"field":{"type":"keyword"},"operator":{"type":"keyword"},"type":{"type":"keyword"},"value":{"fields":{"text":{"type":"text"}},"type":"keyword"}}},"field":{"type":"keyword"},"list":{"properties":{"id":{"type":"keyword"},"type":{"type":"keyword"}}},"operator":{"type":"keyword"},"type":{"type":"keyword"},"value":{"fields":{"text":{"type":"text"}},"type":"keyword"}}},"item_id":{"type":"keyword"},"os_types":{"type":"keyword"}}},"upgrade-assistant-reindex-operation":{"properties":{"reindexTaskId":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"indexName":{"type":"keyword"},"newIndexName":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"status":{"type":"integer"},"locked":{"type":"date"},"lastCompletedStep":{"type":"long"},"errorMessage":{"type":"text","fields":{"keyword":{"type":"keyword","ignore_above":256}}},"reindexTaskPercComplete":{"type":"float"},"runningReindexCount":{"type":"integer"},"reindexOptions":{"properties":{"openAndClose":{"type":"boolean"},"queueSettings":{"properties":{"queuedAt":{"type":"long"},"startedAt":{"type":"long"}}}}}}},"upgrade-assistant-telemetry":{"properties":{"ui_open":{"properties":{"overview":{"type":"long","null_value":0},"cluster":{"type":"long","null_value":0},"indices":{"type":"long","null_value":0}}},"ui_reindex":{"properties":{"close":{"type":"long","null_value":0},"open":{"type":"long","null_value":0},"start":{"type":"long","null_value":0},"stop":{"type":"long","null_value":0}}},"features":{"properties":{"deprecation_logging":{"properties":{"enabled":{"type":"boolean","null_value":true}}}}}}},"enterprise_search_telemetry":{"dynamic":false,"properties":{}},"app_search_telemetry":{"dynamic":false,"properties":{}},"workplace_search_telemetry":{"dynamic":false,"properties":{}},"ml-job":{"properties":{"job_id":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"datafeed_id":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"type":{"type":"keyword"}}},"action":{"properties":{"name":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"actionTypeId":{"type":"keyword"},"config":{"enabled":false,"type":"object"},"secrets":{"type":"binary"}}},"action_task_params":{"properties":{"actionId":{"type":"keyword"},"params":{"enabled":false,"type":"object"},"apiKey":{"type":"binary"}}},"alert":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"text","fields":{"keyword":{"type":"keyword"}}},"tags":{"type":"keyword"},"alertTypeId":{"type":"keyword"},"schedule":{"properties":{"interval":{"type":"keyword"}}},"consumer":{"type":"keyword"},"actions":{"type":"nested","properties":{"group":{"type":"keyword"},"actionRef":{"type":"keyword"},"actionTypeId":{"type":"keyword"},"params":{"enabled":false,"type":"object"}}},"params":{"enabled":false,"type":"object"},"scheduledTaskId":{"type":"keyword"},"createdBy":{"type":"keyword"},"updatedBy":{"type":"keyword"},"createdAt":{"type":"date"},"updatedAt":{"type":"date"},"apiKey":{"type":"binary"},"apiKeyOwner":{"type":"keyword"},"throttle":{"type":"keyword"},"notifyWhen":{"type":"keyword"},"muteAll":{"type":"boolean"},"mutedInstanceIds":{"type":"keyword"},"meta":{"properties":{"versionApiKeyLastmodified":{"type":"keyword"}}},"executionStatus":{"properties":{"status":{"type":"keyword"},"lastExecutionDate":{"type":"date"},"error":{"properties":{"reason":{"type":"keyword"},"message":{"type":"keyword"}}}}}}},"api_key_pending_invalidation":{"properties":{"apiKeyId":{"type":"keyword"},"createdAt":{"type":"date"}}},"siem-ui-timeline-note":{"properties":{"timelineId":{"type":"keyword"},"eventId":{"type":"keyword"},"note":{"type":"text"},"created":{"type":"date"},"createdBy":{"type":"text"},"updated":{"type":"date"},"updatedBy":{"type":"text"}}},"siem-ui-timeline-pinned-event":{"properties":{"timelineId":{"type":"keyword"},"eventId":{"type":"keyword"},"created":{"type":"date"},"createdBy":{"type":"text"},"updated":{"type":"date"},"updatedBy":{"type":"text"}}},"siem-detection-engine-rule-actions":{"properties":{"alertThrottle":{"type":"keyword"},"ruleAlertId":{"type":"keyword"},"ruleThrottle":{"type":"keyword"},"actions":{"properties":{"group":{"type":"keyword"},"id":{"type":"keyword"},"action_type_id":{"type":"keyword"},"params":{"type":"object","enabled":false}}}}},"siem-detection-engine-rule-status":{"properties":{"alertId":{"type":"keyword"},"status":{"type":"keyword"},"statusDate":{"type":"date"},"lastFailureAt":{"type":"date"},"lastSuccessAt":{"type":"date"},"lastFailureMessage":{"type":"text"},"lastSuccessMessage":{"type":"text"},"lastLookBackDate":{"type":"date"},"gap":{"type":"text"},"bulkCreateTimeDurations":{"type":"float"},"searchAfterTimeDurations":{"type":"float"}}},"siem-ui-timeline":{"properties":{"columns":{"properties":{"aggregatable":{"type":"boolean"},"category":{"type":"keyword"},"columnHeaderType":{"type":"keyword"},"description":{"type":"text"},"example":{"type":"text"},"indexes":{"type":"keyword"},"id":{"type":"keyword"},"name":{"type":"text"},"placeholder":{"type":"text"},"searchable":{"type":"boolean"},"type":{"type":"keyword"}}},"dataProviders":{"properties":{"id":{"type":"keyword"},"name":{"type":"text"},"enabled":{"type":"boolean"},"excluded":{"type":"boolean"},"kqlQuery":{"type":"text"},"type":{"type":"text"},"queryMatch":{"properties":{"field":{"type":"text"},"displayField":{"type":"text"},"value":{"type":"text"},"displayValue":{"type":"text"},"operator":{"type":"text"}}},"and":{"properties":{"id":{"type":"keyword"},"name":{"type":"text"},"enabled":{"type":"boolean"},"excluded":{"type":"boolean"},"kqlQuery":{"type":"text"},"type":{"type":"text"},"queryMatch":{"properties":{"field":{"type":"text"},"displayField":{"type":"text"},"value":{"type":"text"},"displayValue":{"type":"text"},"operator":{"type":"text"}}}}}}},"description":{"type":"text"},"eventType":{"type":"keyword"},"excludedRowRendererIds":{"type":"text"},"favorite":{"properties":{"keySearch":{"type":"text"},"fullName":{"type":"text"},"userName":{"type":"text"},"favoriteDate":{"type":"date"}}},"filters":{"properties":{"meta":{"properties":{"alias":{"type":"text"},"controlledBy":{"type":"text"},"disabled":{"type":"boolean"},"field":{"type":"text"},"formattedValue":{"type":"text"},"index":{"type":"keyword"},"key":{"type":"keyword"},"negate":{"type":"boolean"},"params":{"type":"text"},"type":{"type":"keyword"},"value":{"type":"text"}}},"exists":{"type":"text"},"match_all":{"type":"text"},"missing":{"type":"text"},"query":{"type":"text"},"range":{"type":"text"},"script":{"type":"text"}}},"indexNames":{"type":"text"},"kqlMode":{"type":"keyword"},"kqlQuery":{"properties":{"filterQuery":{"properties":{"kuery":{"properties":{"kind":{"type":"keyword"},"expression":{"type":"text"}}},"serializedQuery":{"type":"text"}}}}},"title":{"type":"text"},"templateTimelineId":{"type":"text"},"templateTimelineVersion":{"type":"integer"},"timelineType":{"type":"keyword"},"dateRange":{"properties":{"start":{"type":"date"},"end":{"type":"date"}}},"savedQueryId":{"type":"keyword"},"sort":{"dynamic":false,"properties":{"columnId":{"type":"keyword"},"columnType":{"type":"keyword"},"sortDirection":{"type":"keyword"}}},"status":{"type":"keyword"},"created":{"type":"date"},"createdBy":{"type":"text"},"updated":{"type":"date"},"updatedBy":{"type":"text"}}},"endpoint:user-artifact":{"properties":{"identifier":{"type":"keyword"},"compressionAlgorithm":{"type":"keyword","index":false},"encryptionAlgorithm":{"type":"keyword","index":false},"encodedSha256":{"type":"keyword"},"encodedSize":{"type":"long","index":false},"decodedSha256":{"type":"keyword","index":false},"decodedSize":{"type":"long","index":false},"created":{"type":"date","index":false},"body":{"type":"binary"}}},"endpoint:user-artifact-manifest":{"properties":{"created":{"type":"date","index":false},"schemaVersion":{"type":"keyword"},"semanticVersion":{"type":"keyword","index":false},"artifacts":{"type":"nested","properties":{"policyId":{"type":"keyword","index":false},"artifactId":{"type":"keyword","index":false}}}}},"security-solution-signals-migration":{"properties":{"sourceIndex":{"type":"keyword"},"destinationIndex":{"type":"keyword","index":false},"version":{"type":"long"},"error":{"type":"text","index":false},"taskId":{"type":"keyword","index":false},"status":{"type":"keyword","index":false},"created":{"type":"date","index":false},"createdBy":{"type":"text","index":false},"updated":{"type":"date","index":false},"updatedBy":{"type":"text","index":false}}},"cases-comments":{"properties":{"comment":{"type":"text"},"type":{"type":"keyword"},"alertId":{"type":"keyword"},"index":{"type":"keyword"},"created_at":{"type":"date"},"created_by":{"properties":{"full_name":{"type":"keyword"},"username":{"type":"keyword"},"email":{"type":"keyword"}}},"pushed_at":{"type":"date"},"pushed_by":{"properties":{"username":{"type":"keyword"},"full_name":{"type":"keyword"},"email":{"type":"keyword"}}},"updated_at":{"type":"date"},"updated_by":{"properties":{"username":{"type":"keyword"},"full_name":{"type":"keyword"},"email":{"type":"keyword"}}}}},"cases-configure":{"properties":{"created_at":{"type":"date"},"created_by":{"properties":{"email":{"type":"keyword"},"username":{"type":"keyword"},"full_name":{"type":"keyword"}}},"connector":{"properties":{"id":{"type":"keyword"},"name":{"type":"text"},"type":{"type":"keyword"},"fields":{"properties":{"key":{"type":"text"},"value":{"type":"text"}}}}},"closure_type":{"type":"keyword"},"updated_at":{"type":"date"},"updated_by":{"properties":{"email":{"type":"keyword"},"username":{"type":"keyword"},"full_name":{"type":"keyword"}}}}},"cases-connector-mappings":{"properties":{"mappings":{"properties":{"source":{"type":"keyword"},"target":{"type":"keyword"},"action_type":{"type":"keyword"}}}}},"cases":{"properties":{"closed_at":{"type":"date"},"closed_by":{"properties":{"username":{"type":"keyword"},"full_name":{"type":"keyword"},"email":{"type":"keyword"}}},"created_at":{"type":"date"},"created_by":{"properties":{"username":{"type":"keyword"},"full_name":{"type":"keyword"},"email":{"type":"keyword"}}},"description":{"type":"text"},"connector":{"properties":{"id":{"type":"keyword"},"name":{"type":"text"},"type":{"type":"keyword"},"fields":{"properties":{"key":{"type":"text"},"value":{"type":"text"}}}}},"external_service":{"properties":{"pushed_at":{"type":"date"},"pushed_by":{"properties":{"username":{"type":"keyword"},"full_name":{"type":"keyword"},"email":{"type":"keyword"}}},"connector_id":{"type":"keyword"},"connector_name":{"type":"keyword"},"external_id":{"type":"keyword"},"external_title":{"type":"text"},"external_url":{"type":"text"}}},"title":{"type":"keyword"},"status":{"type":"keyword"},"tags":{"type":"keyword"},"updated_at":{"type":"date"},"updated_by":{"properties":{"username":{"type":"keyword"},"full_name":{"type":"keyword"},"email":{"type":"keyword"}}},"settings":{"properties":{"syncAlerts":{"type":"boolean"}}}}},"cases-user-actions":{"properties":{"action_field":{"type":"keyword"},"action":{"type":"keyword"},"action_at":{"type":"date"},"action_by":{"properties":{"email":{"type":"keyword"},"username":{"type":"keyword"},"full_name":{"type":"keyword"}}},"new_value":{"type":"text"},"old_value":{"type":"text"}}},"infrastructure-ui-source":{"dynamic":false,"properties":{}},"metrics-explorer-view":{"dynamic":false,"properties":{}},"inventory-view":{"dynamic":false,"properties":{}},"monitoring-telemetry":{"properties":{"reportedClusterUuids":{"type":"keyword"}}},"apm-indices":{"properties":{"apm_oss.sourcemapIndices":{"type":"keyword"},"apm_oss.errorIndices":{"type":"keyword"},"apm_oss.onboardingIndices":{"type":"keyword"},"apm_oss.spanIndices":{"type":"keyword"},"apm_oss.transactionIndices":{"type":"keyword"},"apm_oss.metricsIndices":{"type":"keyword"}}},"apm-telemetry":{"dynamic":false,"properties":{}},"uptime-dynamic-settings":{"dynamic":false,"properties":{}}},"_meta":{"migrationMappingPropertyHashes":{"ml-telemetry":"257fd1d4b4fdbb9cb4b8a3b27da201e9","visualization":"f819cf6636b75c9e76ba733a0c6ef355","endpoint:user-artifact":"4a11183eee21e6fbad864f7a30b39ad0","references":"7997cf5a56cc02bdc9c93361bde732b0","graph-workspace":"27a94b2edcb0610c6aea54a7c56d7752","ml-job":"3bb64c31915acf93fc724af137a0891b","epm-packages":"2b83397e3eaaaa8ef15e38813f3721c3","cases-connector-mappings":"6bc7e49411d38be4969dc6aa8bd43776","type":"2f4316de49999235636386fe51dc06c1","ui-counter":"0d409297dc5ebe1e3a1da691c6ee32e3","space":"c5ca8acafa0beaa4d08d014a97b6bc6b","infrastructure-ui-source":"3d1b76c39bfb2cc8296b024d73854724","api_key_pending_invalidation":"16f515278a295f6245149ad7c5ddedb7","ingest_manager_settings":"02a03095f0e05b7a538fa801b88a217f","application_usage_totals":"3d1b76c39bfb2cc8296b024d73854724","spaces-usage-stats":"3d1b76c39bfb2cc8296b024d73854724","action":"6e96ac5e648f57523879661ea72525b7","tag":"83d55da58f6530f7055415717ec06474","dashboard":"40554caf09725935e2c02e02563a2d07","metrics-explorer-view":"3d1b76c39bfb2cc8296b024d73854724","siem-detection-engine-rule-actions":"6569b288c169539db10cb262bf79de18","security-solution-signals-migration":"72761fd374ca11122ac8025a92b84fca","query":"11aaeb7f5f7fa5bb43f25e18ce26e7d9","file-upload-telemetry":"0ed4d3e1983d1217a30982630897092e","application_usage_transactional":"3d1b76c39bfb2cc8296b024d73854724","action_task_params":"a9d49f184ee89641044be0ca2950fa3a","fleet-agent-events":"e20a508b6e805189356be381dbfac8db","apm-indices":"9bb9b2bf1fa636ed8619cbab5ce6a1dd","inventory-view":"3d1b76c39bfb2cc8296b024d73854724","canvas-workpad-template":"ae2673f678281e2c055d764b153e9715","upgrade-assistant-reindex-operation":"215107c281839ea9b3ad5f6419819763","cases-comments":"8a50736330e953bca91747723a319593","fleet-enrollment-api-keys":"a69ef7ae661dab31561d6c6f052ef2a7","canvas-element":"7390014e1091044523666d97247392fc","core-usage-stats":"3d1b76c39bfb2cc8296b024d73854724","ingest-outputs":"8854f34453a47e26f86a29f8f3b80b4e","telemetry":"36a616f7026dfa617d6655df850fe16d","lens-ui-telemetry":"509bfa5978586998e05f9e303c07a327","upgrade-assistant-telemetry":"56702cec857e0a9dacfb696655b4ff7b","namespaces":"2f4316de49999235636386fe51dc06c1","application_usage_daily":"43b8830d5d0df85a6823d290885fc9fd","siem-ui-timeline-note":"8874706eedc49059d4cf0f5094559084","lens":"52346cfec69ff7b47d5f0c12361a2797","exception-list-agnostic":"67f055ab8c10abd7b2ebfd969b836788","sample-data-telemetry":"7d3cfeb915303c9641c59681967ffeb4","exception-list":"67f055ab8c10abd7b2ebfd969b836788","fleet-agent-actions":"9511b565b1cc6441a42033db3d5de8e9","monitoring-telemetry":"2669d5ec15e82391cf58df4294ee9c68","search":"60ef639af0aecf3f6bb6e4fa0e7e5767","app_search_telemetry":"3d1b76c39bfb2cc8296b024d73854724","originId":"2f4316de49999235636386fe51dc06c1","background-session":"dfd06597e582fdbbbc09f1a3615e6ce0","updated_at":"00da57df13e94e9d98437d13ace4bfe0","cases-configure":"387c5f3a3bda7e0ae0dd4e106f914a69","search-telemetry":"3d1b76c39bfb2cc8296b024d73854724","canvas-workpad":"b0a1706d356228dbdcb4a17e6b9eb231","alert":"49eb3350984bd2a162914d3776e70cfb","siem-detection-engine-rule-status":"ae783f41c6937db6b7a2ef5c93a9e9b0","map":"9134b47593116d7953f6adba096fc463","ingest-package-policies":"c91ca97b1ff700f0fc64dc6b13d65a85","uptime-dynamic-settings":"3d1b76c39bfb2cc8296b024d73854724","cases":"0b7746a97518ec67b787d141886ad3c1","apm-telemetry":"3d1b76c39bfb2cc8296b024d73854724","siem-ui-timeline":"d624a677e25046b56e4f111a7b2cc402","kql-telemetry":"d12a98a6f19a2d273696597547e064ee","ui-metric":"0d409297dc5ebe1e3a1da691c6ee32e3","url":"c7f66a0df8b1b52f17c28c4adb111105","enterprise_search_telemetry":"3d1b76c39bfb2cc8296b024d73854724","endpoint:user-artifact-manifest":"a0d7b04ad405eed54d76e279c3727862","migrationVersion":"4a1746014a75ade3a714e1db5763276f","index-pattern":"45915a1ad866812242df474eb0479052","fleet-agents":"cb661e8ede2b640c42c8e5ef99db0683","maps-telemetry":"5ef305b18111b77789afefbd36b66171","namespace":"2f4316de49999235636386fe51dc06c1","cases-user-actions":"32277330ec6b721abe3b846cfd939a71","timelion-sheet":"9a2a2748877c7a7b582fef201ab1d4cf","siem-ui-timeline-pinned-event":"20638091112f0e14f0e443d512301c29","config":"c63748b75f39d0c54de12d12c1ccbc20","tsvb-validation-telemetry":"3a37ef6c8700ae6fc97d5c7da00e9215","ingest-agent-policies":"8b0733cce189659593659dad8db426f0","workplace_search_telemetry":"3d1b76c39bfb2cc8296b024d73854724","coreMigrationVersion":"2f4316de49999235636386fe51dc06c1","legacy-url-alias":"3d1b76c39bfb2cc8296b024d73854724","file-upload-usage-collection-telemetry":"a34fbb8e3263d105044869264860c697","search-session":"652b0a3c58f6c47ea5713423c0d632e9"}}},"tempIndexMappings":{"dynamic":false,"properties":{"type":{"type":"keyword"},"migrationVersion":{"dynamic":"true","type":"object"}}},"outdatedDocumentsQuery":{"bool":{"should":[{"bool":{"must":{"term":{"type":"config"}},"must_not":{"term":{"migrationVersion.config":"7.9.0"}}}},{"bool":{"must":{"term":{"type":"task"}},"must_not":{"term":{"migrationVersion.task":"7.6.0"}}}},{"bool":{"must":{"term":{"type":"index-pattern"}},"must_not":{"term":{"migrationVersion.index-pattern":"7.11.0"}}}},{"bool":{"must":{"term":{"type":"visualization"}},"must_not":{"term":{"migrationVersion.visualization":"7.12.0"}}}},{"bool":{"must":{"term":{"type":"canvas-workpad"}},"must_not":{"term":{"migrationVersion.canvas-workpad":"7.0.0"}}}},{"bool":{"must":{"term":{"type":"graph-workspace"}},"must_not":{"term":{"migrationVersion.graph-workspace":"7.11.0"}}}},{"bool":{"must":{"term":{"type":"dashboard"}},"must_not":{"term":{"migrationVersion.dashboard":"7.11.0"}}}},{"bool":{"must":{"term":{"type":"search"}},"must_not":{"term":{"migrationVersion.search":"7.12.0"}}}},{"bool":{"must":{"term":{"type":"space"}},"must_not":{"term":{"migrationVersion.space":"6.6.0"}}}},{"bool":{"must":{"term":{"type":"map"}},"must_not":{"term":{"migrationVersion.map":"7.12.0"}}}},{"bool":{"must":{"term":{"type":"lens"}},"must_not":{"term":{"migrationVersion.lens":"7.12.0"}}}},{"bool":{"must":{"term":{"type":"exception-list-agnostic"}},"must_not":{"term":{"migrationVersion.exception-list-agnostic":"7.10.0"}}}},{"bool":{"must":{"term":{"type":"exception-list"}},"must_not":{"term":{"migrationVersion.exception-list":"7.10.0"}}}},{"bool":{"must":{"term":{"type":"ml-job"}},"must_not":{"term":{"migrationVersion.ml-job":"7.10.0"}}}},{"bool":{"must":{"term":{"type":"action"}},"must_not":{"term":{"migrationVersion.action":"7.11.0"}}}},{"bool":{"must":{"term":{"type":"alert"}},"must_not":{"term":{"migrationVersion.alert":"7.11.0"}}}},{"bool":{"must":{"term":{"type":"endpoint:user-artifact-manifest"}},"must_not":{"term":{"migrationVersion.endpoint:user-artifact-manifest":"7.12.0"}}}},{"bool":{"must":{"term":{"type":"cases-comments"}},"must_not":{"term":{"migrationVersion.cases-comments":"7.11.0"}}}},{"bool":{"must":{"term":{"type":"cases-configure"}},"must_not":{"term":{"migrationVersion.cases-configure":"7.10.0"}}}},{"bool":{"must":{"term":{"type":"cases"}},"must_not":{"term":{"migrationVersion.cases":"7.11.0"}}}},{"bool":{"must":{"term":{"type":"cases-user-actions"}},"must_not":{"term":{"migrationVersion.cases-user-actions":"7.10.0"}}}},{"bool":{"must":{"term":{"type":"infrastructure-ui-source"}},"must_not":{"term":{"migrationVersion.infrastructure-ui-source":"7.9.0"}}}}]}},"retryCount":0,"retryDelay":0,"logs":[],"sourceIndex":{"_tag":"Some","value":".kibana_1"},"targetIndex":".kibana_7.12.0_001","versionIndexReadyActions":{"_tag":"Some","value":[{"remove":{"index":".kibana_1","alias":".kibana","must_exist":true}},{"add":{"index":".kibana_7.12.0_001","alias":".kibana"}},{"add":{"index":".kibana_7.12.0_001","alias":".kibana_7.12.0"}},{"remove_index":{"index":".kibana_7.12.0_reindex_temp"}}]},"outdatedDocuments":[],"message":"[.kibana] INIT -> SET_SOURCE_WRITE_BLOCK"}
@bhavyarm bhavyarm added bug Fixes for quality problems that affect the customer experience Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc labels Feb 15, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

@bhavyarm bhavyarm added the project:ResilientSavedObjectMigrations Reduce Kibana upgrade failures by making saved object migrations more resilient label Feb 15, 2021
@bhavyarm
Copy link
Contributor Author

I did a quick clean upgrade of 7.11.0 to 7.12.0 without disabling canvas or maps. It went through fine.

@rudolf
Copy link
Contributor

rudolf commented Feb 16, 2021

Closed in #89992. Backport was held up until infra could increase CI timeouts #90839.

@rudolf rudolf closed this as completed Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience project:ResilientSavedObjectMigrations Reduce Kibana upgrade failures by making saved object migrations more resilient Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants