From 96e0c4dbcd4e8e869279993a70acc0bce2386b95 Mon Sep 17 00:00:00 2001 From: ashwinkumar12345 Date: Mon, 2 Aug 2021 13:00:04 -0700 Subject: [PATCH] install fix --- _clients/logstash/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_clients/logstash/index.md b/_clients/logstash/index.md index 5ad8b77c..f7dfbd5e 100644 --- a/_clients/logstash/index.md +++ b/_clients/logstash/index.md @@ -70,6 +70,12 @@ Make sure you have [Java Development Kit (JDK)](https://www.oracle.com/java/tech ### Docker +1. Pull the Logstash oss package with the OpenSearch output plugin image: + +``` +docker pull opensearchproject/logstash-oss-with-opensearch-output-plugin:7.13.2 +``` + 1. Create a Docker network: ```