Using latest AWS-managed ES (ver 7.4.2), and Winlogbeat OSS 7.4.2 on Win10, I am unable to import the pre-built dashboards. Other than that, winlogbeat is uploading logs into ES fine. The index template was created successfully, but the dashboard import failed.
Powershell command run:
.\winlogbeat.exe setup -dashboards
Result:
Index setup finished.
Loading dashboards (Kibana must be running and reachable)
Exiting: Failed to import dashboard: Failed to load directory C:\Program Files\winlogbeat\kibana/7/dashboard: error loading C:\Program Files\winlogbeat\kibana\7\dashboard\Winlogbeat-overview.json: returned 401 to import file: . Response: {“message”:“Session expired”,“redirectTo”:“login”}
(I’m using the credentials of local db “master user”.)
Trying to import the dashboard via the UI also fails, with this error:
Sorry, there was an error. Saved objects file format is invalid and cannot be imported.
Any help much appreciated.
Sera