--
You received this message because you are subscribed to the Google Groups "Fluentd Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<source> type tail path /usr/local/nginx/logs/error.log tag nginx.error format /^(?<time>\S+ \S+) \[(?<log_level>[^\]]+)\](?<pid>\d+).(?<tid>[^:]+): (?<message>[^.]+)(?:, client: (?<client>[^,]+))(?:, server:(?<server>[^,]+))(?:, request: (?<request>[^,]+))(?:, upstream: (?<upstream>[^,]+))(?:, host: (?<host>[^,]+))/ pos_file /tmp/fluentd--1461820242.pos </source>
Also find attached screenshots.
format /^(?<remote>[^ ]*) (?<host>[^ ]*) (?<user>[^ ]*) \[(?<time>[^\]]*)\] "(?<method>\S+)(?: +(?<path>[^\"]*) +\S*)?" (?<code>[^ ]*) (?<size>[^ ]*)(?: "(?<referer>[^\"]*)" "(?<agent>[^\"]*)")?$/