Skip to content

Commit

Permalink
Update read-from-opensearch.md (#5457)
Browse files Browse the repository at this point in the history
Change double quote to single quote on query

Signed-off-by: Zachary Wilkins <[email protected]>
  • Loading branch information
znwilkins authored Nov 8, 2023
1 parent 3dbcc34 commit 77bcd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tools/logstash/read-from-opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ input {
user => "admin"
password => "admin"
index => "logstash-logs-%{+YYYY.MM.dd}"
query => "{ "query": { "match_all": {}} }"
query => '{ "query": { "match_all": {}} }'
}
}

Expand Down

0 comments on commit 77bcd03

Please sign in to comment.