从 ES 7.8 开始,每个 Elasticsearch 索引的默认分片和副本数是多少?

What is the default number of shards and replicas per Elasticsearch index as of ES 7.8?

我在 Elasticsearch 文档中找不到此信息。我知道在以前的版本中每个索引有 5 个分片和 1 个副本。还是这样吗?我在哪里可以找到这些信息?

Refer

默认为 1 个分片和 1 个副本。