Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ It's typically easier to wait until the console stops scrolling, and then run `c

```bash
curl localhost:9200

```
The expected reponse should be
```
{
"name" : "runTask-0",
"cluster_name" : "runTask",
Expand Down
Loading