From d6c325b4f30986b8f27dec54a4fcf525144085ce Mon Sep 17 00:00:00 2001 From: Oded Shafran <3141105+himberjack@users.noreply.github.com> Date: Mon, 25 Apr 2022 10:16:00 +0300 Subject: [PATCH] Aligning the docker image version with the one presented in previous step Signed-off-by: Oded Shafran --- _clients/logstash/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_clients/logstash/index.md b/_clients/logstash/index.md index 04b9c1c0..2947ff73 100644 --- a/_clients/logstash/index.md +++ b/_clients/logstash/index.md @@ -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}"