Unable to bring up Kibana Dashboard

when trying to access Kibana for the first time.

I have started elasticsearch successfully.

Error: Uncaught TypeError: undefined is not a function (http://localhost:5601/bundles/commons.bundle.js?v=9889:32054)
at window.onerror (http://localhost:5601/bundles/commons.bundle.js?v=9889:63833:25)

What version?

I have installed Kibana 4.5.0 for Windows.

Can you please tell what Elasticsearch version are you using. If you still have this problem . Please delete the .kibana index restart your kibana once again.

Hi Raj,

I am using elasticsearch-2.3.0

Could you please elaborate on how to remove .kibana index?

Thanks
Srinivas

Use curl command.

You need to download if you didn't have it. then use this command.
curl -XDELETE "http://localhost:9200/.kibana"

Hi Raj,

Tried that but no luck

This is what I receive once I start Kibana

C:\NotBackedUp\kibana-4.5.0-windows\bin>kibana
log [14:45:10.308] [warning][config] Settings for "bundled_plugin_ids" were not applied, check for spelling errors and ensure the plugin is loaded.
log [14:45:11.058] [info][status][plugin:kibana] Status changed from uninitialized to green - Ready
log [14:45:11.074] [info][status][plugin:elasticsearch] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [14:45:11.090] [info][status][plugin:kbn_vislib_vis_types] Status changed from uninitialized to green - Ready
log [14:45:11.121] [info][status][plugin:markdown_vis] Status changed from uninitialized to green - Ready
log [14:45:11.121] [info][status][plugin:metric_vis] Status changed from uninitialized to green - Ready
log [14:45:11.137] [info][status][plugin:spyModes] Status changed from uninitialized to green - Ready
log [14:45:11.137] [info][status][plugin:statusPage] Status changed from uninitialized to green - Ready
log [14:45:11.137] [info][status][plugin:table_vis] Status changed from uninitialized to green - Ready
log [14:45:11.152] [info][listening] Server running at http://localhost:5601
log [14:45:11.230] [info][status][plugin:elasticsearch] Status changed from yellow to green - Kibana index ready

Thanks

You got the above message it shows your kibana is up and running on the port 5601.

I think the above warning is hinting on why I am not able to see the dashboard,discovery tabs.

have I downloaded the right kibana software? should I download any other software along with it..

Your guidance will be highly appreciated so that I can kick off my learning on ELK stack

Thanks
Srinivas

Have you tried accessing this Kibana URL in your browser http://localhost:5601. Wat you seeing in your browser while accessing kibana

Hi Raj,

Upon http://localhost:5601/ on browser

I get to see the attached screen.

Thanks


Srini

It looks like your browser issue. Can you please try this in different browser like IE or firefox

Hi Raj

Yes, that was a browser issue!!!

It is working superb on IE.

Thank you very much for your assistance.

I am a beginner to ELK stack and following book Learning ELK stack by Chajjad.

I am able to setup and configure Elasticsearch,Logstash and Kibana..

what do you suggest the best way to learn & get my hands dirty in ELK.

Thanks
Srinivas

Way to go. I didn't refer any books. My hands got dirty on referring the elasticsearch site only :slight_smile:

All the best for your effort.

Srinivas,

What browser were you using when you received the error? Also, could you let me know what version your operating system is?

Thanks

Srinivas,

Does it look like what you are experiencing? Authorization Exception in only Chrome and Safari when using Elasticsearch 2.3.0

Hi Tyler,

I am using Chrome Version 36.0.1985.143 m.

Thanks
Srinivas