mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
[DOCS] Add more run options to README (#70607)
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
This commit is contained in:
parent
3dbb3e97d3
commit
0ee5b3169d
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ First of all, DON'T PANIC. It will take 5 minutes to get the gist of what Elasti
|
|||
* Run `bin/elasticsearch` on Linux or macOS. Run `bin\elasticsearch.bat` on Windows.
|
||||
* Run `curl -X GET http://localhost:9200/` to verify Elasticsearch is running.
|
||||
|
||||
For more options, see
|
||||
https://www.elastic.co/guide/en/elasticsearch/reference/current/starting-elasticsearch.html[Starting
|
||||
Elasticsearch].
|
||||
|
||||
=== Indexing
|
||||
|
||||
First, index some sample JSON documents. The first request automatically creates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue