-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to access kibana from remote box #45
Comments
What SELKS version are you referring to? (2.1 or 3.0RC1)
and restart the Nginx, Kibana and Scirius services. |
@pevma thanks for the response. I have followed your instruction, however elasticsearch failed to start with the following error ... is that mean we need to upgrade and install some of the plugins? And what is the solution then? Thanks! |
oops, we have figured it out! Thanks! |
@pevma unfortunately, the original issue not resolved, we still cannot access the kibana from remote ip , where is the authentication and authorization defined? how to know which SELKS version we are using? Thanks! |
If your ES is version 2.3.2 - it is SELKS 3.0RC1. What browser are you using? It seems it might be related to - Edit /etc/elasticsearch/elasticsearch.yaml config
Restart the services
Clear the browsing history and try again with any browser. Kibana dashboards are accessed through Scirius (drop down menu upper left corner) - |
@pevma it really works! Thanks for you kind help! :-) |
verified by pevma's comments above, this issue has been resolved,closing. |
Hi |
Reopening - since it seems it is a problem for @oryt. Thanks |
Page not found (404) Using the URLconf defined in scirius.urls, Django tried these URL patterns, in this order:
The current URL, log/, didn't match any of these. You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page. apt-get update && apt-get dist-upgrade:
Did a apt-get install --fix-missing and said yes to the database choice
No network, had to revert back to def settings in interfaces The primary network interface Prev settings apt-get update && apt-get dist-upgrade
On SELKS with desktop system
After dist-upgrade root@SELKS:/home/selks-user# service kibana status root@SELKS:/etc/elasticsearch# service elasticsearch status root@SELKS:/etc/elasticsearch# service nginx status Page not found (404) Using the URLconf defined in scirius.urls, Django tried these URL patterns, in this order:
The current URL, logs/, didn't match any of these. You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page. |
I was able to reproduce an issue similar to what you have reported. Can you please try the following sequence below and let me know if ti works for you:
Make sure you have commented out the line "http.cors.enabled: true" (bottom of the config) like so
then:
|
Followed the above instructions on SELKS-3.0rc1-desktop.iso but I still get the same 404 error page when trying to reach *https://your.selks.IP.here/log/ I checked and elasticsearch, Kibana and scirius all checks as running. |
How about if you try to access - |
Sorry for the delay. You can close this and if there is any more issues I will get back to you. |
per the read me here
We tried the bold section to access kibana from remote box, but it failed with
We have authenticate with the default credential what else we missed?
Thanks!
The text was updated successfully, but these errors were encountered: