1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-12-22 10:08:54 +00:00

docs(elasticsearch): add service commands

This commit is contained in:
Julien Le Coupanec 2020-06-07 21:49:12 +02:00
parent 64d2004dcc
commit 665830f2bf
2 changed files with 5 additions and 4 deletions

View File

@ -94,7 +94,7 @@ Feel free to take a look. You might learn new things. They have been designed to
#### Development
- [cURL](tools/curl.sh)
- [Elastic Search](tools/elastic_search.js)
- [Elasticsearch](tools/elasticsearch.js)
- [Git](tools/git.sh)
- [Puppeteer](tools/puppeteer.js)
- [Sublime Text](tools/sublime_text.md)

View File

@ -6,3 +6,4 @@
sudo service elasticsearch status -l // Check elasticsearch status
sudo service elasticsearch restart // Restart elasticsearch
sudo service kibana restart // Restart kibana