Skip to content

Instantly share code, notes, and snippets.

@harobed
Created March 28, 2017 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harobed/5c196be791eace13e343409907e780a6 to your computer and use it in GitHub Desktop.
Save harobed/5c196be791eace13e343409907e780a6 to your computer and use it in GitHub Desktop.
curl -XGET 'http://localhost:9200/_cluster/state?pretty=1'
{
"cluster_name" : "santa-maria-log",
"version" : 27,
"state_uuid" : "n9StAKabT2GTjnFGgKapyA",
"master_node" : "xlYYxM4xQTqquvV_et2dZw",
"blocks" : { },
"nodes" : {
"xlYYxM4xQTqquvV_et2dZw" : {
"name" : "xlYYxM4",
"ephemeral_id" : "KXLViqU1R-6By6jv1LRYPA",
"transport_address" : "172.18.0.2:9300",
"attributes" : { }
}
},
"metadata" : {
"cluster_uuid" : "iPCRKYvYTMChTXgYm-chww",
"templates" : {
"logstash" : {
"template" : "logstash-*",
"order" : 0,
"settings" : {
"index" : {
"refresh_interval" : "5s"
}
},
"mappings" : {
"_default_" : {
"dynamic_templates" : [
{
"message_field" : {
"path_match" : "message",
"mapping" : {
"norms" : false,
"type" : "text"
},
"match_mapping_type" : "string"
}
},
{
"string_fields" : {
"mapping" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"match_mapping_type" : "string",
"match" : "*"
}
}
],
"_all" : {
"norms" : false,
"enabled" : true
},
"properties" : {
"@timestamp" : {
"include_in_all" : false,
"type" : "date"
},
"geoip" : {
"dynamic" : true,
"properties" : {
"ip" : {
"type" : "ip"
},
"latitude" : {
"type" : "half_float"
},
"location" : {
"type" : "geo_point"
},
"longitude" : {
"type" : "half_float"
}
}
},
"@version" : {
"include_in_all" : false,
"type" : "keyword"
}
}
}
}
}
},
"indices" : {
"logstash-2017.03.28" : {
"state" : "open",
"settings" : {
"index" : {
"refresh_interval" : "5s",
"number_of_shards" : "5",
"provided_name" : "logstash-2017.03.28",
"creation_date" : "1490688595883",
"number_of_replicas" : "1",
"uuid" : "TbCv_HhFQU2SQZMCZBr3Cw",
"version" : {
"created" : "5020299"
}
}
},
"mappings" : {
"_default_" : {
"dynamic_templates" : [
{
"message_field" : {
"path_match" : "message",
"mapping" : {
"norms" : false,
"type" : "text"
},
"match_mapping_type" : "string"
}
},
{
"string_fields" : {
"mapping" : {
"norms" : false,
"fields" : {
"keyword" : {
"type" : "keyword"
}
},
"type" : "text"
},
"match_mapping_type" : "string",
"match" : "*"
}
}
],
"_all" : {
"norms" : false,
"enabled" : true
},
"properties" : {
"@timestamp" : {
"include_in_all" : false,
"type" : "date"
},
"geoip" : {
"dynamic" : "true",
"properties" : {
"ip" : {
"type" : "ip"
},
"latitude" : {
"type" : "half_float"
},
"location" : {
"type" : "geo_point"
},
"longitude" : {
"type" : "half_float"
}
}
},
"@version" : {
"include_in_all" : false,
"type" : "keyword"
}
}
},
"journal" : {
"dynamic_templates" : [
{
"message_field" : {
"path_match" : "message",
"mapping" : {
"norms" : false,
"type" : "text"
},
"match_mapping_type" : "string"
}
},
{
"string_fields" : {
"mapping" : {
"norms" : false,
"fields" : {
"keyword" : {
"type" : "keyword"
}
},
"type" : "text"
},
"match_mapping_type" : "string",
"match" : "*"
}
}
],
"_all" : {
"norms" : false,
"enabled" : true
},
"properties" : {
"_PID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_CAP_EFFECTIVE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_SOURCE_REALTIME_TIMESTAMP" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CATALOG_ENTRY" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"PRIORITY" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"type" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_GID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_MACHINE_ID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"MESSAGE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CONTAINER_ID_FULL" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CONTAINER_TAG" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_TRANSPORT" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"MESSAGE_ID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_CMDLINE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"@version" : {
"include_in_all" : false,
"type" : "keyword"
},
"SYSLOG_IDENTIFIER" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"beat" : {
"properties" : {
"hostname" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"name" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"version" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
}
}
},
"host" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_SYSTEMD_SLICE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"SYSLOG_FACILITY" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"SYSLOG_PID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_UID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_EXE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"geoip" : {
"dynamic" : "true",
"properties" : {
"ip" : {
"type" : "ip"
},
"latitude" : {
"type" : "half_float"
},
"location" : {
"type" : "geo_point"
},
"longitude" : {
"type" : "half_float"
}
}
},
"CODE_FUNCTION" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"input_type" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CODE_FILE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CODE_LINE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CONTAINER_NAME" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_AUDIT_SESSION" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_SYSTEMD_CGROUP" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"tags" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_AUDIT_LOGINUID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_COMM" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"@timestamp" : {
"include_in_all" : false,
"type" : "date"
},
"_BOOT_ID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_SYSTEMD_UNIT" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_HOSTNAME" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CONTAINER_ID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
}
}
}
},
"aliases" : [ ],
"primary_terms" : {
"0" : 1,
"1" : 1,
"2" : 1,
"3" : 1,
"4" : 1
},
"in_sync_allocations" : {
"1" : [
"Eof0T1GAR_2H27E_rhF2sQ"
],
"2" : [
"4rTLefpzQFGt0kl2CCyHew"
],
"3" : [
"jLeZ8WNhScWTrIh_KA10Rw"
],
"4" : [
"UP5WkP41QUCU5QMWnYYAEQ"
],
"0" : [
"c2L9DXJ7RNKbvk3C2DEdTQ"
]
}
},
".kibana" : {
"state" : "open",
"settings" : {
"index" : {
"creation_date" : "1490642725517",
"number_of_shards" : "1",
"number_of_replicas" : "1",
"uuid" : "anM_vtn5Q2OxJHElkAgxqg",
"version" : {
"created" : "5020299"
},
"provided_name" : ".kibana"
}
},
"mappings" : {
"config" : {
"properties" : {
"buildNum" : {
"type" : "keyword"
},
"defaultIndex" : {
"type" : "text",
"fields" : {
"keyword" : {
"ignore_above" : 256,
"type" : "keyword"
}
}
}
}
},
"index-pattern" : {
"properties" : {
"notExpandable" : {
"type" : "boolean"
},
"fieldFormatMap" : {
"type" : "text"
},
"sourceFilters" : {
"type" : "text"
},
"timeFieldName" : {
"type" : "text"
},
"intervalName" : {
"type" : "text"
},
"fields" : {
"type" : "text"
},
"title" : {
"type" : "text"
}
}
},
"search" : {
"properties" : {
"hits" : {
"type" : "integer"
},
"columns" : {
"type" : "text"
},
"description" : {
"type" : "text"
},
"sort" : {
"type" : "text"
},
"title" : {
"type" : "text"
},
"version" : {
"type" : "integer"
},
"kibanaSavedObjectMeta" : {
"properties" : {
"searchSourceJSON" : {
"type" : "text"
}
}
}
}
},
"server" : {
"properties" : {
"uuid" : {
"type" : "keyword"
}
}
}
},
"aliases" : [ ],
"primary_terms" : {
"0" : 1
},
"in_sync_allocations" : {
"0" : [
"TMgl7StXTUCoqdESPqmV1w"
]
}
},
"logstash-2017.03.27" : {
"state" : "open",
"settings" : {
"index" : {
"refresh_interval" : "5s",
"number_of_shards" : "5",
"provided_name" : "logstash-2017.03.27",
"creation_date" : "1490642764794",
"number_of_replicas" : "1",
"uuid" : "0v6Xyy9rSnCsfV1Pk1gM0Q",
"version" : {
"created" : "5020299"
}
}
},
"mappings" : {
"_default_" : {
"dynamic_templates" : [
{
"message_field" : {
"path_match" : "message",
"mapping" : {
"norms" : false,
"type" : "text"
},
"match_mapping_type" : "string"
}
},
{
"string_fields" : {
"mapping" : {
"norms" : false,
"fields" : {
"keyword" : {
"type" : "keyword"
}
},
"type" : "text"
},
"match_mapping_type" : "string",
"match" : "*"
}
}
],
"_all" : {
"norms" : false,
"enabled" : true
},
"properties" : {
"@timestamp" : {
"include_in_all" : false,
"type" : "date"
},
"geoip" : {
"dynamic" : "true",
"properties" : {
"ip" : {
"type" : "ip"
},
"latitude" : {
"type" : "half_float"
},
"location" : {
"type" : "geo_point"
},
"longitude" : {
"type" : "half_float"
}
}
},
"@version" : {
"include_in_all" : false,
"type" : "keyword"
}
}
},
"journal" : {
"dynamic_templates" : [
{
"message_field" : {
"path_match" : "message",
"mapping" : {
"norms" : false,
"type" : "text"
},
"match_mapping_type" : "string"
}
},
{
"string_fields" : {
"mapping" : {
"norms" : false,
"fields" : {
"keyword" : {
"type" : "keyword"
}
},
"type" : "text"
},
"match_mapping_type" : "string",
"match" : "*"
}
}
],
"_all" : {
"norms" : false,
"enabled" : true
},
"properties" : {
"_PID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_CAP_EFFECTIVE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_SOURCE_REALTIME_TIMESTAMP" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"PRIORITY" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"type" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_GID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_MACHINE_ID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"MESSAGE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_SOURCE_MONOTONIC_TIMESTAMP" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CONTAINER_ID_FULL" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CONTAINER_TAG" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_TRANSPORT" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_CMDLINE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"@version" : {
"include_in_all" : false,
"type" : "keyword"
},
"SYSLOG_IDENTIFIER" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"beat" : {
"properties" : {
"hostname" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"name" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"version" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
}
}
},
"host" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_SYSTEMD_SLICE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"SYSLOG_FACILITY" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"SYSLOG_PID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_UID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_EXE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"geoip" : {
"dynamic" : "true",
"properties" : {
"ip" : {
"type" : "ip"
},
"latitude" : {
"type" : "half_float"
},
"location" : {
"type" : "geo_point"
},
"longitude" : {
"type" : "half_float"
}
}
},
"CODE_FUNCTION" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"input_type" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CODE_FILE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CODE_LINE" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CONTAINER_NAME" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_AUDIT_SESSION" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_SYSTEMD_CGROUP" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"tags" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_AUDIT_LOGINUID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_COMM" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"@timestamp" : {
"include_in_all" : false,
"type" : "date"
},
"_BOOT_ID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_SYSTEMD_UNIT" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"_HOSTNAME" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
},
"CONTAINER_ID" : {
"norms" : false,
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword"
}
}
}
}
}
},
"aliases" : [ ],
"primary_terms" : {
"0" : 1,
"1" : 1,
"2" : 1,
"3" : 1,
"4" : 1
},
"in_sync_allocations" : {
"1" : [
"uGj8F-XLTmadIuzSMr1nkA"
],
"2" : [
"dl3fe0PoTLWmz_MvmEk7fg"
],
"3" : [
"o_TTsJ-QRFuRJ5LmfWKIDQ"
],
"4" : [
"DktMF2UsQ5Kh3VjfreTVaQ"
],
"0" : [
"vY1IRsXtSNuGXSXIK_tl0g"
]
}
}
},
"index-graveyard" : {
"tombstones" : [ ]
}
},
"routing_table" : {
"indices" : {
"logstash-2017.03.28" : {
"shards" : {
"1" : [
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 1,
"index" : "logstash-2017.03.28",
"allocation_id" : {
"id" : "Eof0T1GAR_2H27E_rhF2sQ"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 1,
"index" : "logstash-2017.03.28",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-28T08:09:55.899Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
}
],
"2" : [
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 2,
"index" : "logstash-2017.03.28",
"allocation_id" : {
"id" : "4rTLefpzQFGt0kl2CCyHew"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 2,
"index" : "logstash-2017.03.28",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-28T08:09:55.899Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
}
],
"3" : [
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 3,
"index" : "logstash-2017.03.28",
"allocation_id" : {
"id" : "jLeZ8WNhScWTrIh_KA10Rw"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 3,
"index" : "logstash-2017.03.28",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-28T08:09:55.899Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
}
],
"4" : [
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 4,
"index" : "logstash-2017.03.28",
"allocation_id" : {
"id" : "UP5WkP41QUCU5QMWnYYAEQ"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 4,
"index" : "logstash-2017.03.28",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-28T08:09:55.899Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
}
],
"0" : [
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 0,
"index" : "logstash-2017.03.28",
"allocation_id" : {
"id" : "c2L9DXJ7RNKbvk3C2DEdTQ"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 0,
"index" : "logstash-2017.03.28",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-28T08:09:55.899Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
}
]
}
},
".kibana" : {
"shards" : {
"0" : [
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 0,
"index" : ".kibana",
"allocation_id" : {
"id" : "TMgl7StXTUCoqdESPqmV1w"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 0,
"index" : ".kibana",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-27T19:25:26.002Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
}
]
}
},
"logstash-2017.03.27" : {
"shards" : {
"1" : [
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 1,
"index" : "logstash-2017.03.27",
"allocation_id" : {
"id" : "uGj8F-XLTmadIuzSMr1nkA"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 1,
"index" : "logstash-2017.03.27",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-27T19:26:04.813Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
}
],
"2" : [
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 2,
"index" : "logstash-2017.03.27",
"allocation_id" : {
"id" : "dl3fe0PoTLWmz_MvmEk7fg"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 2,
"index" : "logstash-2017.03.27",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-27T19:26:04.813Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
}
],
"3" : [
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 3,
"index" : "logstash-2017.03.27",
"allocation_id" : {
"id" : "o_TTsJ-QRFuRJ5LmfWKIDQ"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 3,
"index" : "logstash-2017.03.27",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-27T19:26:04.813Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
}
],
"4" : [
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 4,
"index" : "logstash-2017.03.27",
"allocation_id" : {
"id" : "DktMF2UsQ5Kh3VjfreTVaQ"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 4,
"index" : "logstash-2017.03.27",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-27T19:26:04.813Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
}
],
"0" : [
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 0,
"index" : "logstash-2017.03.27",
"allocation_id" : {
"id" : "vY1IRsXtSNuGXSXIK_tl0g"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 0,
"index" : "logstash-2017.03.27",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-27T19:26:04.813Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
}
]
}
}
}
},
"routing_nodes" : {
"unassigned" : [
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 1,
"index" : "logstash-2017.03.28",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-28T08:09:55.899Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 2,
"index" : "logstash-2017.03.28",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-28T08:09:55.899Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 3,
"index" : "logstash-2017.03.28",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-28T08:09:55.899Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 4,
"index" : "logstash-2017.03.28",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-28T08:09:55.899Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 0,
"index" : "logstash-2017.03.28",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-28T08:09:55.899Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 0,
"index" : ".kibana",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-27T19:25:26.002Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 1,
"index" : "logstash-2017.03.27",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-27T19:26:04.813Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 2,
"index" : "logstash-2017.03.27",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-27T19:26:04.813Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 3,
"index" : "logstash-2017.03.27",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-27T19:26:04.813Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 4,
"index" : "logstash-2017.03.27",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-27T19:26:04.813Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
},
{
"state" : "UNASSIGNED",
"primary" : false,
"node" : null,
"relocating_node" : null,
"shard" : 0,
"index" : "logstash-2017.03.27",
"recovery_source" : {
"type" : "PEER"
},
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2017-03-27T19:26:04.813Z",
"delayed" : false,
"allocation_status" : "no_attempt"
}
}
],
"nodes" : {
"xlYYxM4xQTqquvV_et2dZw" : [
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 1,
"index" : "logstash-2017.03.28",
"allocation_id" : {
"id" : "Eof0T1GAR_2H27E_rhF2sQ"
}
},
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 2,
"index" : "logstash-2017.03.28",
"allocation_id" : {
"id" : "4rTLefpzQFGt0kl2CCyHew"
}
},
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 3,
"index" : "logstash-2017.03.28",
"allocation_id" : {
"id" : "jLeZ8WNhScWTrIh_KA10Rw"
}
},
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 4,
"index" : "logstash-2017.03.28",
"allocation_id" : {
"id" : "UP5WkP41QUCU5QMWnYYAEQ"
}
},
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 0,
"index" : "logstash-2017.03.28",
"allocation_id" : {
"id" : "c2L9DXJ7RNKbvk3C2DEdTQ"
}
},
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 0,
"index" : ".kibana",
"allocation_id" : {
"id" : "TMgl7StXTUCoqdESPqmV1w"
}
},
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 1,
"index" : "logstash-2017.03.27",
"allocation_id" : {
"id" : "uGj8F-XLTmadIuzSMr1nkA"
}
},
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 2,
"index" : "logstash-2017.03.27",
"allocation_id" : {
"id" : "dl3fe0PoTLWmz_MvmEk7fg"
}
},
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 3,
"index" : "logstash-2017.03.27",
"allocation_id" : {
"id" : "o_TTsJ-QRFuRJ5LmfWKIDQ"
}
},
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 4,
"index" : "logstash-2017.03.27",
"allocation_id" : {
"id" : "DktMF2UsQ5Kh3VjfreTVaQ"
}
},
{
"state" : "STARTED",
"primary" : true,
"node" : "xlYYxM4xQTqquvV_et2dZw",
"relocating_node" : null,
"shard" : 0,
"index" : "logstash-2017.03.27",
"allocation_id" : {
"id" : "vY1IRsXtSNuGXSXIK_tl0g"
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment