- Get a list of indices - `curl ":9200/_cat/indices?v"` - Extract last bit of data from given index - `curl ":9200/>/_search?pretty&size=4"` - Search for keywords in index - `curl ":9200//_search?pretty&size=12&q=message:"`