Hi There,
I've upgraded Elasticsearch and Kibana from 7.5.1 to 7.7. Apart from the monitoring (deprecation of some x-pack functionalities) the upgrade was reasonably smooth. However, when I loaded the new version of Kibana, I've noticed that the "Logs" and the "Metrics" apps were missing from the left menu bar. Everything else seems to be in place and working correctly. Can someone please help out and let me know how to get these back?
Cheers,
Laz
UPDATE:
I think I've gotten a bit closer. Turns out Logs and Metrics are both part of the "infra" plugin, which is turned off due to the errors below. I believe fixing this would make the UI come alright as well - I just don't know how to fix it
PS C:\Elastic\kibana\bin> .\kibana.bat
log [08:47:16.435] [warning][plugins-discovery] Expect plugin "id" in camelCase, but found: apm_oss
log [08:47:16.468] [warning][plugins-discovery] Expect plugin "id" in camelCase, but found: file_upload
log [08:47:16.481] [warning][plugins-discovery] Expect plugin "id" in camelCase, but found: triggers_actions_ui
log [08:47:35.509] [info][plugins-service] Plugin "infra" has been disabled since some of its direct or transitive dependencies are missing or disabled.```