Sha256: be594e6f6eb3f5710683afe97bfb098d995db670de5d49f162dce52f1d4822db
Contents?: true
Size: 551 Bytes
Versions: 134
Compression:
Stored size: 551 Bytes
Contents
<source> type tail format /^(?<remote>[^ ]*) (?<host>[^ ]*) (?<user>[^ ]*) \[(?<time>[^\]]*)\] "(?<method>\S+)(?: +(?<path>[^ ]*) +\S*)?" (?<code>[^ ]*) (?<size>[^ ]*)(?: "(?<referer>[^\"]*)" "(?<agent>[^\"]*)" "(?<forwarder>[^\"]*)")?/ time_format %d/%b/%Y:%H:%M:%S %z path /var/log/nginx/<%= app_name %>_access.log tag <%= app_name %>.nginx.access pos_file /var/log/td-agent/nginx.pos </source> <match <%= app_name %>.nginx.access> type mongo database <%= app_name %> collection nginx_access host localhost port 27017 </match>
Version data entries
134 entries across 134 versions & 1 rubygems