asalma  
                (Salma Ait Lhaj)
               
                 
              
                  
                    June 4, 2018, 11:17am
                   
                   
              1 
               
             
            
              Hi,
[root@frghcslnetv12 ~]# curl http://localhost:9200/_cat/nodes?pretty
{
  "error" : {
    "root_cause" : [
      {
        "type" : "master_not_discovered_exception",
        "reason" : null
      }
    ],
    "type" : "master_not_discovered_exception",
    "reason" : null
  },
  "status" : 503
}
 
Please help me resolve this, i'm blocked
             
            
               
               
               
            
            
           
          
            
              
                dadoonet  
                (David Pilato)
               
              
                  
                    June 4, 2018,  7:12pm
                   
                   
              2 
               
             
            
              The node you started is not part of a cluster more likely.
             
            
               
               
               
            
            
           
          
            
              
                roshni  
                (R_C)
               
              
                  
                    June 5, 2018, 10:26am
                   
                   
              3 
               
             
            
              Please share your node details and your elasticsearch.yml file
             
            
               
               
               
            
            
           
          
            
              
                asalma  
                (Salma Ait Lhaj)
               
              
                  
                    June 5, 2018, 12:43pm
                   
                   
              4 
               
             
            
              Thank you, I already found the solution in this discuss :
  
  
    [root@frghcslnetv12 data]# curl http://localhost:9200/_cat/nodes?pretty
{
  "error" : {
    "root_cause" : [
      {
        "type" : "master_not_discovered_exception",
        "reason" : null
      }
    ],
    "type" : "master_not_discovered_exception",
    "reason" : null
  },
  "status" : 503
}
   
 
             
            
               
               
               
            
            
           
          
            
              
                system  
                (system)
                  Closed 
               
              
                  
                    July 3, 2018, 12:43pm
                   
                   
              5 
               
             
            
              This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.