Commits on Nov 4, 2014
  1. Cleanup plugins to move to plugin system

    electrical authored and jordansissel committed Oct 30, 2014
    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
Commits on Sep 3, 2014
  1. Removed nil check

    suyograo committed Sep 3, 2014
    Closes #1661
  2. Change credentials default to [], use empty array

    ururk authored and suyograo committed Aug 25, 2014
    closes /elasticsearch/logstash/#1619
Commits on Jan 16, 2014
Commits on Dec 17, 2013
Commits on Dec 6, 2013
  1. Merge pull request #740 from ascariandrea/s3-region-fix

    untergeek committed Dec 6, 2013
    Fixed region_endpoint bad check
    Merged!
    
    Thanks for making Logstash more awesome!
Commits on Nov 19, 2013
  1. Set the 'ruby code' encoding for all files to UTF-8. This has the

    jordansissel committed Nov 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
Commits on Oct 23, 2013
  1. Fixed region_endpoint bad check

    Andrea Ascari
    Andrea Ascari committed Oct 23, 2013
Commits on Sep 16, 2013
  1. Different fixes for the S3 input and output plugins

    electrical committed Sep 16, 2013
    - Input: Renaming the region config variable into region_endpoint to be inline with the output
    - Input/Output: Making sure the endpoint urls are correct for all regions. ( based on PR #632 & #634 )
    - Input/Output: added some extra logging info
Commits on Sep 12, 2013
  1. Fixing S3 input and output

    electrical committed Sep 12, 2013
    - Input: Fixing inclusion of library ( LOGSTASH-1321 )
    - Input: adding better validation for region
    - Output: Fixing region validation ( LOGSTASH-1319 )
Commits on Aug 31, 2013
Commits on Aug 21, 2013
Commits on Jul 2, 2013
Commits on Jul 1, 2013
  1. Add s3 input

    mguillaume committed Jul 1, 2013