Kinbana not loading and can't create index to elaticsearch

Hi all,

I saw the issue was raised Github: kinbana not loading · Issue #11356 · elastic/kibana · GitHub

I encounter the same issue and here is the Kibana Startup running log:

log [10:11:51.856] [info][status][plugin:kibana@5.3.1] Status changed from uninitialized to green - Ready
log [10:11:54.355] [info][status][plugin:elasticsearch@5.3.1] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [10:11:54.601] [info][status][plugin:console@5.3.1] Status changed from uninitialized to green - Ready
log [10:11:59.585] [error][status][plugin:elasticsearch@5.3.1] Status changed from yellow to red - Request Timeout after 3000ms
log [10:11:59.729] [info][status][plugin:timelion@5.3.1] Status changed from uninitialized to green - Ready
log [10:12:00.058] [info][listening] Server running at http://192.168.3.20:5601
log [10:12:00.062] [error][status][ui settings] Status changed from uninitialized to red - Elasticsearch plugin is red
log [10:12:09.470] [info][status][plugin:elasticsearch@5.3.1] Status changed from red to green - Kibana index ready
log [10:12:09.473] [info][status][ui settings] Status changed from red to green - Ready
log [10:15:36.598] [error][status][plugin:elasticsearch@5.3.1] Status changed from green to red - Request Timeout after 3000ms
log [10:15:56.624] [error][status][ui settings] Status changed from green to red - Elasticsearch plugin is red
log [10:17:23.182] [info][status][plugin:elasticsearch@5.3.1] Status changed from red to green - Kibana index ready
log [10:17:23.440] [info][status][ui settings] Status changed from red to green - Ready
log [10:17:37.499] [error][status][plugin:elasticsearch@5.3.1] Status changed from green to red - Request Timeout after 3000ms
log [10:17:37.624] [error][status][ui settings] Status changed from green to red - Elasticsearch plugin is red
log [10:18:53.925] [info][status][plugin:elasticsearch@5.3.1] Status changed from red to green - Kibana index ready
log [10:18:55.288] [info][status][ui settings] Status changed from red to green - Ready
log [10:19:24.191] [error][status][plugin:elasticsearch@5.3.1] Status changed from green to red - Request Timeout after 3000ms

could some one help me out. thank you.

After changed the kibana.yml, it can run successfully.

Kibana uses an index in Elasticsearch to store saved searches, visualizations and

dashboards. Kibana creates a new index if the index doesn't already exist.

kibana.index: ".kibana"

The default application to load.

kibana.defaultAppId: "discover"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.