Skip to content

Commit

Permalink
Update ElasticSearch article Link (#6662)
Browse files Browse the repository at this point in the history
  • Loading branch information
timyip3 authored Feb 3, 2025
1 parent 9fbc02e commit 384203d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/v1/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ElasticSearch creates a new document for every nested field, there is currently
### Shards and Replicas
Number of shards and replicas per index can be specified as parameters to the writer and/or through configs under
`./pkg/es/config/config.go`. If not specified, it defaults to ElasticSearch defaults: 5 shards and 1 replica.
[This article](https://qbox.io/blog/optimizing-elasticsearch-how-many-shards-per-index) goes into more information
[This article](https://www.elastic.co/blog/how-many-shards-should-i-have-in-my-elasticsearch-cluster) goes into more information
about choosing how many shards should be chosen for optimization.

## Limitations
Expand Down

0 comments on commit 384203d

Please sign in to comment.