Note that the twitter input is now broken

This commit is contained in:
Jordan Sissel 2013-06-18 13:44:49 -07:00
parent c427dccbf3
commit 90e7364aa0

View file

@ -9,12 +9,15 @@
- Many deprecated features have been removed.
TODO(sissel): Document what these were.
- 'type' is no longer a required setting on inputs.
- feature: codecs. Used to abstract encoding/decoding out of
transports(inputs/outputs)
- feature: codecs. Used to implement encoding/decoding of events
for input and output plugins.
TODO(nickethier): Document how to use and how to hack.
## inputs
- bugfix: gelf: work around gelf parser errors (#476, patch by Chris McCoy)
- broken: the twitter input is disabled because the twitter stream v1 api is
no longer supported and I couldn't find a replacement library that works
under jruby.
## filters
- feature: grok: 'singles' now defaults to true.