Skip to content

Commit

Permalink
Update elasticsearch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mb-wali authored Dec 5, 2023
1 parent c0d9ee2 commit 41989d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/deployments/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,9 @@ curl -XGET "http://elasticsearch:9200/_cluster/health?pretty"

# run indexing from file
curl -sX PUT "http://elasticsearch:9200/data" -d @settings.json

# check indices of /data
curl -XGET "http://elasticsearch:9200/_cat/indices/data"
```

#### (optional) delete current indexes
Expand Down

0 comments on commit 41989d0

Please sign in to comment.