Skip to content

Instantly share code, notes, and snippets.

View kevindeland's full-sized avatar
💭
👻 👻 👻

Kevin DeLand kevindeland

💭
👻 👻 👻
View GitHub Profile
curl -XGET localhost:9200/_cluster/health/logstash-2014.09.11?pretty
{
"cluster_name" : "elasticsearch",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 0,
"active_shards" : 0,
"relocating_shards" : 0,
curl -XGET localhost:9200/logstash-2014.09.11/_search?pretty
{
"error" : "SearchPhaseExecutionException[Failed to execute phase [query], all shards failed]",
"status" : 503
}