Hi,
Thank you for your reply.
.
From startup.log today I get this:
FATAL Error: Unable to complete saved object migrations for the [.kibana] index. Please check the health of your Elasticsearch cluster and try again. Unexpected Elasticsearch ResponseError: statusCode: 400, method: PUT, url: /.kibana_7.16.3_reindex_temp?wait_for_active_shards=all&timeout=60s error: [illegal_argument_exception]: Validation Failed: 1: this action would add [2] shards, but this cluster currently has [4000]/[4000] maximum normal shards open;,
FATAL Error: Unable to complete saved object migrations for the [.kibana_task_manager] index. Please check the health of your Elasticsearch cluster and try again. Unexpected Elasticsearch ResponseError: statusCode: 400, method: PUT, url: /.kibana_task_manager_7.16.3_reindex_temp?wait_for_active_shards=all&timeout=60s error: [illegal_argument_exception]: Validation Failed: 1: this action would add [2] shards, but this cluster currently has [4000]/[4000] maximum normal shards open;,
From kibana.log I get the following:
"type":"log","@timestamp":"2022-10-13T13:56:30+00:00","tags":["warning","plugins","security","config"],"pid":9902,"message":"Session cookies will be transmitted over insecure connections. This is not recommended."}
{"type":"log","@timestamp":"2022-10-13T13:56:30+00:00","tags":["warning","plugins","reporting","config"],"pid":9902,"message":"Generating a random key for xpack.reporting.encryptionKey. To prevent sessions from being invalidated on restart, please set xpack.reporting.encryptionKey in the kibana.yml or use the bin/kibana-encryption-keys command."}
{"type":"log","@timestamp":"2022-10-13T13:56:30+00:00","tags":["warning","plugins","encryptedSavedObjects"],"pid":9902,"message":"Saved objects encryption key is not set.This will severely limit Kibana functionality. Please set xpack.encryptedSavedObjects.encryptionKey in the kibana.yml or use the bin/kibana-encryption-keys command."}
{"type":"log","@timestamp":"2022-10-13T13:56:30+00:00","tags":["warning","plugins","actions"],"pid":9902,"message":"APIs are disabled because the Encrypted Saved Objects plugin is missing encryption key. Please set xpack.encryptedSavedObjects.encryptionKey in the kibana.yml or use the bin/kibana-encryption-keys command."}
{"type":"log","@timestamp":"2022-10-13T13:56:30+00:00","tags":["warning","plugins","alerting"],"pid":9902,"message":"APIs are disabled because the Encrypted Saved Objectsplugin is missing encryption key. Please set xpack.encryptedSavedObjects.encryptionKey in the kibana.yml or use the bin/kibana-encryption-keys command."}
{"type":"log","@timestamp":"2022-10-13T13:56:30+00:00","tags":["info","plugins","ruleRegistry"],"pid":9902,"message":"Installing common resources shared between all indices"}
{"type":"log","@timestamp":"2022-10-13T13:56:31+00:00","tags":["info","plugins","reporting","config"],"pid":9902,"message":"Chromium sandbox provides an additional layer of protection, and is supported for Linux Amazon Linux 2018.03 OS. Automatically enabling Chromium sandbox."}
{"type":"log","@timestamp":"2022-10-13T13:56:31+00:00","tags":["error","elasticsearch-service"],"pid":9902,"message":"This version of Kibana (v7.17.6) is incompatible with the following Elasticsearch nodes in your cluster: v7.16.3 @ 127.0.0.1:9200 (10.116.39.168), v7.16.3 @ 10.116.37.201:9200 (10.116.37.201), v7.16.3 @ 10.116.38.68:9200 (10.116.38.68), v7.16.3 @ 10.116.39.197:9200 (10.116.39.197), v7.16.3 @ 127.0.0.1:9200 (10.116.37.151)"}
{"type":"log","@timestamp":"2022-10-13T14:16:30+00:00","tags":["error","plugins","ruleRegistry"],"pid":9902,"message":"Error: Timeout: it took more than 1200000ms\n atTimeout._onTimeout (/usr/share/kibana/x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.js:54:20)\n at listOnTimeout (node:internal/timers:559:17)\n at processTimers (node:internal/timers:502:7)"}
{"type":"log","@timestamp":"2022-10-13T14:16:30+00:00","tags":["error","plugins","ruleRegistry"],"pid":9902,"message":"Error: Failure installing common resources shared between all indices. Timeout: it took more than 1200000ms\n at ResourceInstaller.installWithTimeout (/usr/share/kibana/x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.js:63:13)\n at ResourceInstaller.installCommonResources (/usr/share/kibana/x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.js:77:5)"}
Many thanks