Skip to content

Adding support for JMX operation calls. #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sreltgen
Copy link

@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.
@elasticsearch-release
Copy link

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
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

What's the prospect for this feature?

@GoodTim3s
Copy link

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

@untergeek
Copy link

This plugin needs a community maintainer. Any takers?

@GoodTim3s
Copy link

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

@untergeek
Copy link

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

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

@GoodTim3s
Copy link

GoodTim3s commented Oct 18, 2016

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

@acchen97
Copy link

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.

6 participants