Back to Log Analytics FAQ

Could not export a dashboard

Issue Copied

The Status column shows Error Occurred after exporting a dashboard.

Solution Copied

The Kibana host may be behind a proxy. Ensure that it is accessible.

Steps Copied

  1. SSH to the Kibana host
  2. Execute the command
curl -u username:password -H'kbn-xsrf: true' https://<kibana.host>:5601/api/status

For example:

curl -u username:password -H'kbn-xsrf: true' https://pugo.mnl.itrsgroup.com:5601/api/status
  1. If the command fails, add the hostname in the kibana server’s /etc/hosts file.
  2. Repeat steps 1 and 2.
  3. If the issue persists, please raise a ticket and provide the following:
["Geneos"] ["FAQ"]

Was this topic helpful?