Slide 14
Slide 14 text
The java reincarnation
• Logstash is based on JRuby, Ruby on top of the JVM
• Some core components are being rewritten in plain java.
• First step: the event representation.
• Introduced in 2.3.0, reverted in 2.3.1, on track for 5.0.
• Provide the foundations for upcoming persistence queues, this change will
be backwards due to the nice introp between JRuby and Java.
• Will enable not just ruby plugins, but using any JVM languages
• And not only about this, but performance …..
14