Skip to content

Commit

Permalink
Update syslog-ng.conf.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed May 7, 2020
1 parent 084d936 commit 28b41d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/etc/syslog-ng.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ options {
flush_lines (100);
time_reopen (10);
log_fifo_size (10000);
chain_hostnames (off);
chain_hostnames (yes);
use_dns ({{getenv "SC4S_GLOBAL_DNS_USE" "no"}});
use_fqdn (no);
dns-cache({{getenv "SC4S_GLOBAL_DNS_CACHE" "yes"}});
create_dirs (no);
keep-hostname (yes);
keep-hostname (no);
create_dirs(yes);
dir_perm(0750);
stats-freq(30);
Expand Down

0 comments on commit 28b41d9

Please sign in to comment.