Sha256: 2edd58114f5c1cc2ebda33e52177b5961be35ff33b270ec38c3da21ffddc4944
Contents?: true
Size: 282 Bytes
Versions: 10
Compression:
Stored size: 282 Bytes
Contents
# encoding: utf-8 require "app/command" require "logstash/util/duration_formatter" class LogStash::Api::SystemBasicInfoCommand < LogStash::Api::Command def run { "hostname" => hostname, "version" => { "number" => LOGSTASH_VERSION } } end end
Version data entries
10 entries across 10 versions & 1 rubygems