Skip to content

Commit

Permalink
Update README.md to add quickstart information to OpenSearch (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudha committed Aug 3, 2023
1 parent 05ae4de commit 0929909
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
elasticdump
==================

Tools for moving and saving indices.
Tools for moving and saving indices from Elasticsearch and OpenSearch

![picture](https://raw.github.com/elasticsearch-dump/elasticsearch-dump/master/elasticdump.jpg)

Expand Down Expand Up @@ -46,7 +46,7 @@ elasticdump

Elasticdump works by sending an `input` to an `output`. Both can be either an elasticsearch URL or a File.

Elasticsearch:
Elasticsearch/OpenSearch:
- format: `{protocol}://{host}:{port}/{index}`
- example: `http://127.0.0.1:9200/my_index`

Expand Down Expand Up @@ -183,11 +183,11 @@ elasticdump \

### Non-Standard Install

If Elasticsearch is not being served from the root directory the `--input-index` and
If Elasticsearch/OpenSearch is not being served from the root directory the `--input-index` and
`--output-index` are required. If they are not provided, the additional sub-directories will
be parsed for index and type.

Elasticsearch:
Elasticsearch/OpenSearch:
- format: `{protocol}://{host}:{port}/{sub}/{directory...}`
- example: `http://127.0.0.1:9200/api/search`

Expand Down

0 comments on commit 0929909

Please sign in to comment.