Hi,
Am new in elasticsearch, i have a probleme with the health of cluster and indice, the health of py cluster is yellow
curl 'ELK:9200/_cat/health?v'
epoch timestamp cluster status node.total node.data shards pri relo init unassign pending_tasks
1438695703 15:41:43 elasticsearch yellow 1 1 10 10 0 0 10 0
and also for all indices:
curl 'ELK:9200/_cat/indices?v'
health status index pri rep docs.count docs.deleted store.size pri.store.size
yellow open logstash 5 1 0 0 720b 720b
For that i have this problem in kibana:
Can u help me please
thnx