# Unable to install plugin logstash-filter-grok from git

**URL:** https://discuss.elastic.co/t/unable-to-install-plugin-logstash-filter-grok-from-git/65387
**Category:** Logstash
**Created:** [November 8, 2016, 6:23pm UTC](https://discuss.elastic.co/t/unable-to-install-plugin-logstash-filter-grok-from-git/65387 "2016-11-08T18:23:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sjivan](https://avatars.discourse-cdn.com/v4/letter/s/c57346/32.png) [@sjivan](https://discuss.elastic.co/u/sjivan)
#### Post date: [November 8, 2016, 6:23pm UTC](https://discuss.elastic.co/t/unable-to-install-plugin-logstash-filter-grok-from-git/65387/1 "2016-11-08T18:23:49Z")

</div>

Hi,  
I'm trying to install the logstash-filter-grok plugin based on the latest code in git. I'm on a windows machine.

I downloaded the source from git and ran gem build logstash-filter-grok.gemspec This produced the output below

```
c:\java8\elk5\logstash-filter-grok-master>gem build logstash-filter-grok.gemspec
WARNING: open-ended dependency on logstash-patterns-core (>= 0) is not recommended
  if logstash-patterns-core is semantically versioned, use:
    add_runtime_dependency 'logstash-patterns-core', '~> 0'
WARNING: open-ended dependency on logstash-devutils (>= 0, development) is not recommended
  if logstash-devutils is semantically versioned, use:
    add_development_dependency 'logstash-devutils', '~> 0'
WARNING: See http://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: logstash-filter-grok
  Version: 3.2.4
  File: logstash-filter-grok-3.2.4.gem

```

I then try to install this gem by invoking bin\logstash-plugin install c:\java8\elk5\logstash-filter-grok-master\logstash-filter-grok-3.2.4.gem

> c:\java8\elk5\logstash-5.0.0\>bin\logstash-plugin install c:\java8\elk5\logstash-filter-grok-master\logstash-filter-grok-3.2.4.gem  
> Validating c:\java8\elk5\logstash-filter-grok-master\logstash-filter-grok-3.2.4.gem  
> Installing logstash-filter-grok  
> Plugin not found, aborting  
> ERROR: Installation Aborted, message: Could not find gem 'logstash-input-file.gemspec (\>= 0) java' in any of the gem sources listed in your Gemfile or installed on this machine.

I get the same error when I try to install using logstash-plugin install --no-verify logstash-filter-grok

> c:\java8\elk5\logstash-5.0.0\>bin\logstash-plugin install --no-verify logstash-filter-grok  
> Installing logstash-filter-grok  
> Plugin not found, aborting  
> ERROR: Installation Aborted, message: Could not find gem 'logstash-input-file.gemspec (\>= 0) java' in any of the gem sources listed in your Gemfile or installed on this machine.

I realize that this plugin is part of LS 5.0 but I would like to install a newer version. Any help would be greatly appreciated.

Thanks,  
Sanjiv

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [December 6, 2016, 6:24pm UTC](https://discuss.elastic.co/t/unable-to-install-plugin-logstash-filter-grok-from-git/65387/2 "2016-12-06T18:24:04Z")

</div>

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