# Missing url parameter in logstash-input-jmx-0.1.5

**URL:** https://discuss.elastic.co/t/missing-url-parameter-in-logstash-input-jmx-0-1-5/2563
**Category:** Logstash
**Created:** [June 12, 2015, 11:25am UTC](https://discuss.elastic.co/t/missing-url-parameter-in-logstash-input-jmx-0-1-5/2563 "2015-06-12T11:25:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![erard22](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/erard22/32/645_2.png) [@erard22](https://discuss.elastic.co/u/erard22)
#### Post date: [June 12, 2015, 11:25am UTC](https://discuss.elastic.co/t/missing-url-parameter-in-logstash-input-jmx-0-1-5/2563/1 "2015-06-12T11:25:20Z")

</div>

Hello,

I just installed the jmx plugin (logstash-input-jmx-0.1.5) but am a bit confused. When I check the source on github this version should contain the url parameter to be able to connect the plugin to my jboss. But the jmx.rb seems to be an older version without the new parameter.

Logstash version: 1.5.0  
jmx config:

```
{
  "host" : "localhost",
  "port" : 10990,
  "url" : "service:jmx:remoting-jmx://localhost:10990",
  "username" : "logstash",
  "password": "l0gstash.",
  "alias" : "jmx",
  "queries" : [
  {
    "object_name" : "java.lang:type=Memory",
    "object_alias" : "Memory"
  }, {
    "object_name" : "java.lang:type=Runtime",
    "attributes" : ["Uptime", "StartTime"],
    "object_alias" : "Runtime"
  }, {
    "object_name" : "java.lang:type=GarbageCollector,name=*",
    "attributes" : ["CollectionCount", "CollectionTime"],
    "object_alias" : "${type}.${name}"
  }, {
    "object_name" : "java.nio:type=BufferPool,name=*",
    "object_alias" : "${type}.${name}"
  } ]
}

```

Thanks,

Mike

---

<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: [July 6, 2017, 5:37am UTC](https://discuss.elastic.co/t/missing-url-parameter-in-logstash-input-jmx-0-1-5/2563/2 "2017-07-06T05:37:36Z")

</div>


