November 2015
Beginner to intermediate
206 pages
3h 45m
English
As already mentioned in Logstash plugin management, Logstash plugins are self-contained RubyGems.
This section requires a little bit knowledge of the Ruby programming language. If you are looking for a quick overview, you can look at the official Ruby tutorial here:
As extensive knowledge of Ruby is not expected from the readers, we will take a look at some simple illustrations of how a plugin works, and how we can design one simple plugin on our own. We will also cover some details of how the plugins are bundled to gems. More information is available at https://www.elastic.co/guide/en/logstash/current/contributing-to-logstash.html.
Let's look at the structure ...