ElasticsearchException[Failure running machine learning native code

please any support in below issue when new installation of ES 7.5.1 and Kibana..

Elastic 7.5.1 and kibana7.5.1 new installation on the same windows server, I used elastic 7.5.1 msi windows installer and installation successful.

when I try to run kibana bat files it displays below screenshot

please advise..?

please take your time and properly explain your issue. This also means, that you should try to include the full exception from your logs including the stack trace (if it is there) as well as the operating system you are using.

Thanks!

thank you for your reply

Elastic 7.5.1 and kibana7.5.1 new installation on the same windows server 2016, I used elastic 7.5.1 msi windows installer and installation successful.

when I try to run kibana bat files it displays below screenshot

Elastic search yml
bootstrap.memory_lock: false
cluster.name: elasticsearch
http.port: 9200
node.data: true
node.ingest: true
node.master: true
node.max_local_storage_nodes: 1
node.name: Test-HQ-SEG
path.data: C:\ProgramData\Elastic\Elasticsearch\data
path.logs: C:\ProgramData\Elastic\Elasticsearch\logs
transport.tcp.port: 9300
xpack.license.self_generated.type: trial
xpack.security.enabled: true

kibana yml is not changed it's default one

you seem to have replaced and changed the content of the initial issue after my reply, which makes this super hard to read and understand. Also now it is about kibana where it was earlier about Elasticsearch.

Also, please do not use screenshots, but rather snippets (or a gist or a pastebin) to put log snippets somewhere, as this is super hard to read.

Thanks!

Sorry for that, elasticsearch installation is successful, the problem is running kibana

c:\kibana-7.5.1-windows-x86_64>.\bin\kibana log [15:05:40.869] [info][plugins-system] Setting up [15] plugins: [security,licensing,code,timelion,features,spaces,translations,uiActions,newsfeed,inspector,embeddable,advancedUiActions,expressions,eui_utils,data]
log [15:05:40.876] [info][plugins][security] Setting up plugin
log [15:05:40.877] [warning][config][plugins][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
log [15:05:40.878] [warning][config][plugins][security] Session cookies will be transmitted over insecure connections. This is not recommended.
log [15:05:40.886] [info][licensing][plugins] Setting up plugin
log [15:05:40.888] [info][code][plugins] Setting up plugin
log [15:05:40.889] [info][plugins][timelion] Setting up plugin
log [15:05:40.890] [info][features][plugins] Setting up plugin
log [15:05:40.890] [info][plugins][spaces] Setting up plugin
log [15:05:40.894] [info][plugins][translations] Setting up plugin
log [15:05:40.894] [info][data][plugins] Setting up plugin
log [15:05:45.712] [warning][legacy-plugins] Skipping non-plugin directory at c:\kibana-7.5.1-windows-x86_64\src\legacy\core_plugins\visualizations
log [15:05:45.817] [warning][licensing][plugins] License information could not be obtained from Elasticsearch for the [data] cluster. [security_exception] missing authentication credentials for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } } :: {"path":"/_xpack","statusCode":401,"response":"{"error":{"root_cause":[{"type":"security_exception","reason":"missing authentication credentials for REST request [/_xpack]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}}],"type":"security_exception","reason":"missing authentication credentials for REST request [/_xpack]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}},"status":401}","wwwAuthenticateDirective":"Basic realm="security" charset="UTF-8""}
log [15:05:46.398] [info][plugins-system] Starting [8] plugins: [security,licensing,code,timelion,features,spaces,translations,data]
log [15:05:46.407] [warning][migrations] Unable to connect to Elasticsearch. Error: [security_exception] missing authentication credentials for REST request [/.kibana], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } }
log [15:05:46.408] [warning][migrations] Unable to connect to Elasticsearch. Error: [security_exception] missing authentication credentials for REST request [/.kibana_task_manager], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } }
log [15:06:10.942] [warning][licensing][plugins] License information could not be obtained from Elasticsearch for the [data] cluster. [security_exception] missing authentication credentials for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } } :: {"path":"/_xpack","statusCode":401,"response":"{"error":{"root_cause":[{"type":"security_exception","reason":"missing authentication credentials for REST request [/_xpack]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}}],"type":"security_exception","reason":"missing authentication credentials for REST request [/_xpack]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}},"status":401}","wwwAuthenticateDirective":"Basic realm="security" charset="UTF-8""}
log [15:06:40.945] [warning][licensing][plugins] License information could not be obtained from Elasticsearch for the [data] cluster. [security_exception] missing authentication credentials for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } } :: {"path":"/_xpack","statusCode":401,"response":"{"error":{"root_cause":[{"type":"security_exception","reason":"missing authentication credentials for REST request [/_xpack]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}}],"type":"security_exception","reason":"missing authentication credentials for REST request [/_xpack]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}},"status":401}","wwwAuthenticateDirective":"Basic realm="security" charset="UTF-8""}

sorry for the inconvenience, this is the error message that i get.

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