Skip to content

Commit

Permalink
Update syslog-ng.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jul 30, 2019
1 parent 579fd66 commit 1480656
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions package/etc/syslog-ng.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ options {
chain_hostnames (off);
use_dns (no);
use_fqdn (no);
<<<<<<< HEAD
=======
dns-cache(no);
>>>>>>> master
create_dirs (no);
keep-hostname (yes);
create_dirs(yes);
Expand Down Expand Up @@ -64,17 +61,10 @@ options {
# ===============================================================================================
@define ip-version 4
@define splunk-max-connections 1000
<<<<<<< HEAD
@define splunk-log-fifo-size 180000000
@define splunk-fetch-limit 20000
# make sure splunk-window-size >= splunk-max-connections * splunk-fetch-limit
@define splunk-window-size 20000000
=======
@define splunk-log-fifo-size 10000
@define splunk-fetch-limit 100
# make sure splunk-window-size >= splunk-max-connections * splunk-fetch-limit
@define splunk-window-size 100000
>>>>>>> master
@define splunk-rcvbuf 425984
@define default-timezone "GMT"

Expand Down

0 comments on commit 1480656

Please sign in to comment.