Definition of plugin "uiActions" should be a function (/bundles/plugin/uiActions.bundle.js)

Fresh install of Kibana and Elastic on FreeBSD 12.1-RELEASE

When I open kibana in a browser, I get

Definition of plugin "uiActions" should be a function (/bundles/plugin/uiActions.bundle.js).

Kibana and Elastic were installed from packages: pkg install kibana7 elasticsearch7

The only warnings in the logs are:

rg warn out.log 
8:{"type":"log","@timestamp":"2020-06-29T11:59:36Z","tags":["warning","plugins","encryptedSavedObjects","config"],"pid":71323,"message":"Generating a random key for xpack.encryptedSavedObjects.encryptionKey. To be able to decrypt encrypted saved objects attributes after restart, please set xpack.encryptedSavedObjects.encryptionKey in kibana.yml"}
16:{"type":"log","@timestamp":"2020-06-29T11:59:36Z","tags":["warning","plugins","security","config"],"pid":71323,"message":"Generating a random key for xpack.security.encryptionKey. To prevent sessions from being invalidated on restart, please set xpack.security.encryptionKey in kibana.yml"}
17:{"type":"log","@timestamp":"2020-06-29T11:59:36Z","tags":["warning","plugins","security","config"],"pid":71323,"message":"Session cookies will be transmitted over insecure connections. This is not recommended."}
91:{"type":"log","@timestamp":"2020-06-29T11:59:39Z","tags":["reporting","warning"],"pid":71323,"message":"Generating a random key for xpack.reporting.encryptionKey. To prevent pending reports from failing on restart, please set xpack.reporting.encryptionKey in kibana.yml"}
97:{"type":"log","@timestamp":"2020-06-29T11:59:40Z","tags":["reporting","warning"],"pid":71323,"message":"See Chromium's log output at \"/usr/local/www/kibana7/data/headless_shell-darwin/chrome_debug.log\""}
98:{"type":"log","@timestamp":"2020-06-29T11:59:40Z","tags":["reporting","warning"],"pid":71323,"message":"Reporting plugin self-check generated a warning: Error: Could not close browser client handle!"}

[kibana.yml]

server.host: \<ip of host containing kibana and elastic>
server.port: 5601
elasticsearch.hosts: ["http://127.0.0.1:9200"]
elasticsearch.username: "kibana"
elasticsearch.password: \<mypassword>

Bump

@j4sper could you share the full log from Kibana please? What is the browser you're using to load kibana? Could you please delete the optimize folder and restart kibana?

Cheers

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