Update read-from-opensearch.md (#5457)

Change double quote to single quote on query

Signed-off-by: Zachary Wilkins <znwilkins@gmail.com>
This commit is contained in:
Zachary Wilkins 2023-11-08 16:27:56 -05:00 committed by GitHub
parent 3dbcc34670
commit 77bcd03a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ input {
user => "admin"
password => "admin"
index => "logstash-logs-%{+YYYY.MM.dd}"
query => "{ "query": { "match_all": {}} }"
query => '{ "query": { "match_all": {}} }'
}
}