mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-18 02:55:17 +00:00
docs(elastic-search): initialize cheatsheets
This commit is contained in:
parent
bf63539aa7
commit
f966187fe7
@ -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
7
tools/elastic_search.js
Normal 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
|
Loading…
Reference in New Issue
Block a user