Skip to content

Commit

Permalink
Clarify meaning of spool_size and harvester_buffer_size (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored and ruflin committed Apr 13, 2016
1 parent 7ce23cc commit 0c2552b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ document. The default value is `log`.

===== harvester_buffer_size

The buffer size every harvester uses when fetching the file. The default is 16384.
The size in bytes of the buffer that each harvester uses when fetching a file. The default is 16384.

===== max_bytes

Expand Down Expand Up @@ -359,8 +359,8 @@ rotated files in case not all lines were read from the rotated file.

===== spool_size

The event count spool threshold. This setting forces a network flush if the specified
value is exceeded.
The event count spool threshold. This setting forces a network flush if the number of events in the spooler exceeds
the specified value.

[source,yaml]
-------------------------------------------------------------------------------------
Expand Down

0 comments on commit 0c2552b

Please sign in to comment.