HI All,
My kibana logs are flooded with the following error messages:
{"type":"error","@timestamp":"2019-01-25T11:22:34Z","tags":["warning","stats-collection"],"pid":31913,"level":"error","error":{"message":"Request Timeout after 30000ms","name":"Error","stack":"Error: Request Timeout after 30000ms\n at /usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:355:15\n at Timeout.<anonymous> (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:384:7)\n at ontimeout (timers.js:498:11)\n at tryOnTimeout (timers.js:323:5)\n at Timer.listOnTimeout (timers.js:290:5)"},"message":"Request Timeout after 30000ms"}
{"type":"log","@timestamp":"2019-01-25T11:22:34Z","tags":["warning","stats-collection"],"pid":31913,"message":"Unable to fetch data from rollups collector"}
and this one:
{"type":"log","@timestamp":"2019-01-25T11:22:34Z","tags":["warning","stats-collection"],"pid":31913,"message":"Unable to fetch data from reporting collector"}
{"type":"error","@timestamp":"2019-01-25T11:22:34Z","tags":["warning","stats-collection"],"pid":31913,"level":"error","error":{"message":"Request Timeout after 30000ms","name":"Error","stack":"Error: Request Timeout after 30000ms\n at /usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:355:15\n at Timeout.<anonymous> (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:384:7)\n at ontimeout (timers.js:498:11)\n at tryOnTimeout (timers.js:323:5)\n at Timer.listOnTimeout (timers.js:290:5)"},"message":"Request Timeout after 30000ms"}
and this one:
{"type":"log","@timestamp":"2019-01-25T11:22:33Z","tags":["warning","stats-collection"],"pid":31913,"message":"Unable to fetch data from kql collector"}
{"type":"error","@timestamp":"2019-01-25T11:22:34Z","tags":["warning","stats-collection"],"pid":31913,"level":"error","error":{"message":"Request Timeout after 30000ms","name":"Error","stack":"Error: Request Timeout after 30000ms\n at /usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:355:15\n at Timeout.<anonymous> (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:384:7)\n at ontimeout (timers.js:498:11)\n at tryOnTimeout (timers.js:323:5)\n at Timer.listOnTimeout (timers.js:290:5)"},"message":"Request Timeout after 30000ms"}
I have no idea where to start troubleshooting..
Please advice..