Update _clients/logstash/index.md
Co-authored-by: Vijayan Balasubramanian <VijayanB@users.noreply.github.com>
This commit is contained in:
parent
31613067dd
commit
c18cced55a
|
@ -91,7 +91,7 @@ docker run -p 9200:9200 -p 9600:9600 --name opensearch --net test -e "discovery.
|
||||||
1. Start Logstash:
|
1. Start Logstash:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -it --rm --name logstash --net test opensearchstaging/logstash-oss-with-opensearch-output-plugin:7.13.2 -e 'input { stdin { } } output {
|
docker run -it --rm --name logstash --net test openserachproject/logstash-oss-with-opensearch-output-plugin:7.13.2 -e 'input { stdin { } } output {
|
||||||
opensearch {
|
opensearch {
|
||||||
hosts => ["https://opensearch:9200"]
|
hosts => ["https://opensearch:9200"]
|
||||||
index => "opensearch-logstash-docker-%{+YYYY.MM.dd}"
|
index => "opensearch-logstash-docker-%{+YYYY.MM.dd}"
|
||||||
|
|
Loading…
Reference in New Issue