daily pastebin goal
22%
SHARE
TWEET

Warnings from older Logstash Syslog config.

a guest Oct 1st, 2013 130 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. You are using a deprecated config setting "type" set in syslog_pri. 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" { syslog_pri { ... } }`. If you have any questions about this, please visit the #logstash channel on freenode irc. {:name=>"type", :plugin=><LogStash::Filters::Syslog_pri --->, :level=>:warn}
  2. Using milestone 1 filter plugin 'syslog_pri'. This plugin should work, but would benefit from use by folks like you. Please let us know if you find bugs or have suggestions on how to improve this plugin.  For more information on plugin milestones, see http://logstash.net/docs/1.2.1/plugin-milestones {:level=>:warn}
  3. You are using a deprecated config setting "type" set in date. 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" { syslog_pri { ... } }`. If you have any questions about this, please visit the #logstash channel on freenode irc. {:name=>"type", :plugin=><LogStash::Filters::Date --->, :level=>:warn}
  4. You are using a deprecated config setting "type" set in mutate. 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" { syslog_pri { ... } }`. If you have any questions about this, please visit the #logstash channel on freenode irc. {:name=>"type", :plugin=><LogStash::Filters::Mutate --->, :level=>:warn}
  5. You are using a deprecated config setting "exclude_tags" set in mutate. Deprecated settings will continue to work, but are scheduled for removal from logstash in the future. You can achieve similar behavior with the new conditionals, like: `if !("sometag" in [tags]) { mutate { ... } }` If you have any questions about this, please visit the #logstash channel on freenode irc. {:name=>"exclude_tags", :plugin=><LogStash::Filters::Mutate --->, :level=>:warn}
  6. You are using a deprecated config setting "type" set in mutate. 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" { syslog_pri { ... } }`. If you have any questions about this, please visit the #logstash channel on freenode irc. {:name=>"type", :plugin=><LogStash::Filters::Mutate --->, :level=>:warn}
  7. You are using a deprecated config setting "remove" set in mutate. Deprecated settings will continue to work, but are scheduled for removal from logstash in the future.  If you have any questions about this, please visit the #logstash channel on freenode irc. {:name=>"remove", :plugin=><LogStash::Filters::Mutate --->, :level=>:warn}
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top