Hi all!
Can you please help me to solve the problem with Kibana.
I installed latest version of Elasticsearch and Kibana on the same server with minimum configuration. Installation is standalone. Server IP address 192.168.171.3
Elastic config:
cluster.name: eleks-cluster
node.name: elks-1
path.logs: E:\Elastic\ElasticLOGS
network.host: 192.168.171.3
discovery.seed_hosts: ["192.168.171.3"]
xpack.security.enabled: false
Kibana config:
server.host: "192.168.171.3"
server.name: "kibana-elks1"
elasticsearch.hosts: ["http://192.168.171.3:9200"]
HTTP response from Elasticserach:
{
"name" : "elks-1",
"cluster_name" : "eleks-cluster",
"cluster_uuid" : "na",
"version" : {
"number" : "7.5.1",
"build_flavor" : "default",
"build_type" : "zip",
"build_hash" : "3ae9ac9a93c95bd0cdc054951cf95d88e1e18d96",
"build_date" : "2019-12-16T22:57:37.835892Z",
"build_snapshot" : false,
"lucene_version" : "8.3.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}
Error from Kibana:
PS E:\Elastic\kibana-7.5.1-windows-x86_64\kibana-7.5.1-windows-x86_64\bin> .\kibana.bat
log [12:49:01.674] [info][plugins-service] Plugin "security" is disabled.
log [12:49:01.759] [info][plugins-system] Setting up [14] plugins: [licensing,code,timelion,features,spaces,translations,uiActions,newsfeed,expressions,inspector,embeddable,advancedUiActions,eui_utils,data]
log [12:49:01.761] [info][licensing][plugins] Setting up plugin
log [12:49:01.765] [info][code][plugins] Setting up plugin
log [12:49:01.766] [info][plugins][timelion] Setting up plugin
log [12:49:01.768] [info][features][plugins] Setting up plugin
log [12:49:01.769] [info][plugins][spaces] Setting up plugin
log [12:49:01.776] [info][plugins][translations] Setting up plugin
log [12:49:01.777] [info][data][plugins] Setting up plugin
log [12:49:08.248] [warning][licensing][plugins] License information could not be obtained from Elasticsearch for the [data] cluster. TypeError: Cannot use 'in' operator to search for 'type' in null
log [12:49:08.658] [warning][legacy-plugins] Skipping non-plugin directory at E:\Elastic\kibana-7.5.1-windows-x86_64\kibana-7.5.1-windows-x86_64\src\legacy\core_plugins\visualizations
log [12:49:09.693] [info][plugins-system] Starting [7] plugins: [licensing,code,timelion,features,spaces,translations,data]
log [12:49:31.848] [warning][licensing][plugins] License information could not be obtained from Elasticsearch for the [data] cluster. TypeError: Cannot use 'in' operator to search for 'type' in null
log [12:49:39.704] [warning][migrations] Unable to connect to Elasticsearch. Error: Request Timeout after 30000ms
log [12:50:01.875] [warning][licensing][plugins] License information could not be obtained from Elasticsearch for the [data] cluster. TypeError: Cannot use 'in' operator to search for 'type' in null
As i suggest the primary error is:
[warning][migrations] Unable to connect to Elasticsearch. Error: Request Timeout after 30000ms
Any ideas?
Thank you!