elasticsearch.rst
changeset 2207 5085ac83075b
parent 2206 e765d2924785
child 2212 aec79721c8aa
equal deleted inserted replaced
2206:e765d2924785 2207:5085ac83075b
    38 
    38 
    39 List cluster state::
    39 List cluster state::
    40 
    40 
    41   GET /_cluster/state?pretty
    41   GET /_cluster/state?pretty
    42 
    42 
       
    43 List of tasks executed in cluster::
       
    44 
       
    45   GET /_cat/tasks?v
       
    46   GET /_cat/tasks?detailed
       
    47   GET _tasks
       
    48 
    43 List of indexes (status, health, size)::
    49 List of indexes (status, health, size)::
    44 
    50 
    45   GET /_cat/indices
    51   GET /_cat/indices
    46   GET /_cat/indices?v
    52   GET /_cat/indices?v
    47   GET /_cat/indices?v&s=index
    53   GET /_cat/indices?v&s=index
    60   Cluster Health.
    66   Cluster Health.
    61 https://www.elastic.co/guide/en/elasticsearch/reference/current/_list_all_indices.html
    67 https://www.elastic.co/guide/en/elasticsearch/reference/current/_list_all_indices.html
    62   List All Indices.
    68   List All Indices.
    63 https://www.elastic.co/guide/en/elasticsearch/reference/current/cat.html
    69 https://www.elastic.co/guide/en/elasticsearch/reference/current/cat.html
    64   cat APIs.
    70   cat APIs.
       
    71 https://www.elastic.co/guide/en/elasticsearch/reference/current/tasks.html
       
    72   Task Management API.
    65 
    73 
    66 Managing indexes
    74 Managing indexes
    67 ================
    75 ================
    68 
    76 
    69 Assign number of shards and replicas::
    77 Assign number of shards and replicas::