Hello,
I am a developer and have just recently start working on ElasticSearch. Here is the status
{
"cluster_name" : "elasticsearch",
"status" : "yellow",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 15,
"active_shards" : 15,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 15,
"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" : 50.0
}
AND
curl http://localhost:9200/_cat/indices
yellow open marham_index 5 1 6550 0 1.8mb 1.8mb
yellow open disease_index 5 1 164 0 60.2kb 60.2kb
yellow open service_index 5 1 531 0 84.7kb 84.7kb
We are using a VPS with 2 GB ram. Can any one please help me
Best Regards:
Waqas Kakar