InfluxCommunity / Telegraf-Community-Configs

The purpose of this repository is to promote the creation, sharing, and reuse of configs among the Telegraf community. Anybody can submit new configs or improvements upon existing configs and use these configs in their own architectures.
23 stars 5 forks source link

The grok syntax for tail. #1

Open wudongwang opened 1 year ago

wudongwang commented 1 year ago

The grok syntax for tail. Configuration. grok_patterns = ['%{TIMESTAMP_ISO8601:access_time}\s%{HOSTNAME:hostname}\s%{DATA:work}\s%{LOGLEVEL:level}\s(?(.)(?<=execute error)/?)\s%{GREEDYDATA:message_data}'] invalid or unsupported Perl syntax: (?<