Kibana build error,help June 5, 2019

someone can help me?
I build ELK ,their version are 7.1.1,then all only one ,when I start kibana,it throw error:
log [08:31:05.226] [error][status][plugin:xpack_main@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.227] [error][status][plugin:graph@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.227] [error][status][plugin:spaces@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.228] [error][status][plugin:security@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.228] [error][status][plugin:searchprofiler@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.229] [error][status][plugin:ml@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.229] [error][status][plugin:tilemap@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.229] [error][status][plugin:watcher@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.230] [error][status][plugin:grokdebugger@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.230] [error][status][plugin:logstash@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.231] [error][status][plugin:beats_management@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.231] [error][status][plugin:maps@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.231] [error][status][plugin:index_management@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.232] [error][status][plugin:index_lifecycle_management@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.232] [error][status][plugin:rollup@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.233] [error][status][plugin:remote_clusters@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.233] [error][status][plugin:cross_cluster_replication@7.1.1] Status changed from yellow to red - [data] Elasticsearch cluster did not respond with license information.
log [08:31:05.725] [warning][browser-driver][reporting] Enabling the Chromium sandbox provides an additional layer of protection.
log [08:31:05.728] [warning][reporting] Generating a random key for xpack.reporting.encryptionKey. To prevent pending reports from failing on restart, please set xpack.reporting.encryptionKey in kibana.yml
log [08:31:05.748] [error][status][plugin:reporting@7.1.1] Status changed from uninitialized to red - [data] Elasticsearch cluster did not respond with license information.

Good morning!

It looks like your ES cluster isn't providing license information-- we're going to need more info to know the exact cause.

I would start by looking at your ES logs for anything out of the ordinary... you can also check to see if your ES cluster is responding with appropriate license information using the _license endpoint:

https://www.elastic.co/guide/en/elasticsearch/reference/current/get-license.html

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