Top Level Namespace

Defined Under Namespace

Modules: Clamp, FileWatch, JRubyBug2558SocketPeerAddrBugFix, Kernel, LibC, LogStash, LogStashCompilerLSCLGrammar, Puma Classes: Array, ENV, Exception, Hash, HotThreadsReport, Socket, TCPSocket, UDPSocket

Constant Summary collapse

BUILD_INFO =

DO NOT EDIT this file acts as a placeholder for build information when executing logstash in dev mode (outside of a package build)

{}
ALL_VERSIONS =
YAML.load_file(File.expand_path("../../versions-gem-copy.yml", File.dirname(__FILE__)))
LOGSTASH_VERSION =
ALL_VERSIONS.fetch("logstash")
LOGSTASH_CORE_VERSION =
ALL_VERSIONS.fetch("logstash-core")
ROOT =
File.dirname(__FILE__)