This command show:

C:\Program Files\Elasticsearch\bin>curl -XGET
"http://localhost:9204/_nodes/_all/process?pretty=true";
{
  "ok" : true,
  "cluster_name" : "mycluster",
  "nodes" : {
    "RTlR2GvATs-jqYSRQ5c6bg" : {
      "name" : "node4",
      "transport_address" : "inet[/192.168.0.89:9304]",
      "hostname" : "V04",
      "version" : "0.90.12",
      "http_address" : "inet[/192.168.0.89:9204]",
      "attributes" : {
        "master" : "false"
      },
      "process" : {
        "refresh_interval" : 1000,
        "id" : 3420,
        "max_file_descriptors" : -1,
        "mlockall" : false
      }
    },
    "BA2wkXmKTAqQlaULydDjuA" : {
      "name" : "node3",
      "transport_address" : "inet[/192.168.0.173:9300]",
      "hostname" : "V03",
      "version" : "0.90.12",
      "http_address" : "inet[/192.168.0.173:9200]",
      "attributes" : {
        "master" : "true"
      },
      "process" : {
        "refresh_interval" : 1000,
        "id" : 1148,
        "max_file_descriptors" : -1,
        "mlockall" : false
      }
    }
  }
}

On Mon, Jun 9, 2014 at 5:51 PM, sirkubax <jakubxmuszyn...@googlemail.com> wrote:
> What this commnad show
>
> curl -XGET 'http://localhost:9200/_nodes/_all/process?pretty=true' |less
>
> W dniu poniedziałek, 9 czerwca 2014 16:41:25 UTC+2 użytkownik Dmitriy
> Kargapolov napisał:
>>
>> I have a simple cluster with 2 nodes: master/data and data. I need to move
>> master data to another server. I tried to change master to data and data to
>> master, also made 3 node master. But always I had one result. Status of
>> cluster was green and I all shards were 0, but in home directory I had all
>> data. What should I do to solve this problem?
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "elasticsearch" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/elasticsearch/mBzkcuJq5t0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> elasticsearch+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/276abfa2-450a-4e38-b552-faf044651456%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAJBXYCkp9D8%3D555-y-Jb6WoG1o6Y70TfH%2B8fmFbdmOTQ3kAOFg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to