troubleshooting.asciidoc 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. [[troubleshooting]]
  2. = Troubleshooting
  3. [partintro]
  4. --
  5. This section provides a series of troubleshooting solutions aimed at helping users
  6. fix problems that an {es} deployment might encounter.
  7. [discrete]
  8. [[troubleshooting-general]]
  9. === General
  10. * <<fix-common-cluster-issues,Fix common cluster issues>>
  11. * Several troubleshooting issues can be diagnosed using the
  12. <<health-api,health API>>.
  13. [discrete]
  14. [[troubleshooting-data]]
  15. === Data
  16. * <<fix-watermark-errors,Fix watermark errors caused by low disk space>>
  17. * <<add-tier,Add a missing tier to the system>>
  18. * <<allow-all-cluster-allocation,Allow Elasticsearch to allocate the data in the system>>
  19. * <<allow-all-index-allocation,Allow Elasticsearch to allocate the index>>
  20. * <<troubleshoot-migrate-to-tiers,Indices mix index allocation filters with data tiers node roles to move through data tiers>>
  21. * <<increase-tier-capacity,Not enough nodes to allocate all shard replicas>>
  22. * <<increase-shard-limit,Total number of shards for an index on a single node exceeded>>
  23. * <<increase-cluster-shard-limit,Total number of shards per node has been reached>>
  24. * <<corruption-troubleshooting,Troubleshooting data corruption>>
  25. [discrete]
  26. [[troubleshooting-management]]
  27. === Management
  28. * <<start-ilm,Start index lifecycle management>>
  29. * <<start-slm,Start snapshot lifecycle management>>
  30. [discrete]
  31. [[troubleshooting-capacity]]
  32. === Capacity
  33. * <<fix-data-node-out-of-disk, Fix data nodes out of disk>>
  34. * <<fix-master-node-out-of-disk, Fix master nodes out of disk>>
  35. * <<fix-other-node-out-of-disk, Fix other role nodes out of disk>>
  36. [discrete]
  37. [[troubleshooting-snapshot]]
  38. === Snapshot and restore
  39. * <<restore-from-snapshot,Restore data from snapshot>>
  40. * <<add-repository,Multiple deployments writing to the same snapshot repository>>
  41. * <<repeated-snapshot-failures,Troubleshooting repeated snapshot failures>>
  42. [discrete]
  43. [[troubleshooting-others]]
  44. === Others
  45. * <<discovery-troubleshooting,Troubleshooting discovery>>
  46. * <<monitoring-troubleshooting,Troubleshooting monitoring>>
  47. * <<transform-troubleshooting,Troubleshooting transforms>>
  48. * <<watcher-troubleshooting,Troubleshooting Watcher>>
  49. * <<troubleshooting-searches,Troubleshooting searches>>
  50. If none of these solutions relate to your issue, you can still get help:
  51. * For users with an active subscription, you can get help in several ways:
  52. ** Go directly to the http://support.elastic.co[Support Portal]
  53. ** From the {ess} Console, go to the
  54. https://cloud.elastic.co/support{ess-baymax}[Support page], or select the
  55. support icon that looks like a life preserver on any page.
  56. ** Contact us by email: support@elastic.co
  57. +
  58. [TIP]
  59. ====
  60. If you contact us by email, use the email address that you registered with so
  61. that we can help you more quickly. If you are using a distribution list as your
  62. registered email, you can also register a second email address with us. Just
  63. open a case to let us know the name and email address you want to add.
  64. ====
  65. * For users without an active subscription, visit the
  66. https://discuss.elastic.co/[Elastic community forums] and get answers from
  67. the experts in the community, including people from Elastic.
  68. --
  69. include::troubleshooting/fix-common-cluster-issues.asciidoc[]
  70. include::troubleshooting/data/add-tier.asciidoc[]
  71. include::troubleshooting/data/enable-cluster-allocation.asciidoc[]
  72. include::troubleshooting/data/enable-index-allocation.asciidoc[]
  73. include::troubleshooting/data/data-tiers-mixed-with-node-attr.asciidoc[]
  74. include::troubleshooting/data/increase-tier-capacity.asciidoc[]
  75. include::troubleshooting/data/increase-shard-limit.asciidoc[]
  76. include::troubleshooting/data/increase-cluster-shard-limit.asciidoc[]
  77. include::troubleshooting/corruption-issues.asciidoc[]
  78. include::troubleshooting/disk/fix-data-node-out-of-disk.asciidoc[]
  79. include::troubleshooting/disk/fix-master-node-out-of-disk.asciidoc[]
  80. include::troubleshooting/disk/fix-other-node-out-of-disk.asciidoc[]
  81. include::troubleshooting/data/start-ilm.asciidoc[]
  82. include::troubleshooting/data/start-slm.asciidoc[]
  83. include::troubleshooting/data/restore-from-snapshot.asciidoc[]
  84. include::troubleshooting/snapshot/add-repository.asciidoc[]
  85. include::troubleshooting/snapshot/repeated-snapshot-failures.asciidoc[]
  86. include::troubleshooting/discovery-issues.asciidoc[]
  87. include::monitoring/troubleshooting.asciidoc[]
  88. include::transform/troubleshooting.asciidoc[leveloffset=+1]
  89. include::../../x-pack/docs/en/watcher/troubleshooting.asciidoc[]
  90. include::troubleshooting/troubleshooting-searches.asciidoc[]