Top Level Namespace
Defined Under Namespace
Modules: Clamp, JRubyBug2558SocketPeerAddrBugFix, Kernel, LibC, LogStash, LogStashCompilerLSCLGrammar, Puma Classes: ENV, Exception, HotThreadsReport, Resolv, 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.("../../versions-gem-copy.yml", File.dirname(__FILE__)))
- LOGSTASH_VERSION =
ALL_VERSIONS.fetch("logstash")
- LOGSTASH_CORE_VERSION =
PACKAGE_SUFFIX is declared in the artifact namespace from artifacts.rake
defined?(PACKAGE_SUFFIX) ? "#{ALL_VERSIONS.fetch("logstash-core")}#{PACKAGE_SUFFIX}" : ALL_VERSIONS.fetch("logstash-core")
- ROOT =
File.dirname(__FILE__)