install fix

This commit is contained in:
ashwinkumar12345 2021-08-02 13:00:04 -07:00
parent 880a635b90
commit 96e0c4dbcd
1 changed files with 6 additions and 0 deletions

View File

@ -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:
```