Sha256: 84b260ec6c37c229077854897b4c625325d450150f9fa54bdde8ae47389a0b28

Contents?: true

Size: 653 Bytes

Versions: 1

Compression:

Stored size: 653 Bytes

Contents

# see README - demonstrates all optional arguments and more glob formats
files: 
  - /var/log/httpd/access_log
  - /var/log/httpd/error_log
  - /opt/misc/*.log
  - /home/**/*.log
  - /var/log/mysqld.log
  - /var/run/mysqld/mysqld-slow.log
exclude_files:
  - old
  - 200\d
hostname: www42  # override OS hostname
parse_fields: syslog   # predefined regex name or double-quoted regex
prepend: '0xDEADBEEF: '  # prepend this before every log message
exclude_patterns:
  - exclude this
  - \d+ things
destination:
  host: logs.papertrailapp.com
  port: 12345   # NOTE: change this to YOUR papertrail port!
new_file_check_interval: 5 # Check every 5 seconds

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
remote_syslog-1.6.15 examples/log_files.yml.example.advanced