From 9c191a080574219dd434f184abbd3cd460113892 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Fri, 6 Sep 2013 18:52:12 -0700 Subject: [PATCH] - By popular request, deprecation of settings can now advise users about a corrective action. config :whatever, :deprecated => "This is a nice message to help you fix something" --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 4f1865c82..3e57af826 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,10 @@ - web: kibana's default dashboard now works with the new logstash 1.2 schema. - docs: updated the tutorials to work in logstash 1.2.x - agent: Restored the --configtest flag (unintentionally removed from 1.2.0) + - deprecation: Using deprecated plugin settings can now advise you on a + corrective path to take. One example is the 'type' setting on filters and + outputs will now advise you to use conditionals and give an example. + ## inputs - feature: pipe: reopen the pipe and retry on any error. (#619, Jonathan Van