Skip to content

Commit

Permalink
Merge pull request #349 from splunk/internal/batch_timeout
Browse files Browse the repository at this point in the history
Update internal log batch timeout
  • Loading branch information
Ryan Faircloth authored and GitHub committed Mar 12, 2020
2 parents fab4d7b + 62bdb7d commit 1684030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ destination d_hec_internal {
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 1684030

Please sign in to comment.