Canvas install error: Elastic Stack 6.3 on Docker

Hello,

I am running official docker images of ElasticSearch and Kibana both on version 6.3. While attempting to install Canvas as the Kibana user, I get the error below, any ideas?:

bash-4.2$ NODE_OPTIONS="--max-old-space-size=4096" ./bin/kibana-plugin install 
 https://download.elastic.co/kibana/canvas/kibana-canvas-0.1.2002.zip 
Attempting to transfer from https://download.elastic.co/kibana/canvas/kibana-canvas-0.1.2002.zip
Transferring 31139994 bytes....................
Transfer complete
Retrieving metadata from plugin archive
Extracting plugin archive
Extraction complete
Optimizing and caching browser bundles...
Plugin installation was unsuccessful due to error "Command failed: /usr/share/kibana/node/bin/node /usr/share/kibana/src/cli --env.name=production --optimize.useBundleCache=false --server.autoListen=false --plugins.initialize=false --uiSettings.enabled=false
(node:402) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.

{"type":"log","@timestamp":"2018-06-18T20:28:19Z","tags":["warning","config","deprecation"],"pid":402,"message":"uiSettings.enabled is deprecated and is no longer used"}
{"type":"log","@timestamp":"2018-06-18T20:29:50Z","tags":["info","optimize"],"pid":402,"message":"Optimizing and caching bundles for ml, stateSessionStorageRedirect, status_page, timelion, graph, monitoring, login, logout, dashboardViewer, apm, kibana and canvas. This may take a few minutes"}

looks like it came up ok after all, just took a REALLY LONG time to optimize..

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.