Till yesterday everything was working fine, from today both node is not working.
Node 1:
root@sys1 init.d# curl -XGET localhost:9200/_cluster/health?pretty
{
"cluster_name" : "BPElasticSearch",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 2,
"number_of_data_nodes" : 2,
"active_primary_shards" : 3,
"active_shards" : 3,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 2,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0,
"task_max_waiting_in_queue_millis" : 0,
"active_shards_percent_as_number" : 60.0
}
root@sys1 init.d# curl -XGET localhost:9200/_cat/shards?h=index,shard,prirep,state,unassigned.reason | grep -i unassigned
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
127 255 127 255 0 0 9068 0 --:--:-- --:--:-- --:--:-- 10200
.kibana_tutorial 0 p UNASSIGNED INDEX_CREATED
.kibana 0 r UNASSIGNED CLUSTER_RECOVERED
Please let me know any information you need