Export Everything - Missing scrollId

Hello there,
I'm using Kibana 5.4.0 where Kibana is operating behind a web-server and is using x-pack security.
I've created some visualizations and dashboards. When I navigate to management->Saved Objects and click 'Export Everything' I get:

Error: [action_request_validation_exception] Validation Failed: 1: scrollId is missing;
at respond (https://tango.telefonica.com/analytics/bundles/kibana.bundle.js?v=15063:12:2730)
at checkRespForFailure (https://tango.telefonica.com/analytics/bundles/kibana.bundle.js?v=15063:12:1959)
at https://tango.telefonica.com/analytics/bundles/kibana.bundle.js?v=15063:1:9798
at processQueue (https://tango.telefonica.com/analytics/bundles/commons.bundle.js?v=15063:38:23621)
at https://tango.telefonica.com/analytics/bundles/commons.bundle.js?v=15063:38:23888
at Scope.$eval (https://tango.telefonica.com/analytics/bundles/commons.bundle.js?v=15063:39:4619)
at Scope.$digest (https://tango.telefonica.com/analytics/bundles/commons.bundle.js?v=15063:39:2359)
at Scope.$apply (https://tango.telefonica.com/analytics/bundles/commons.bundle.js?v=15063:39:5037)
at done (https://tango.telefonica.com/analytics/bundles/commons.bundle.js?v=15063:37:25027)
at completeRequest (https://tango.telefonica.com/analytics/bundles/commons.bundle.js?v=15063:37:28702)
at XMLHttpRequest.xhr.onload (https://tango.telefonica.com/analytics/bundles/commons.bundle.js?v=15063:37:29634)

The current work-around is to export a file of all my visualizations and a export a separate file with all my dashboards.

I'm not sure of how to trouble-shoot this further. I'm wondering is this issue particular to my set-up or a common problem.
//John.

Hmm, That seems to have been fixed for 5.0... https://github.com/elastic/kibana/pull/5586

Are you sure you're using version 5.4 when you get that error?

However, I do see a failed request on logging in, which might be related.

https://tango.telefonica.com/analytics/api/console/api_server?sense_version=%40%40SENSE_VERSION&apis=es_5_0

returns a 400 with response:
{"statusCode":400,"error":"Bad Request","message":""apis" is a required param."}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.