jmx.asciidoc 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. [[modules-jmx]]
  2. == JMX
  3. [float]
  4. === REMOVED AS OF v0.90
  5. Use the stats APIs instead.
  6. The JMX module exposes node information through
  7. http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/[JMX].
  8. JMX can be used by either
  9. http://en.wikipedia.org/wiki/JConsole[jconsole] or
  10. http://en.wikipedia.org/wiki/VisualVM[VisualVM].
  11. Exposed JMX data include both node level information, as well as
  12. instantiated index and shard on specific node. This is a work in
  13. progress with each version exposing more information.
  14. [float]
  15. === jmx.domain
  16. The domain under which the JMX will register under can be set using
  17. `jmx.domain` setting. It defaults to `{elasticsearch}`.
  18. [float]
  19. === jmx.create_connector
  20. An RMI connector can be started to accept JMX requests. This can be
  21. enabled by setting `jmx.create_connector` to `true`. An RMI connector
  22. does come with its own overhead, make sure you really need it.
  23. When an RMI connector is created, the `jmx.port` setting provides a port
  24. range setting for the ports the rmi connector can open on. By default,
  25. it is set to `9400-9500`.