troubleshooting.asciidoc 1.2 KB

1234567891011121314151617181920212223242526272829
  1. [[monitoring-troubleshooting]]
  2. == Troubleshooting monitoring
  3. ++++
  4. <titleabbrev>Troubleshooting</titleabbrev>
  5. ++++
  6. Use the information in this section to troubleshoot common problems and find
  7. answers for frequently asked questions. See also
  8. {logstash-ref}/monitoring-troubleshooting.html[Troubleshooting monitoring in {ls}].
  9. For issues that you cannot fix yourself … we’re here to help.
  10. If you are an existing Elastic customer with a support contract, please create
  11. a ticket in the
  12. https://support.elastic.co/customers/s/login/[Elastic Support portal].
  13. Or post in the https://discuss.elastic.co/[Elastic forum].
  14. *Symptoms*:
  15. There is no information about your cluster on the *Stack Monitoring* page in
  16. {kib}.
  17. *Resolution*:
  18. Check whether the appropriate indices exist on the monitoring cluster. For
  19. example, use the <<cat-indices,cat indices>> command to verify that
  20. there is a `.monitoring-kibana*` index for your {kib} monitoring data and a
  21. `.monitoring-es*` index for your {es} monitoring data. If you are collecting
  22. monitoring data by using {metricbeat} the indices have `-mb` in their names. If
  23. the indices do not exist, review your configuration. For example, see
  24. <<monitoring-production>>.