Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/java implementation #93

Closed
wants to merge 1 commit into from
Closed

Commits on Jul 19, 2016

  1. Beats inputs Java rewrite

    Motivation:
    
    The core of Logstash is using more and more java instead of ruby for performance reason and scalability.
    This PR introduce a lot of internal changes in the plugins and move from ruby to a pure java implementation using the Netty 4
    Framework.
    
    Also the connection model of this plugin has changed from a blocking to a non blocking implementation.
    The changes should be backward compatible with the previous settings and will work for both LSF and Filebeat client.
    ph committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    d1252fb View commit details
    Browse the repository at this point in the history