Top Level Namespace
Defined Under Namespace
Modules: FileWatch, JRubyBug2558SocketPeerAddrBugFix, Kernel, LibC, LogStash Classes: Array, ENV, Hash, Socket, TCPSocket, UDPSocket
Constant Summary collapse
- LOGSTASH_VERSION =
TODO: (colin) the logstash-core gem uses it’s own version number in logstash-core/lib/logstash-core/version.rb
there are some dependencies in logstash-core on the LOGSTASH_VERSION constant this is why the logstash version is currently defined here in logstash-core/lib/logstash/version.rb but eventually this file should be in the root logstash lib fir and dependencies in logstash-core should be fixed.
"2.2.1"
- LOGSTASH_CORE_VERSION =
The version of logstash core gem.
Note to authors: this should not include dashes because ‘gem’ barfs if you include a dash in the version string.
"2.2.1"
- ROOT =
File.dirname(__FILE__)