Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,18 @@ Use this dashboard to:
The **Apache Tomcat - Connectors** dashboard provides an at-a-glance view of error count, request count, request processing time, total bytes sent/received, total connections, and thread (bust and ideal) information.

<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Tomcat-OpenTelemetry/Apache-Tomcat-Connectors.png' alt="Threat intel" />

## Create monitors for Apache Tomcat app

import CreateMonitors from '../../../reuse/apps/create-monitors.md';

<CreateMonitors/>

### Apache Tomcat alerts

| Name | Description | Alert Condition | Recover Condition |
|:--|:--|:--|:--|
| `Apache Tomcat - Access from Highly Malicious Sources` | This alert gets triggered when a Tomcat server is accessed from highly malicious IP addresses. | Count > 0 | Count < = 0 |
| `Apache Tomcat - Error` | This alert gets triggered when error count is greater than 0. | Count > 0 | Count < = 0 |
| `Apache Tomcat - High Client (HTTP 4xx) Error Rate` | This alert gets triggered when there are too many HTTP requests (>5%) with a response status of 4xx. | Count > 0 | Count < = 0 |
| `Apache Tomcat - High Server (HTTP 5xx) Error Rate` | This alert gets triggered when there are too many HTTP requests (>5%) with a response status of 5xx. | Count > 0 | Count < = 0 |