Skip to content

Commit

Permalink
Merge pull request #1517 from chdeliens/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in docs
  • Loading branch information
XWB committed May 8, 2019
2 parents b08530d + 2bfd66e commit a8c4c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cookbook/populate-events.md
Expand Up @@ -7,7 +7,7 @@ But in case of production Elasticsearch, you may suffer of high load on data-nod
because Elasticsearch performs async refresh of shard(s).

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

```bash
curl -XPUT localhost:9200/test/_settings -d '{
Expand Down

0 comments on commit a8c4c75

Please sign in to comment.