did a quick install on my 6.0.1 Kibana Instance and played around with it a bit.
Some points I got so far are:
Kinda breaking : If I like to incorporate TimeLion as a datasource, it bails out with the error message that a self-signed certificate has been encountered. ES in itself runs with x-pack security turned on ... perhaps make this configurable ?
A bit irritating : When editing the source of the different pipeline elements, hitting the backspace key for editing purposes took me instead to the browser function of getting back in page history...
Weird in a way : When using standard ES source for data to be displayed, it seems that pure numerical data won't be picked up correctly. Defining @timestamp instead does, i.e. I can put that into the x-axis for display.
Other than that I have to say, wonderful work with canvas, keep it going!
I hadn't seen the self signed cert thing, but I can totally see how it happens. Usually timelion requests are made from the browser, eg, in the Timelion app, so you've already accepted the cert. In Canvas they're made from the backend and the system cert store doesn't have the self sign cert.
Backspace, autocomplete is a bit wonky right now, we're working on it
esdocs, interesting that numeric types aren't picked up right. I'll poke at that. If you want to hack it until I figure it out you can use alterColumn to cast the column to a number:
Running into an issue with Canvas on kibana 6.1 (RHEL 6.6). The installation went well with instructions provided but when clicking on canvas all I get is a blank screen. Below is the output from Chrome developer tool and I didn't notice anything useful in Kibana logs (same issue with ie). Also completed the installation on my windows 10 device and had to update kibana-plugin.bat with "NODE_OPTIONS="--max-old-space-size=4096" instead of calling it in command line.
Thank!
Kudos to everyone working on this project! To echo Thorsten, keep it going...
commons.bundle.js?v=16337:94 TypeError: (0 , _lodash.uniqBy) is not a function
at new (canvas.bundle.js?v=16337:103)
at Object.instantiate (commons.bundle.js?v=16337:94)
at Object. (commons.bundle.js?v=16337:94)
at Object.invoke (commons.bundle.js?v=16337:94)
at Object.$get (commons.bundle.js?v=16337:94)
at Object.invoke (commons.bundle.js?v=16337:94)
at commons.bundle.js?v=16337:94
at getService (commons.bundle.js?v=16337:94)
at injectionArgs (commons.bundle.js?v=16337:94)
at Object.invoke (commons.bundle.js?v=16337:94)
at commons.bundle.js?v=16337:94
at forEach (commons.bundle.js?v=16337:94)
at Object. (commons.bundle.js?v=16337:94)
at Object.invoke (commons.bundle.js?v=16337:94)
at Object.$get (commons.bundle.js?v=16337:94)
at Object.invoke (commons.bundle.js?v=16337:94)
commons.bundle.js?v=16337:66 Promise: Detected an unhandled Promise rejection.
TypeError: _lodash2.default.uniqBy is not a function
canvas.bundle.js?v=16337:103 Uncaught (in promise) TypeError: _lodash2.default.uniqBy is not a function
at canvas.bundle.js?v=16337:103
at
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.