docs(elastic-search): initialize cheatsheets

This commit is contained in:
Julien Le Coupanec 2020-06-04 12:06:47 +02:00
parent bf63539aa7
commit f966187fe7
2 changed files with 8 additions and 0 deletions

View File

@ -94,6 +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)
- [Git](tools/git.sh)
- [Puppeteer](tools/puppeteer.js)
- [Sublime Text](tools/sublime_text.md)

7
tools/elastic_search.js Normal file
View File

@ -0,0 +1,7 @@
/* *******************************************************************************************
* ELASTIC SEARCH
* https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html
* ******************************************************************************************* */
sudo service elasticsearch status -l // Check elastic search status
sudo service elasticsearch restart // Restart elastic search