Update _clients/logstash/index.md

Co-authored-by: Vijayan Balasubramanian <VijayanB@users.noreply.github.com>
This commit is contained in:
Ashwin Kumar 2021-08-02 17:33:45 -07:00 committed by GitHub
parent 96e0c4dbcd
commit cfb582dd26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ docker network create test
1. Start OpenSearch with this network:
```
docker run -p 9200:9200 -p 9600:9600 --name opensearch --net mynet -e "discovery.type=single-node" opensearchproject/opensearch:1.0.0
docker run -p 9200:9200 -p 9600:9600 --name opensearch --net test -e "discovery.type=single-node" opensearchproject/opensearch:1.0.0
```
1. Start Logstash: