markdown [CAT] #elasticsearch

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown [CAT] #elasticsearch相关的知识,希望对你有一定的参考价值。


**Checking the cluster health**

```
GET /_cat/health?v
```

**Listing the cluster's nodes**

```
GET /_cat/nodes?v
```

**Listing the cluster's indices**

```
GET /_cat/indices?v
```

**Checking the shard allocation**

```
GET /_cat/allocation?v
```

**Checking which nodes contain which shards**

```
GET /_cat/shards?v
```

以上是关于markdown [CAT] #elasticsearch的主要内容,如果未能解决你的问题,请参考以下文章

Linux??????ELK?????????????????????FIlebeat+Redis+Logstash+Elasticse

MarkDown 自然符号

Lucene

java操作elecsearch

Docker 安装 Elasticsearch

ElasticSearch 一文读懂