Saltstack Official Syslog-NG Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
484B

  1. ---
  2. syslog_ng:
  3. options:
  4. - chain_hostnames: no
  5. - flush_lines: 0
  6. - use_dns: no
  7. - use_fqdn: no
  8. - owner: root
  9. - group: adm
  10. - perm: =0640
  11. - stats_freq: 0
  12. - bad_hostname: "^gconfd$"
  13. source:
  14. - s_src:
  15. - internal: null
  16. destination:
  17. - d_syslog:
  18. - file:
  19. - /var/log/syslog
  20. filter:
  21. - f_syslog3:
  22. - =not level(debug)
  23. log:
  24. -
  25. - source: =s_src
  26. - filter: =f_syslog3
  27. - destination: =d_syslog