I have update my Kibana to 6.4, and run with X-pack is open. after running one week, kibana shutdown abnormally.
and the error logs is as follow:
/home/11thone/elk/kibana/node_modules/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_ops_stats_collector.js:48
this.log.info('Re-initializing Kibana Monitoring due to SIGHUP');
^
TypeError: Cannot read property 'log' of undefined
at process.on (/home/11thone/elk/kibana/node_modules/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_ops_stats_collector.js:38:10)
at emitNone (events.js:111:20)
at process.emit (events.js:208:7)
at Signal.wrap.onsignal (internal/process.js:208:44)
Unfortunately no, unless you disable Monitoring plugin that causes that. But you should never observe this issue if you don't specifically SIGHUP signal to the Kibana process (e.g. kill -1 kibana_pid).
Also Kibana 6.4.1 has been released yesterday and upgrade should be fast and easy.
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.