mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
9 lines
143 B
Ruby
9 lines
143 B
Ruby
#!/usr/bin/env ruby
|
|
#
|
|
|
|
require "rubygems"
|
|
require "lib/net/servers/indexer"
|
|
|
|
s = LogStash::Net::Servers::Indexer.new(host="snack.home")
|
|
s.run
|
|
|