elasticsearch
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
elasticsearch [2021/01/25 23:36] – [Quick Commands] k2patel | elasticsearch [2021/01/25 23:41] (current) – [Quick Commands] k2patel | ||
---|---|---|---|
Line 18: | Line 18: | ||
== Unassigned shard | timeout == | == Unassigned shard | timeout == | ||
- | = Try restarting | + | **Try restarting** |
<code bash> | <code bash> | ||
curl -XPOST -k https:// | curl -XPOST -k https:// | ||
</ | </ | ||
- | = List indexes not assigned | + | **List indexes not assigned** |
<code bash> | <code bash> | ||
curl -k --CApath / | curl -k --CApath / | ||
</ | </ | ||
- | = Detailed information on issue = | + | **Detailed information on issue** |
<code bash> | <code bash> | ||
curl -k --CApath / | curl -k --CApath / | ||
Line 40: | Line 40: | ||
curl -XDELETE ' | curl -XDELETE ' | ||
</ | </ | ||
+ | |||
+ | == Disk usage issue == | ||
+ | When free disk space fall cluster fails. | ||
+ | <code bash> | ||
+ | curl -H ' | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | }' http:// | ||
+ | </ | ||
+ | |||
+ | |||
==== Templates ==== | ==== Templates ==== | ||
elasticsearch.1611617799.txt.gz · Last modified: 2021/01/25 23:36 by k2patel