You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting to experiment w/ Kibana 4. I see that now there is a server side component where it appears all client requests proxy through?
What is the recommended topology for deploying this for HA, is there any client session state maintained in this server side process or is it pretty much a stateless proxy?
What does the server side component actually do now, that was offloaded from the prior kibana architecture where everything was only in the UI?
thanks!
The text was updated successfully, but these errors were encountered:
At the moment the server acts as a static content server and proxy. We plan to expand it to include features that we can only do server side, such as RSS feeds and, in the future, exporting of visualizations & dashboards in formats unavailable in javascript. If you have other questions please join us in #kibana on Freenode. Github is reserved for confirmed bugs and feature requests.
Hi
Starting to experiment w/ Kibana 4. I see that now there is a server side component where it appears all client requests proxy through?
What is the recommended topology for deploying this for HA, is there any client session state maintained in this server side process or is it pretty much a stateless proxy?
What does the server side component actually do now, that was offloaded from the prior kibana architecture where everything was only in the UI?
thanks!
The text was updated successfully, but these errors were encountered: