Raghu_Reddy
(Raghu Reddy)
September 17, 2018, 12:35pm
1
Hi Team,
I have created 3 server for the elasticsearch, one is master and data node and 2 are only data node.
They are able to form the cluster, but when i use postman api to check i am getting status as red.
also i used below command to check, i am also getting same error.
curl -XGET 'http://10.4.1.169:9200/_cluster/health/team_search '
{
"cluster_name":"team_search",
"status":"red",
"timed_out":true,
"number_of_nodes":3,
"number_of_data_nodes":3,
"active_primary_shards":0,
"active_shards":0,
"relocating_shards":0,
"initializing_shards":0,
"unassigned_shards":0,
"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":100
}
Please guide me.
gudgip
September 17, 2018, 12:41pm
2
Have you checked the logs?
Raghu_Reddy
(Raghu Reddy)
September 17, 2018, 12:53pm
3
yes,
I got all the elastic search service as running successful.
I am not getting where it wrong/missing
zqc0512
(andy_zhou)
September 18, 2018, 6:59am
4
mini master node is big?
discovery.zen.minimum_master_nodes: xxx
show the elastichsearch.yml file .
zqc0512
(andy_zhou)
September 18, 2018, 7:02am
5
zqc0512
(andy_zhou)
September 19, 2018, 6:41am
7
so the cluster is ok.
use http://xx.xx.xx:9200/_cluster/health?pretty to see the es cluster status.
But when try to check the status of cluster through the postman it is red, because of which the activity is pending
system
(system)
Closed
October 17, 2018, 7:40am
10
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.