nl85cit / opsworks-utils-cookbook

Chef cookbook with handy recipes for OpsWorks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opsworks-utils-cookbook

Standard, shared recipes for use in OpsWorks.

Custom JSON - Papetrail

You need to configure the exact Papertrail target using OpsWorks custom JSON.

{
  "remote_syslog2" : {
    "config" : {
      "files" : [
        "/var/chef/runs/**/chef.log",
        "/var/log/sssd/*.log",
        "/var/log/syslog",
        "/var/log/auth.log"
      ],
      "exclude_files" : [],
      "exclude_patterns" : [],
      "destination" : {
        "host" : "logsXXX.papertrailapp.com",
        "port" : 12345,
        "protocol" : "tls"
      }
    }
  }
}

About

Chef cookbook with handy recipes for OpsWorks


Languages

Language:Ruby 79.9%Language:Shell 17.9%Language:HTML 2.2%