This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Tomcat module
editTomcat module
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
This module periodically fetches JMX metrics from Apache Tomcat.
Compatibility
editThe module has been tested with Tomcat 7.0.24 and 9.0.24. Other versions are expected to work.
Dashboard
editAn overview dashboard for Kibana is already included:
Usage
editThe Tomcat module requires Jolokiato fetch JMX metrics. Refer to the link for instructions about how to use Jolokia.
The Tomcat module supports the standard configuration options that are described in Modules. Here is an example configuration:
metricbeat.modules: - module: tomcat metricsets: ['threading', 'cache', 'memory', 'requests'] period: 10s hosts: ['localhost:8080'] path: "/jolokia/?ignoreErrors=true&canonicalNaming=false"
The following metricsets are available: