Sha256: 1876bc7562c6dc224d5276c4879d6a5c7f6fd946f87860e587c9ed1a3ec58786
Contents?: true
Size: 270 Bytes
Versions: 191
Compression:
Stored size: 270 Bytes
Contents
# encoding: utf-8 module LogStash module Api module Modules class Plugins < ::LogStash::Api::Modules::Base get "/" do command = factory.build(:plugins_command) respond_with(command.run()) end end end end end
Version data entries
191 entries across 188 versions & 14 rubygems