-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:Kibana ManagementFeature label for Data Views, Advanced Setting, Saved Object management pagesFeature label for Data Views, Advanced Setting, Saved Object management pagesTeam:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//blockerbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experiencev7.7.0
Description
Kibana version: Master
Elasticsearch version: Snapshot
Server OS version: Mac OS 10.14.5
Browser version: Chrome 80.0
Browser OS version: Mac OS 10.14.5
Original install method (e.g. download page, yum, from source, etc.):
Describe the bug:
Saved Objects Export fails with status 400.
{"statusCode":400,"error":"Bad Request","message":"[request body.type]: types that failed validation:\n- [request body.type.0]: expected value of type [string] but got [Array]\n- [request body.type.1.6]: config is not exportable"}
Steps to reproduce:
0. Add Kibana Sample Data
- Go to Kibana Management Console > Saved Objects
- In the header of Saved Objects table, select "Export 54 Objects" (there should be 54 from the sample data)
- Click Export All
- Error message is displayed
Expected behavior:
.ndjson file is generated and ready for download.
Errors in browser console (if relevant):
Response:
{"statusCode":400,"error":"Bad Request","message":"[request body.type]: types that failed validation:\n- [request body.type.0]: expected value of type [string] but got [Array]\n- [request body.type.1.6]: config is not exportable"}
Provide logs and/or server output (if relevant):
I don't see anything weird in the server log.
Any additional context:
Selecting individual objects and exporting them succeeds.

This works fine on 7.6.0 so must have been recently introduced.
Metadata
Metadata
Assignees
Labels
Feature:Kibana ManagementFeature label for Data Views, Advanced Setting, Saved Object management pagesFeature label for Data Views, Advanced Setting, Saved Object management pagesTeam:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//blockerbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experiencev7.7.0
