-
Notifications
You must be signed in to change notification settings - Fork 4
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
Enable embedding of Kibana stats #382
Comments
There might also be solutions to send authentification data with a HTTP request without others being able to intercept the user/password? |
re search guard: this seems to do in principle the same as XPack. It needs SSL for the whole ES-cluster while this doesn't really make sense since the servers reside in a network of their own and are thus not directly accessible from outside. It would suffice to SSL kibana. So I would try to SSL kibana using apache, not via the SSL SafeGuard provides, which is in fact what your last comment suggested (where So, if we really want to use SearchGuard or XPack we can choose to have a downtime installing "into the blue" (meaning: can't say how much trouble there will be before everything is running smoothly again). Or we install a parallel cluster and switch smoothly. My opinion is that the forcing of SSL at the plugin-side is dumb and will cost us lots of time. Why not just use screenshots of kibana stats? |
"Security for Elasticsearch [and Kibana] is now free": https://www.elastic.co/blog/security-for-elasticsearch-is-now-free |
For hbz/lobid-blog#41, we need to be able to embed a Kibana visualization in a HTML page. There are different options to implement this: xpack (with many drawbacks), search guard.
The text was updated successfully, but these errors were encountered: