From 5c3572bed11a26dd48f343862febf0eabb37803d Mon Sep 17 00:00:00 2001 From: ashwinkumar12345 Date: Tue, 6 Jul 2021 23:52:32 -0700 Subject: [PATCH] typo --- _clients/logstash/ship-to-opensearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_clients/logstash/ship-to-opensearch.md b/_clients/logstash/ship-to-opensearch.md index 22ce6e4d..b241ee11 100644 --- a/_clients/logstash/ship-to-opensearch.md +++ b/_clients/logstash/ship-to-opensearch.md @@ -51,7 +51,7 @@ output { } ``` - The Logstash pipeline accepts JSON input through the terminal and ships the events to an OpenSearch cluster running locally. Logstash writes the events to an index with the `logstash-logs-%{+YYYY.MM.dd}` naming convention. + This Logstash pipeline accepts JSON input through the terminal and ships the events to an OpenSearch cluster running locally. Logstash writes the events to an index with the `logstash-logs-%{+YYYY.MM.dd}` naming convention. 2. Start Logstash: