Issue
The Status column shows Error Occurred after exporting a dashboard
Solution
The Kibana host may be behind a proxy. Ensure that it is accessible.
Steps
1. SSH to the Kibana host
2. Execute the command
curl -u username:password -H'kbn-xsrf: true' https://<kibana.host>:5601/api/status
e.g.
curl -u username:password -H'kbn-xsrf: true' https://pugo.mnl.itrsgroup.com:5601/api/status
3. If the command fails, add the hostname in the kibana server's /etc/hosts file.
4. Do steps 1 and 2
5. If the issue persists, please raise a ticket and provide the following:
- timestamp of the issue
- screenshot of the Export Dashboard page
- Kibana version
- Kibana logs
- export.log
Comments
0 comments
Please sign in to leave a comment.