Update index.md

Signed-off-by: Oded Shafran <oded@shafranet.com>
This commit is contained in:
Oded Shafran 2022-04-25 10:16:00 +03:00 committed by Oded Shafran
parent f5e4794a2b
commit 8251952f34
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ If you're migrating from an existing Logstash installation, you can install the
1. Start Logstash:
```
docker run -it --rm --name logstash --net test opensearchproject/logstash-oss-with-opensearch-output-plugin:7.13.4 -e 'input { stdin { } } output {
docker run -it --rm --name logstash --net test opensearchproject/logstash-oss-with-opensearch-output-plugin:7.16.2 -e 'input { stdin { } } output {
opensearch {
hosts => ["https://opensearch:9200"]
index => "opensearch-logstash-docker-%{+YYYY.MM.dd}"