I need guy who can install and configure elasticsearch

I think 15803 and 15804 is my content id, please help me to fix this issues

[root@cloud ~]# curl -XGET localhost:9200/_cat/shards?h=index,shard,prirep,state,unassigned.reason| grep UNASSIGNED                                   
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                                                       
                                 Dload  Upload   Total   Spent    Left  Speed                                                                         
100   531  100   531    0     0   9241      0 --:--:-- --:--:-- --:--:--  9155                                                                        
test_index  1 r UNASSIGNED CLUSTER_RECOVERED
test_index  4 r UNASSIGNED CLUSTER_RECOVERED
test_index  2 r UNASSIGNED CLUSTER_RECOVERED
test_index  3 r UNASSIGNED CLUSTER_RECOVERED
test_index  0 r UNASSIGNED CLUSTER_RECOVERED
stockerwill 0 r UNASSIGNED INDEX_CREATED
pvs         0 r UNASSIGNED INDEX_CREATED

I have removed all index except pvs, now I get this

curl -XGET localhost:9200/_cat/shards?h=index,shard,prirep,state,unassigned.reason| grep UNASSIGNED                                   
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                                                       
                                 Dload  Upload   Total   Spent    Left  Speed                                                                         
100    91  100    91    0     0   9814      0 --:--:-- --:--:-- --:--:-- 10111                                                                        
pvs       0 r UNASSIGNED INDEX_CREATED
[root@cloud ~]#

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.