minor fixes
This commit is contained in:
parent
ee1400ff2b
commit
4a4c43482a
@ -91,7 +91,7 @@ docker run -p 9200:9200 -p 9600:9600 --name opensearch --net test -e "discovery.
|
||||
1. Start Logstash:
|
||||
|
||||
```
|
||||
docker run -it --rm --name logstash --net test openserachproject/logstash-oss-with-opensearch-output-plugin:7.13.2 -e 'input { stdin { } } output {
|
||||
docker run -it --rm --name logstash --net test opensearchproject/logstash-oss-with-opensearch-output-plugin:7.13.2 -e 'input { stdin { } } output {
|
||||
opensearch {
|
||||
hosts => ["https://opensearch:9200"]
|
||||
index => "opensearch-logstash-docker-%{+YYYY.MM.dd}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user