Unexpected token u in JSON at position 0

I have an odd problem, when I try to load 90 days worth of data in Kibana, it fails with the following error

SyntaxError: Unexpected token u in JSON at position 0
    at JSON.parse (<anonymous>)
    at https://10.255.215.203:5601/bundles/commons.bundle.js:3:3397719
    at https://10.255.215.203:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:94842
    at https://10.255.215.203:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:94980
    at u.$digest (https://10.255.215.203:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:100155)
    at https://10.255.215.203:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:102127
    at Yo.completeTask (https://10.255.215.203:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:122692)
    at https://10.255.215.203:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:34257

Close

But the same loads for 30 days at a time, is this a timeout issue of some sort on Elastic thats not producing the right error? We have a LARGE amount of data.

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