You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears to work, but I'm getting this in the logs:
{:timestamp=>"2014-12-28T13:10:20.495000+0000", :message=>"You are using a deprecated config setting \"type\" set in grok. Deprecated settings will continue to work, but are scheduled for removal from logstash in the future. You can achieve this same behavior with the new conditionals, like: `if [type] == \"sometype\" { grok { ... } }`. If you have any questions about this, please visit the #logstash channel on freenode irc.", :name=>"type", :plugin=><LogStash::Filters::Grok --->, :level=>:warn}
Thanks.
The text was updated successfully, but these errors were encountered:
kyle-house-sp
pushed a commit
to kyle-house-sp/chef-logstash
that referenced
this issue
Mar 6, 2015
How do I use the new conditional for "type" in the Chef configuration?
I currently use the following config:
It appears to work, but I'm getting this in the logs:
Thanks.
The text was updated successfully, but these errors were encountered: