Error: Uncaught TypeError: Cannot read property 'scripted' of undefined

Dear All,

Good day! We are currently using ELK stack version 6.7.1 build 20266 on production.

I'm trying to build a dashboard for our security monitoring tool then suddenly encountered the following error after uploading index patterns.

Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.
Arguments: 
[0] _isAMomentObject: true, _isUTC: false, _useUTC: false, _l: undefined, _i: now-15m, _f: undefined, _strict: undefined, _locale: [object Object]
Error
    at Function.createFromInputFallback (https://localhost/built_assets/dlls/vendors.bundle.dll.js:82:102025)
    at https://localhost/built_assets/dlls/vendors.bundle.dll.js:82:113223
    at https://localhost/built_assets/dlls/vendors.bundle.dll.js:82:113274
    at ye (https://localhost/built_assets/dlls/vendors.bundle.dll.js:82:113564)
    at https://localhost/built_assets/dlls/vendors.bundle.dll.js:82:113954
    at ge (https://localhost/built_assets/dlls/vendors.bundle.dll.js:82:114016)
    at pe (https://localhost/built_assets/dlls/vendors.bundle.dll.js:82:114048)
    at e (https://localhost/built_assets/dlls/vendors.bundle.dll.js:82:99054)
    at Function.convertTimeToUTCString (https://localhost/bundles/commons.bundle.js:3:488713)
    at DashboardStateManager.handleTimeChange (https://localhost/bundles/commons.bundle.js:4:434379)
kibana#/dashboard/e3c64770-6cab-11e8-acab-b78fd1091474?_g=h@44136fa&_a=h@4f010da:1 Mixed Content: The page at 'https://localhost/app/kibana#/dashboard/e3c64770-6cab-11e8-acab-b78fd1091474?_g=h@44136fa&_a=h@4f010da' was loaded over HTTPS, but requested an insecure image 'http://www.koiossian.com/public/snort.gif'. This content should also be served over HTTPS.

I'm configuring https://github.com/robcowart/synesis_lite_snort for our IDS/IPS analytics.

I'm looking for assistance and recommendations for troubleshooting this issue.

Thank you!

Are all the the visualizations you've created for the dashboard working properly? I don't think the deprecation warning about the date format is causing your problem.

If something changed in the index pattern and you have a visualization that uses a field which is no longer there, that would cause a problem. And the error from that might be more clear than from a dashboard containing the visualizations.

It looks like you have state:storeInSessionStorage enabled? That probably means you have users using Kibana with Internet Explorer? It shouldn't cause a problem in any case, but you might also try opening Kibana in a new private window (incognito on Chrome) and see if the problem goes away.

Regards,
Lee

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