# Unable to find Filter plugin name :(

**URL:** https://discuss.elastic.co/t/unable-to-find-filter-plugin-name/118214
**Category:** Logstash
**Created:** [February 2, 2018, 10:42am UTC](https://discuss.elastic.co/t/unable-to-find-filter-plugin-name/118214 "2018-02-02T10:42:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![madhur\_yadav](https://avatars.discourse-cdn.com/v4/letter/m/e56c9b/32.png) [@madhur\_yadav](https://discuss.elastic.co/u/madhur_yadav)
#### Post date: [February 2, 2018, 10:42am UTC](https://discuss.elastic.co/t/unable-to-find-filter-plugin-name/118214/1 "2018-02-02T10:42:25Z")

</div>

I have build a custom plugin for my logstash. I made it's gemfile using gemspec file then i installed the plugin.

when i check for my plugin with command:

`bin\logstash-plugin list --verbose`

`logstash-filter-jwt (0.1.0)`

it is present in the list, but when i try to run my logstash which calls in the plugin, then it throws me an error -

`[2018-02-02T15:52:49,333][ERROR][logstash.agent] Cannot create pipeline {:reason=>"Couldn't find any filter plugin named 'jwt'. Are you sure this is correct? Trying to load the jwt filter plugin resulted in this error: Problems loading the requested plugin named jwt of type filter. Error: NameError NameError"}`

my logstash looks like this -

input {  
beats {  
port =\> "5044"  
client\_inactivity\_timeout =\> "120"  
#Uncomment below SSL configurations and put appropriate values in each configuration to enable SSL/TLS communication between Logstash and Filebeat  
#ssl =\> true  
#ssl\_certificate =\> "/opt/grace/config/logstash-forwarder.crt"  
#ssl\_key =\> "/opt/grace/config/logstash-forwarder.key"  
}  
}

filter {

```
jwt{
	secretkey => "Eg=C}k!5]YG`d{*`#dDZd4=*"

}

```

}  
output{

}

I wanted to know that why my logstash is unable to recognise my plugin ?

If you have any suggestions, solutions, workarounds then do share. 🙂

---

<div class="post-metadata">

### Author: ![madhur\_yadav](https://avatars.discourse-cdn.com/v4/letter/m/e56c9b/32.png) [@madhur\_yadav](https://discuss.elastic.co/u/madhur_yadav)
#### Post date: [February 2, 2018, 1:15pm UTC](https://discuss.elastic.co/t/unable-to-find-filter-plugin-name/118214/2 "2018-02-02T13:15:26Z")

</div>

I anyone needs more data to solve this problem then feel free to ask 🙂

---

<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: [March 2, 2018, 1:15pm UTC](https://discuss.elastic.co/t/unable-to-find-filter-plugin-name/118214/3 "2018-03-02T13:15:47Z")

</div>

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