Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Possible problems and ways to find and solve them

     Dashboards are not shown in AuditServer

  • check if kibana proxy is active in your web-browser (see above)
  • check if AuditServer and AuditPoxy are using the same protocol – https
  • check if there is https defined in AuditProxy config.json file, kibana section, auditUrl attribute
  • check log files in AuditServer and AuditProxy for mistakes
  • if you use self-signed certificates, make sure that exceptions for the certificates used for AuditProxy were added to your web-browser (see above)

     Reports and indexes Elasticsearch are not shown in AuditServer

  • check if elasticsearch proxy is active in your web-browser (see above)
  • check if AuditServer and AuditPoxy are using the same protocol – https
  • check log files in AuditServer and AuditProxy for mistakes
  • if you use self-signed certificates, make sure that exceptions for the certificates used for AuditProxy were added to your web-browser (see above)

     AuditDriver cannot sent data to elasticsearch (via AuditProxy)

  • turn on logging for the driver and analyze log files
  • check that keystore used for AuditDriver works properly and contains the required certificate to access AuditProxy

...