__WEBPACK_AMD_DEFINE_RESULT__ problem with loading dashboard

Hi

I am getting the following error in Kibana 4.3.1 (in Edge or firefox)
when opening the Dashboard and loading a saved one.
I did this operation many many times with no problem.
Now I am using a larger data set (~ 110K hits).

__WEBPACK_AMD_DEFINE_RESULT__</window.onerror@http://localhost:5601/bundles/commons.bundle.js

Please advice

BTW I am using daily indices, each with around 2K elements.

Please help.
I am stuck and don't know how to debug Kibana
Marvel : cluster data is 98M.

I have not seen this before. If you open up Console are you seeing an error there?

To open console in Firefox use one of the following:

  • from the menu: select "Browser Console" from the Web Developer submenu in the Firefox Menu (or Tools menu if you display the menu bar or are on OS X)
  • from the keyboard: press Ctrl+Shift+J (or Cmd+Shift+J on a Mac).

Do you have any plugins installed?

Hi @tsmalley
Thank you for your reply.
I tried debugging as you mentioned using the console.
It was awful.
After days of debugging I found the reason behind it was bad data that skipped through logstash and caused the Kibana visualizations to malfunction.
I cleaned the data manually, deleted bad indices, and no problems.

Now, I have to learn how Logstash can prevent bad data from passing throw.

Thanks again.

1 Like