Lets get started and create our empty index ready for our suburb data.
$ curl -XPUT 'http://localhost:9200/suburbs/'
Elasticsearch should tell you that the index has been created:
$ {"acknowledged":true}
You can also check by using paramedic or head e.g: