From 2bfd66e261a9207bc1c33f795a99105fb5e35ac4 Mon Sep 17 00:00:00 2001 From: Christophe Deliens Date: Wed, 8 May 2019 16:49:52 +0200 Subject: [PATCH] Fixed typo in docs --- doc/cookbook/populate-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cookbook/populate-events.md b/doc/cookbook/populate-events.md index fa7af3c06..b1cc1d399 100644 --- a/doc/cookbook/populate-events.md +++ b/doc/cookbook/populate-events.md @@ -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 '{