Kibana Errors

Having issues with kibana.

I am new to Elastic Search and all. So not sure what to look for and such.

Any help would be appreciated.

FIRST ISSUE:

Status Breakdown
ID Status
ui settings Elasticsearch plugin is red
plugin:kibana@5.3.0 Ready
plugin:elasticsearch@5.3.0 Request Timeout after 30000ms
plugin:console@5.3.0 Ready
plugin:timelion@5.3.0 Ready

SECOND ISSUE (nothing loads, just this text):

Status: {{ ui.serverStateMessage }} {{ ui.name }}
Status Breakdown

I run 3 node cluster.

ES runs on elk01 / elk02 / elk03
Logstash runs on elk01
Kibana runs on elk03

[root@elk03 ~]# curl -XGET 'localhost:9200/_cat/health?v'
epoch timestamp cluster status node.total node.data shards pri relo init unassign pending_tasks max_task_wait_time active_shards_percent
1493653187 11:39:47 unicalogs_us green 3 3 232 116 0 0 0 0 - 100.0%

Kibana just has to hit it via localhost.

  • What has changed between the "First Issue" and the "Second Issue"?
  • Restart Kibana and watch the Kibana logs while it starts up. Any warnings or errors showing up?
  • Are there any warnings or errors showing up in the Elasticsearch or Logstash logs?

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