13 lines
506 B
Plaintext
13 lines
506 B
Plaintext
[agent]
|
|
interval="1s"
|
|
flush_interval="1s"
|
|
|
|
[[inputs.logparser]]
|
|
files = ["/var/log/test.log"]
|
|
from_beginning = true
|
|
[inputs.logparser.grok]
|
|
patterns = [ "%{COMBINED_LOG_FORMAT}", "%{CLIENT:client_ip} %{NOTSPACE:ident} %{NOTSPACE:auth} \\[%{TIMESTAMP_ISO8601:timestamp}\\] \"(?:%{WORD:verb:tag} %{NOTSPACE:request}(?: HTTP/%{NUMBER:http_version:float})?|%{DATA})\" %{NUMBER:resp_code:tag} (?:%{NUMBER:resp_bytes:int}|-) %{QS:referrer} %{QS:agent}"]
|
|
|
|
[[outputs.file]]
|
|
files = ["stdout"]
|