You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/cookbook/populate-events.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ But in case of production Elasticsearch, you may suffer of high load on data-nod
7
7
because Elasticsearch performs async refresh of shard(s).
8
8
9
9
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:
0 commit comments