mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- 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"
This commit is contained in:
parent
02851d76c2
commit
9c191a0805
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
- web: kibana's default dashboard now works with the new logstash 1.2 schema.
|
- 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
|
- docs: updated the tutorials to work in logstash 1.2.x
|
||||||
- agent: Restored the --configtest flag (unintentionally removed from 1.2.0)
|
- 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
|
## inputs
|
||||||
- feature: pipe: reopen the pipe and retry on any error. (#619, Jonathan Van
|
- feature: pipe: reopen the pipe and retry on any error. (#619, Jonathan Van
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue