-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Prototype a Node.js Version of the Server #2549
Comments
+1 |
+1, this could be super cool |
👍 |
@simianhacker, is it possible you to update when each of above items in the list is done (and maybe add commit hash) ? |
@noamgal You can see the proxy server here: https://github.com/simianhacker/kibana/blob/feature/node-server/src/server/routes/proxy.js |
What limitations were you seeing with ruby? |
It's a combination of factors:
|
+1 I would add flexible url router concept (e.g. where to store kibana dashboards, e.g. in user specific index/file/db) |
+1 love this plan |
do you know this already? |
Create a prototype of the server portion of Kibana in Node.js. Why would we want to do something like this? Because we want to use Phantom.js to generate PDFs for visualizations. There are also some limitations with the JRuby server that we've been fighting that are impossible to solve.
Things that need to be done:
elasticsearch_preserve_host
setting in kibana.ymlgrunt dev
to start the Express appThe text was updated successfully, but these errors were encountered: