diff --git a/x-pack/lib/monitoring/inputs/metrics/state_event_factory.rb b/x-pack/lib/monitoring/inputs/metrics/state_event_factory.rb index 64db96662..5d31d1c6c 100644 --- a/x-pack/lib/monitoring/inputs/metrics/state_event_factory.rb +++ b/x-pack/lib/monitoring/inputs/metrics/state_event_factory.rb @@ -4,7 +4,6 @@ # module LogStash; module Inputs; class Metrics; class StateEventFactory -# require "monitoring/inputs/metrics/state_event/lir_serializer" require "logstash/config/lir_serializer" def initialize(pipeline) raise ArgumentError, "No pipeline passed in!" unless pipeline.is_a?(LogStash::Pipeline) || pipeline.is_a?(LogStash::JavaPipeline)