Hi,
When I start source code of kibana-6.3.3 server and elasticsearch-6.3.2. So I am getting below warning.
Warning:
[server log [13:49:51.362] [warning] You're running Kibana 6.3.3 with some different versions of Elasticsearch. Update Kibana or Elasticsearch to the same version to prevent compatibility issues: v6.3.2 @]
Complete logs:
/Documents/kibana-6.3$ yarn start
yarn run v1.9.4
$ sh ./bin/kibana --dev
watching for changes (1502 files)
log [13:49:34.923] [info][listening] basePath Proxy running at http://localhost:5601/pvf
optmzr log [13:49:47.084] [info][optimize] Optimization started
server log [13:49:47.308] [info][optimize] Waiting for optimizer to be ready
optmzr log [13:49:47.502] [info] Plugin initialization disabled.
server log [13:49:47.671] [info][status][plugin:kibana@6.3.3] Status changed from uninitialized to green - Ready
server log [13:49:47.844] [info][status][plugin:elasticsearch@6.3.3] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server log [13:49:47.847] [info][status][plugin:xpack_main@6.3.3] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server log [13:49:47.886] [info][status][plugin:searchprofiler@6.3.3] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server log [13:49:47.908] [info][status][plugin:ml@6.3.3] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server log [13:49:48.172] [info][status][plugin:tilemap@6.3.3] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server log [13:49:48.183] [info][status][plugin:watcher@6.3.3] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server log [13:49:48.268] [info][status][plugin:license_management@6.3.3] Status changed from uninitialized to green - Ready
server log [13:49:48.277] [info][status][plugin:index_management@6.3.3] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server log [13:49:49.042] [info][status][plugin:timelion@6.3.3] Status changed from uninitialized to green - Ready
server log [13:49:49.050] [info][status][plugin:graph@6.3.3] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server log [13:49:49.064] [info][status][plugin:monitoring@6.3.3] Status changed from uninitialized to green - Ready
server log [13:49:49.079] [info][status][plugin:security@6.3.3] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server log [13:49:49.090] [warning][security] Generating a random key for xpack.security.encryptionKey. To prevent sessions from being invalidated on restart, please set
xpack.security.encryptionKey in kibana.yml
server log [13:49:49.101] [warning][security] Session cookies will be transmitted over insecure connections. This is not recommended.
server log [13:49:49.216] [info][status][plugin:grokdebugger@6.3.3] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server log [13:49:49.259] [info][status][plugin:dashboard_mode@6.3.3] Status changed from uninitialized to green - Ready
server log [13:49:49.271] [info][status][plugin:logstash@6.3.3] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server log [13:49:49.394] [info][status][plugin:apm@6.3.3] Status changed from uninitialized to green - Ready
server log [13:49:49.415] [info][status][plugin:console@6.3.3] Status changed from uninitialized to green - Ready
server log [13:49:49.423] [info][status][plugin:console_extensions@6.3.3] Status changed from uninitialized to green - Ready
server log [13:49:49.440] [info][status][plugin:metrics@6.3.3] Status changed from uninitialized to green - Ready
server log [13:49:50.809] [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
server log [13:49:50.850] [info][status][plugin:reporting@6.3.3] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server log [13:49:51.362] [warning] You're running Kibana 6.3.3 with some different versions of Elasticsearch. Update Kibana or Elasticsearch to the same version to prevent compatibility issues: v6.3.2 @ 127.0.0.1:9200 (127.0.0.1)
server log [13:49:51.479] [info][status][plugin:elasticsearch@6.3.3] Status changed from yellow to green - Ready
server log [13:49:51.675] [info][license][xpack] Imported license information from Elasticsearch for the [data] cluster: mode: basic | status: active
server log [13:49:51.859] [info][status][plugin:xpack_main@6.3.3] Status changed from yellow to green - Ready
server log [13:49:51.865] [info][status][plugin:searchprofiler@6.3.3] Status changed from yellow to green - Ready
server log [13:49:51.874] [info][status][plugin:ml@6.3.3] Status changed from yellow to green - Ready
server log [13:49:51.875] [info][status][plugin:tilemap@6.3.3] Status changed from yellow to green - Ready
server log [13:49:51.878] [info][status][plugin:watcher@6.3.3] Status changed from yellow to green - Ready
server log [13:49:51.881] [info][status][plugin:index_management@6.3.3] Status changed from yellow to green - Ready
server log [13:49:51.889] [info][status][plugin:graph@6.3.3] Status changed from yellow to green - Ready
server log [13:49:51.894] [info][status][plugin:security@6.3.3] Status changed from yellow to green - Ready
server log [13:49:51.903] [info][status][plugin:grokdebugger@6.3.3] Status changed from yellow to green - Ready
server log [13:49:51.904] [info][status][plugin:logstash@6.3.3] Status changed from yellow to green - Ready
server log [13:49:51.906] [info][status][plugin:reporting@6.3.3] Status changed from yellow to green - Ready
server log [13:49:52.707] [info][kibana-monitoring][monitoring-ui] Starting all Kibana monitoring collectors
server log [13:49:52.779] [info][license][xpack] Imported license information from Elasticsearch for the [monitoring] cluster: mode: basic | status: active
server log [13:49:53.367] [info][listening] Server running at http://localhost:5603/pvf
optmzr log [13:51:29.502] [info][optimize] Optimization success in 102.42 seconds
Please suggest me if we are using elasticsearch-6.3.2 and kibana-6.3.3 in production is there any problem or may will be getting compatibility issues. For your reference please find below snippet.