We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c417427 commit 3a96518Copy full SHA for 3a96518
docs/reference/getting-started.asciidoc
@@ -669,8 +669,8 @@ You can download the sample dataset (accounts.json) from https://github.com/elas
669
670
[source,sh]
671
--------------------------------------------------
672
-curl -H "Content-Type: application/json" -XPOST 'localhost:9200/bank/account/_bulk?pretty&refresh' --data-binary "@accounts.json"
673
-curl 'localhost:9200/_cat/indices?v'
+curl -H "Content-Type: application/json" -XPOST "localhost:9200/bank/account/_bulk?pretty&refresh" --data-binary "@accounts.json"
+curl "localhost:9200/_cat/indices?v"
674
675
// NOTCONSOLE
676
0 commit comments