Skip to content

Commit 1702800

Browse files
committed
Update example
Update hosts example to list of string Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
1 parent 8242e09 commit 1702800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ To run the Logstash Output Opensearch plugin, add following configuration in you
188188
```
189189
output {
190190
opensearch {
191-
hosts => "https://hostname:port"
191+
hosts => ["hostname:port"]
192192
user => "admin"
193193
password => "admin"
194194
index => "logstash-logs-%{+YYYY.MM.dd}"

0 commit comments

Comments
 (0)