Hi,
How to invoke MBean operations via Splunk UI. The application documentation says that the operations can be invoked.
I was able to invoke operations which return value by running below search:
index=jmx mbean_domain=jboss.system mbean_property_type=ServerInfo | table threadDump
But I am unsure how to invoke the other operations by MBeans. Where do I go to see the defined MBeans (config.xml) on the Splunk UI? How to call operations on them? Specifically operations, which do not return anything. How to pass parameters while invoking?
We can invoke them using JConsole ,but we would like to have single place (Splunk UI) to allow us to do many things.
I tried to look for answers all over the place, but couldn't find anything.
I did see the syntax of defining such operations by looking into config_operations_example.xml
... View more