Skip to content

Adding support for JMX operation calls.#13

Open
sreltgen wants to merge 1 commit into
logstash-plugins:mainfrom
sreltgen:feature/jmx-operations-support
Open

Adding support for JMX operation calls.#13
sreltgen wants to merge 1 commit into
logstash-plugins:mainfrom
sreltgen:feature/jmx-operations-support

Conversation

@sreltgen
Copy link
Copy Markdown

@sreltgen sreltgen commented Nov 3, 2015

Some products expose JMX data through operation calls. This change adds support for calling JMX operations (also with arguments, if needed), by parsing a new configuration property named operations and adding the dedicated code for these calls.

operations is an array of jmx operation, where a jmx operation is defined by its name and an array of arguments.

Some products expose JMX data through operation calls. This change adds support for calling JMX operations (also with arguments, if needed), by parsing a new configuration property named `operations` and adding the dedicated code for these calls.

`operations` is an array of jmx operation, where a jmx operation is defined by its name and an array of arguments.
@ghost
Copy link
Copy Markdown

ghost commented Nov 3, 2015

Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run; then say 'jenkins, test it'.

@sreltgen
Copy link
Copy Markdown
Author

sreltgen commented Nov 3, 2015

As I committed for another user (the real author of the code change), I don't know which one of us must sign the CLA... Can someone clarify this ? Thanks.

@GlennBoschmans
Copy link
Copy Markdown

What's the prospect for this feature?

@GoodTim3s
Copy link
Copy Markdown

Any chance of this getting revived? Be extremely useful feature as our vendor app has significant quantity operations exposed.

@untergeek
Copy link
Copy Markdown

This plugin needs a community maintainer. Any takers?

@GoodTim3s
Copy link
Copy Markdown

Perhaps, only issue is time available. Second issue, primarily Java not ruby (or jruby). Need to think about it.

@untergeek
Copy link
Copy Markdown

untergeek commented Oct 18, 2016

@GvD49 If you want to rewrite the plugin in Java, you can, as long as it maintains the same basic functionality it currently has. You could look at the new beats input plugin for some guide to writing a plugin in Java, since the beats input plugin was recently rewritten in Java.

@untergeek
Copy link
Copy Markdown

Well, java in part at least, since it's using Netty.

@GoodTim3s
Copy link
Copy Markdown

GoodTim3s commented Oct 18, 2016

@untergeek ping me directly, but I am interested in doing this as a maintainer.

@acchen97
Copy link
Copy Markdown

acchen97 commented Nov 28, 2016

@GvD49 thanks for your request, and apologize for the delay. I'd love to chat with you via email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants