diff --git a/TimberWinR/mdocs/RedisOutput.md b/TimberWinR/mdocs/RedisOutput.md index 2a6af12..f541898 100644 --- a/TimberWinR/mdocs/RedisOutput.md +++ b/TimberWinR/mdocs/RedisOutput.md @@ -8,6 +8,7 @@ The following parameters are allowed when configuring the Redis output. | Parameter | Type | Description | Details | Default | | :-------------|:---------|:------------------------------------------------------------| :--------------------------- | :-- | | *threads* | string | Location of log files(s) to monitor | Number of worker theads to send messages | 1 | +| *batch_count* | integer | Sent as a single message | Number of messages to aggregate | 10 | | *interval* | integer | Interval in milliseconds to sleep during batch sends | Interval | 5000 | | *index* | string | The name of the redis list | logstash index name | logstash | | *host* | [string] | The hostname(s) of your Redis server(s) | IP or DNS name | |