Update _clients/logstash/index.md
Co-authored-by: Vijayan Balasubramanian <VijayanB@users.noreply.github.com>
This commit is contained in:
parent
96e0c4dbcd
commit
cfb582dd26
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue