Range filter plugin not recognized in the pipeline file

Hello folks,

Trying to come up to speed on ELK stack. So far it is interesting and fun.
I am using ELK 6.0 on windows 8 OS.

I used range filter and logstash throw the following error. Do I need to install range plugin manually?

Failed to execute action {:action=>LogStash::PipelineAction::Create/pipeline_id:main, :exception=>"LogStash::PluginLoadingError", :message=>"Couldn't find any filter plugin named 'range'. Are you sure this is correct? Trying to load the range filter plugin resulted in this error: no such file to load -- logstash/filters/range", :backtrace=>["C:/Downloads/ELK Stack/logstash-6.2.2/logstash-core/lib/logstash/plugins/registry.rb:192:in lookup_pipeline_plugin'", "C:/Downloads/ELK Stack/logstash-6.2.2/logstash-core/lib/logstash/plugin.rb:140:inlookup'", "C:/Downloads/ELK Stack/logstash-6.2.2/logstash-core/lib/logstash/plugins/plugin_factory.rb:81:in

I believe so. When I run 'bin/logstash-plugin list' I do not see range in the list.

Where can I find instrutions to install range plugin for windows 8?

Thank You for the reply.

I don't find the range plugin on my windows 8 box.

At the top of the page for the filter documentation.

1 Like

Thank You Badger. I was able to install now.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.