Hello,
I'm trying to set up a kibana on a tribe node which should work across multiple ES clusters. We're running alpha5.
I understand there's a limitation on the tribe node which would not allow any index creation from the tribe node, and we have followed the workaround from the github #3114.
After implementing the workaround by pointing the kibana first to the master node, I managed to get the .kibana index created and I can see the index just fine from the tribe node. I have also created an index pattern, visualization, dashboard, and saved search. There is no problem whatsoever on kibana when pointing it to the master node.
The problem is, after repointing the kibana to the tribe node, I still could not login to kibana and the following error messages are shown on the kibana.stdout log:
{"type":"log","@timestamp":"2016-09-15T06:22:00Z","tags":["status","plugin:xpack_main@5.0.0-alpha5-SNAPSHOT","error"],"pid":15467,"state":"red","message":"Status changed from red to red - Request Timeout after 30000ms","prevState":"red","prevMsg":"Request Timeout after 3000ms"}
{"type":"log","@timestamp":"2016-09-15T06:22:00Z","tags":["status","plugin:graph@5.0.0-alpha5-SNAPSHOT","error"],"pid":15467,"state":"red","message":"Status changed from red to red - Request Timeout after 30000ms","prevState":"red","prevMsg":"Request Timeout after 3000ms"}
{"type":"log","@timestamp":"2016-09-15T06:22:00Z","tags":["status","plugin:reporting@5.0.0-alpha5-SNAPSHOT","error"],"pid":15467,"state":"red","message":"Status changed from red to red - Request Timeout after 30000ms","prevState":"red","prevMsg":"Request Timeout after 3000ms"}
{"type":"log","@timestamp":"2016-09-15T06:22:00Z","tags":["status","plugin:security@5.0.0-alpha5-SNAPSHOT","error"],"pid":15467,"state":"red","message":"Status changed from red to red - Request Timeout after 30000ms","prevState":"red","prevMsg":"Request Timeout after 3000ms"}
{"type":"log","@timestamp":"2016-09-15T06:22:10Z","tags":["error","monitoring-ui"],"pid":15467,"level":"error","message":"Request Timeout after 30000ms","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:336:15\n at [object Object].<anonymous> (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:365:7)\n at Timer.listOnTimeout (timers.js:92:15)"}}
I'm not really sure if the error has anything to do with the tribe node, or is it related to something else entirely.
Appreciate any input here,