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:29] – [Rolling Upgrade] k2patel | elasticsearch [2021/01/25 23:41] (current) – [Quick Commands] k2patel | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| <code bash> | <code bash> | ||
| curl -XGET ' | curl -XGET ' | ||
| - | </ | ||
| - | |||
| - | == Node Information == | ||
| - | <code bash> | ||
| - | curl -XGET ' | ||
| </ | </ | ||
| Line 20: | Line 15: | ||
| <code bash> | <code bash> | ||
| curl -XGET ' | curl -XGET ' | ||
| + | </ | ||
| + | |||
| + | == Unassigned shard | timeout == | ||
| + | **Try restarting** | ||
| + | <code bash> | ||
| + | curl -XPOST -k https:// | ||
| + | </ | ||
| + | **List indexes not assigned** | ||
| + | <code bash> | ||
| + | curl -k --CApath / | ||
| + | </ | ||
| + | **Detailed information on issue** | ||
| + | <code bash> | ||
| + | curl -k --CApath / | ||
| </ | </ | ||
| Line 31: | Line 40: | ||
| curl -XDELETE ' | curl -XDELETE ' | ||
| </ | </ | ||
| + | |||
| + | == Disk usage issue == | ||
| + | When free disk space fall cluster fails. | ||
| + | <code bash> | ||
| + | curl -H ' | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | }' http:// | ||
| + | </ | ||
| + | |||
| + | |||
| ==== Templates ==== | ==== Templates ==== | ||
| Line 164: | Line 187: | ||
| } | } | ||
| }' https:// | }' https:// | ||
| + | </ | ||
| + | |||
| + | ==== Node Information ==== | ||
| + | === List all nodes and important information === | ||
| + | : | ||
| + | <code bash> | ||
| + | curl -XGET -k https:// | ||
| </ | </ | ||
elasticsearch.1611617375.txt.gz · Last modified: 2021/01/25 23:29 by k2patel
