Dev Tools Throwing Storage Quota Error

Hello,

Got the following error while working in Dev Tools Kibana 7.10.2:

Error: Failed to execute 'setItem' on 'Storage': Setting the value of 'sense:hist_elem_1614440073476' exceeded the quota.
    at Storage.set (https://kibqa:5601/36136/bundles/plugin/console/console.chunk.2.js:1:421900)
    at History.addToHistory (https://kibqa:5601/36136/bundles/plugin/console/console.chunk.2.js:1:419636)
    at https://kibqa:5601/36136/bundles/plugin/console/console.chunk.2.js:1:329883
    at Array.forEach (<anonymous>)
    at _callee$ (https://kibqa:5601/36136/bundles/plugin/console/console.chunk.2.js:1:329738)
    at l (https://kibqa:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:982071)
    at Generator._invoke (https://kibqa:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:981824)
    at Generator.forEach.e.<computed> [as next] (https://kibqa:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:982428)
    at use_send_current_request_to_es_asyncGeneratorStep (https://kibqa:5601/36136/bundles/plugin/console/console.chunk.2.js:1:327762)
    at _next (https://kibqa:5601/36136/bundles/plugin/console/console.chunk.2.js:1:328103)

Never had this before, can I increase this quota?

Grtz

Willem

Hi @willemdh

It could be that base64 content is way too big and it leads to error. You did not provide a query sample, but could you try specific fields instead of _source. If it helps, then guess is right.

If not, could you provide more details on what query you are running and amount of data you have.

Regards, Dzmitry