Installed timelion using instructions from: https://www.elastic.co/blog/timelion-timeline.
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?