install fix
This commit is contained in:
parent
880a635b90
commit
96e0c4dbcd
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue