Skip to content

Commit a8c4c75

Browse files
authored
Merge pull request #1517 from chdeliens/patch-1
Fixed typo in docs
2 parents b08530d + 2bfd66e commit a8c4c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cookbook/populate-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ But in case of production Elasticsearch, you may suffer of high load on data-nod
77
because Elasticsearch performs async refresh of shard(s).
88

99
According to [official documentation about bulk indexing](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-update-settings.html#bulk)
10-
to squeeze out more performance out of bulk indexing, you must set `refresh_interval` to `-1` be executing:
10+
to squeeze out more performance out of bulk indexing, you must set `refresh_interval` to `-1` by executing:
1111

1212
```bash
1313
curl -XPUT localhost:9200/test/_settings -d '{

0 commit comments

Comments
 (0)