I tried to extract the zip file but it complains that the path is too long on some files. Any advice or an alternate option to get this? Thanks.
Hi, I could reproduce this on a VM with Windows 11 and the default Windows Explorer unzip tool.
I could, though, extract the contents using a Powershell command and with 7zip external tool.
The command for PowerShell is
Expand-Archive -Force <path-to-kibana-zip> <path-to-put-the-extract>
I will anyways open an issue in the Kibana tracker to raise the concern, maybe to update the documentation with a note or something.
Left a comment here
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.