Timelion app does not load

Installed timelion using instructions from: Timelion: The time series composer for Kibana | Elastic Blog.
Installation succeded.

[root@elk201 kibana]# ./bin/kibana plugin -i kibana/timelion
Installing timelion
Attempting to extract from https://download.elastic.co/kibana/timelion/timelion-latest.tar.gz
Downloading 3383206 bytes....................
Extraction complete
Optimizing and caching browser bundles...
Plugin installation complete

Restarted Kibana. The "Apps" icon now shows next to the Settings option. When I click on it, I can see "Kibana" and "Timelion". However, when I click on Timelion, I see the following error:

Fatal Error
Uncaught TypeError: __webpack_require__(...).enable is not a function (http://192.168.254.201:5601/bundles/timelion.bundle.js:53400)
Version: 4.3.0
Build: 9369
Error: Uncaught TypeError: __webpack_require__(...).enable is not a function (http://192.168.254.201:5601/bundles/timelion.bundle.js:53400)
    at window.onerror (http://192.168.254.201:5601/bundles/commons.bundle.js:65224:25)

How can I resolve this error?

Confirmed, Reproduced.

├ $ ./bin/kibana plugin -i kibana/timelion
Installing timelion
Attempting to extract from https://download.elastic.co/kibana/timelion/timelion-latest.tar.gz
Downloading 3383206 bytes....................
Version: 4.3.1
Build: 9517
Error: Uncaught TypeError: __webpack_require__(...).enable is not a function (http://localhost:5601/bundles/timelion.bundle.js:54355)
    at window.onerror (http://localhost:5601/bundles/commons.bundle.js:64581:25)

See https://github.com/elastic/timelion/issues/62

The solution is to upgrade Kibana

1 Like

There is still a version of timelion available for people that need it on 4.3, but it won't be getting anymore updates: https://twitter.com/rashidkpc/status/694577046937186304

1 Like

Works! Thank you!