Skip to content

Commit

Permalink
single typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtpoe authored and suyograo committed Feb 14, 2017
1 parent b82a344 commit da55950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/persistent-queues.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ When recording a checkpoint, Logstash will:
The following settings are available to let you tune durability:

* `queue.checkpoint.writes`: Logstash will checkpoint after this many writes into the queue. Currently, one event counts as one write, but this may change in future releases.
* `queue.checkpoint.acks`: Logstah will checkpoint after this many events are acknowledged. This configuration controls the durability at the processing (filter + output)
* `queue.checkpoint.acks`: Logstash will checkpoint after this many events are acknowledged. This configuration controls the durability at the processing (filter + output)
part of Logstash.

Disk writes have a resource cost. Tuning the above values higher or lower will trade durability for performance. For instance, if you want to the strongest durability for all input events, you can set `queue.checkpoint.writes: 1`.
Expand Down

0 comments on commit da55950

Please sign in to comment.