Sha256: 9d841e42fbad60f908be481e5e83bdc4939bfb6d4f2718898efd0623ca22f972

Contents?: true

Size: 310 Bytes

Versions: 8

Compression:

Stored size: 310 Bytes

Contents

require "logstash/devutils/rspec/spec_helper"

describe "LogStash::Inputs::EventLog", :windows => true do

  before(:all) do
    require 'logstash/inputs/eventlog'
  end

  it_behaves_like "an interruptible input plugin" do
    let(:config) { { "logfile" => "Application", "interval" => 10000000 } }
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
logstash-input-eventlog-4.1.3 spec/inputs/eventlog_spec.rb
logstash-input-eventlog-4.1.2 spec/inputs/eventlog_spec.rb
logstash-input-eventlog-4.1.1 spec/inputs/eventlog_spec.rb
logstash-input-eventlog-4.0.2 spec/inputs/eventlog_spec.rb
logstash-input-eventlog-4.0.1 spec/inputs/eventlog_spec.rb
logstash-input-eventlog-4.0.0 spec/inputs/eventlog_spec.rb
logstash-input-eventlog-3.0.3 spec/inputs/eventlog_spec.rb
logstash-input-eventlog-3.0.1 spec/inputs/eventlog_spec.rb