Skip to content

Commit 47bbd0e

Browse files
authored
Merge pull request #104 from wireapp/WPB-21670-docs-for-es-reindex
fix formatting
2 parents bc84cf4 + 956c49f commit 47bbd0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/how-to/administrate/elasticsearch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ To alias an index, use the Native Elasticsearch API in your ES cluster like so:
288288

289289
```
290290
curl -X POST "localhost:9200/_aliases" -H 'Content-Type: application/json' -d '{"actions": [{"add": {"index": "directory-name-here", "alias": "alias-for-that-directory"}}]}'
291+
```
291292

292293
## Troubleshooting
293294

0 commit comments

Comments
 (0)