You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@renkin This rewrite is only concerning a beats input for Logstash and not a new standalone client, we have beats for that need, beats itself is written in golang, but sadly there is still no support for the AIX platform see golang/go#7208.
I believe you only have two option:
This input plugin is still backward compatible with logstash-forwarder client, so you can still you the java client to connect to the beats input.
Run Logstash on AIX itself, though I haven't tried but it might work, but we don't officially support that platform.
Uh oh!
There was an error while loading. Please reload this page.
There is an ongoing effort to address #45, we took the decision to rewrite the server/protocol parser in pure java using the netty library. The WIP Feature branch is located at https://github.com/logstash-plugins/logstash-input-beats/tree/feature/java-implementation and require the
java-lumber
library located at https://github.com/elastic/java-lumber.The code in theses repositories are not ready for production but initial test show a big improvement in speed vs the initial ruby implementation.
TODO
java-lumber
tojava-lumberjack
logger.debug
statements.WIP PR at #93
The text was updated successfully, but these errors were encountered: