Skip to content

Commit

Permalink
Update batch_timeout to reflect ms units
Browse files Browse the repository at this point in the history
* Update batch-timeout() value from 1 to 1000 to reflect ms units.  Intended value still 1 second.
  • Loading branch information
Mark Bonsack committed Jan 17, 2020
1 parent c86a6d5 commit ba1d03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/conf.d/destinations/splunk_hec.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ destination d_hec {
workers({{- getenv "SC4S_DEST_SPLUNK_HEC_WORKERS" "10"}})
batch-lines({{- getenv "SC4S_DEST_SPLUNK_HEC_BATCH_LINES" "1000"}})
batch-bytes({{- getenv "SC4S_DEST_SPLUNK_HEC_BATCH_BYTES" "4096kb"}})
batch-timeout({{- getenv "SC4S_DEST_SPLUNK_HEC_BATCH_TIMEOUT" "1"}})
batch-timeout({{- getenv "SC4S_DEST_SPLUNK_HEC_BATCH_TIMEOUT" "1000"}})
timeout({{- getenv "SC4S_DEST_SPLUNK_HEC_TIMEOUT" "30"}})
user_agent("sc4s/1.0 (events)")
user("sc4s")
Expand Down

0 comments on commit ba1d03f

Please sign in to comment.