mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Wrapping curl url with quote for correct execution
This commit is contained in:
parent
b1f9560529
commit
05c46d90e7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Press ^C to kill it.
|
|||
Same config as step 2, but now we are also writing events to ElasticSearch. Do
|
||||
a search for '*' (all):
|
||||
|
||||
curl http://localhost:9200/_search?pretty=1&q=*
|
||||
curl 'http://localhost:9200/_search?pretty=1&q=*'
|
||||
|
||||
## Step 4 - logstash web
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue