dj-wasabi / ansible-telegraf

Installing and configuring Telegraf via Ansible for RedHat/Debian/Ubuntu/Windows/Suse.
MIT License
134 stars 116 forks source link

Logparser configuration #111

Closed edouardkleinhans closed 4 years ago

edouardkleinhans commented 5 years ago

It's not possible to manage logparser configuration file

[[inputs.logparser]] files = ["/var/log/messages"] from_beginning = false [inputs.logparser.grok] patterns = [“invoked oom-killer”]

dj-wasabi commented 4 years ago

Hi @edouardkleinhans

I created a PR for this, are you willing to test this before I merge the PR?