You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Hi,
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)
The text was updated successfully, but these errors were encountered: