TravisFSmith / SweetSecurity

Network Security Monitoring on Raspberry Pi type devices
Apache License 2.0
777 stars 190 forks source link

[Kibana Discover doesn't work] #21

Open prcabral opened 7 years ago

prcabral commented 7 years ago

Hello,

Kibana Discover doesn't work. The page was refreshed and the cache cleared. When changed from other tab (dashboard) to discover it doesn't also work.

nrdz4l7

Thank you

TravisFSmith commented 7 years ago

Are there any errors displayed on the console when trying to load the Kibana page? Try going to the settings tab in Kibana to see if it gives any additional information regarding why this isn't loading.

prcabral commented 7 years ago

Hello Travis,

The issue is the same as in https://github.com/elastic/kibana/issues/9888. I'm not quite sure if i can fix it as they sugested.

Best Regards, Pedro Cabral

Agromahdi123 commented 6 years ago

Ok, i really dont know much about coding, but i found an easy fix for this. The installer has a python script to import indices, so what i did was run curl -XDELETE http://localhost:9200/.kibana to delete the indices created by ES that somehow break kibana, and then rerun the install script, and it will reimport the indices and the dashboards, and they will work.