-
Cleanup plugins to move to plugin system
Plugins have moved to https://github.com/logstash-plugins/... into individual repositories. One plugin per repo. * Add plugin install task and add required plugins for testing * Adding a plugin task to install plugins * Added required plugins to a prep task for the test part. Fixes #1984
-
Change credentials default to [], use empty array
closes /elasticsearch/logstash/#1619
-
Remove dependency on presence of region field.
adamjt committedJan 16, 2014
-
Move external require to the register method
jordansissel committedDec 17, 2013
-
Merge pull request #740 from ascariandrea/s3-region-fix
untergeek committedDec 6, 2013 Fixed region_endpoint bad check Merged! Thanks for making Logstash more awesome!
-
Set the 'ruby code' encoding for all files to UTF-8. This has the
jordansissel committedNov 19, 2013 effect that all string literals are UTF-8 now. This was achieved with: sed -i -e '1 { /^# encoding: utf-8/! { i # encoding: utf-8 } }' lib/logstash/**/*.rb
-
Different fixes for the S3 input and output plugins
electrical committedSep 16, 2013
-
electrical committed
Sep 12, 2013 - Input: Fixing inclusion of library ( LOGSTASH-1321 ) - Input: adding better validation for region - Output: Fixing region validation ( LOGSTASH-1319 )
-
- remove 'source' fields (a relic of the old @source field which is gone
jordansissel committedAug 31, 2013 now)
-
- remove unnecessary thread name settings (the pipeline does this now)
jordansissel committedAug 31, 2013 -
- restore 'type' 'tags' and 'add_field' feature that was lost during the
jordansissel committedAug 31, 2013 Great Codec Migration ;)
-
- set default codecs where it makes sense.
jordansissel committedAug 21, 2013
-
Fix cloudfront regexps in s3 input
mguillaume committedJul 2, 2013
-
mguillaume committed
Jul 1, 2013