Skip to content

Commit

Permalink
[Metricbeat] Add Overview dashboard to Tomcat module
Browse files Browse the repository at this point in the history
  • Loading branch information
sayden authored Feb 7, 2020
1 parent 990a5f7 commit 790036b
Show file tree
Hide file tree
Showing 6 changed files with 1,040 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
*Metricbeat*

- Make use of secure port when accessing Kubelet API {pull}16063[16063]
- Add Tomcat overview dashboard {pull}14026[14026]

*Packetbeat*

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions metricbeat/docs/modules/tomcat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ This module periodically fetches JMX metrics from Apache Tomcat.
=== Compatibility
The module has been tested with Tomcat 7.0.24 and 9.0.24. Other versions are expected to work.

[float]
== Dashboard
An overview dashboard for Kibana is already included:

image::./images/metricbeat-tomcat-overview.png[]

[float]
=== Usage
The Tomcat module requires <<metricbeat-module-jolokia,Jolokia>>to fetch JMX metrics. Refer to the link for instructions about how to use Jolokia.
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ This file is generated! See scripts/mage/docs_collector.go
|<<metricbeat-metricset-system-socket,socket>>
|<<metricbeat-metricset-system-socket_summary,socket_summary>>
|<<metricbeat-metricset-system-uptime,uptime>>
|<<metricbeat-module-tomcat,Tomcat>> beta[] |image:./images/icon-no.png[No prebuilt dashboards] |
|<<metricbeat-module-tomcat,Tomcat>> beta[] |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.4+| .4+| |<<metricbeat-metricset-tomcat-cache,cache>> beta[]
|<<metricbeat-metricset-tomcat-memory,memory>> beta[]
|<<metricbeat-metricset-tomcat-requests,requests>> beta[]
Expand Down
6 changes: 6 additions & 0 deletions x-pack/metricbeat/module/tomcat/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This module periodically fetches JMX metrics from Apache Tomcat.
=== Compatibility
The module has been tested with Tomcat 7.0.24 and 9.0.24. Other versions are expected to work.

[float]
== Dashboard
An overview dashboard for Kibana is already included:

image::./images/metricbeat-tomcat-overview.png[]

[float]
=== Usage
The Tomcat module requires <<metricbeat-module-jolokia,Jolokia>>to fetch JMX metrics. Refer to the link for instructions about how to use Jolokia.
Loading

0 comments on commit 790036b

Please sign in to comment.