Wrapping curl url with quote for correct execution

This commit is contained in:
wiibaa 2012-06-22 06:27:19 +02:00
parent b1f9560529
commit 05c46d90e7

View file

@ -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