mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-22 01:58:54 +00:00
docs(elasticsearch): add service commands
This commit is contained in:
parent
64d2004dcc
commit
665830f2bf
@ -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)
|
||||
|
@ -1,8 +1,9 @@
|
||||
/* *******************************************************************************************
|
||||
* ELASTIC SEARCH
|
||||
* ELASTICSEARCH
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html
|
||||
* https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/api-reference.html
|
||||
* ******************************************************************************************* */
|
||||
|
||||
sudo service elasticsearch status -l // Check elastic search status
|
||||
sudo service elasticsearch restart // Restart elastic search
|
||||
sudo service elasticsearch status -l // Check elasticsearch status
|
||||
sudo service elasticsearch restart // Restart elasticsearch
|
||||
sudo service kibana restart // Restart kibana
|
Loading…
Reference in New Issue
Block a user