This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
cdn:command [2018/12/23 21:04] shaoxp |
cdn:command [2021/06/01 15:29] (current) |
||
|---|---|---|---|
| Line 19: | Line 19: | ||
| * ''curl -voa "http://xxxx.cname.domain/xxx" --header "host:domain" | * ''curl -voa "http://xxxx.cname.domain/xxx" --header "host:domain" | ||
| '' | '' | ||
| + | ===== systemctl ===== | ||
| + | * systemctl status elasticsearch.service -l | ||
| + | * systemctl enable elasticsearch | ||
| + | * systemctl stop elasticsearch | ||
| + | * systemctl disable elasticsearch | ||
| + | * systemctl start elasticsearch | ||
| + | * systemctl restart elasticsearch | ||
| + | |||
| + | ===== journalctl ===== | ||
| + | * journalctl -u elasticsearch | ||
| + | |||
| + | |||
| + | |||