Skip to content

Commit

Permalink
- By popular request, deprecation of settings can now advise users about
Browse files Browse the repository at this point in the history
a corrective action.

  config :whatever, :deprecated => "This is a nice message to help you
    fix something"
  • Loading branch information
jordansissel committed Sep 7, 2013
1 parent 02851d7 commit 9c191a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c191a0

Please sign in to comment.