Skip to content

Commit c09e7f4

Browse files
chetanchoudhary-sumoamee-sumoJV0812
authored andcommitted
SUMO-250995: Adding Monitors information to Apache Tomcat OTEL App (#4822)
* SUMO-250995: Adding Monitors information to Apache Tomcat OTEL App * Update apache-tomcat-opentelemetry.md * Update apache-tomcat-opentelemetry.md --------- Co-authored-by: Amee Lepcha <[email protected]> Co-authored-by: Jagadisha V <[email protected]>
1 parent f7a2215 commit c09e7f4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/integrations/web-servers/opentelemetry/apache-tomcat-opentelemetry.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Tomcat logs are sent to Sumo Logic through the OpenTelemetry [filelog receiver](
1717

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

20+
:::info
21+
This app includes [built-in monitors](#apache-tomcat-alerts). For details on creating custom monitors, refer to [Create monitors for Apache Tomcat app](#create-monitors-for-apache-tomcat-app).
22+
:::
23+
2024
## Fields Created in Sumo Logic for Tomcat
2125

2226
The following are the [Fields](/docs/manage/fields) that will be created as part of the Tomcat App install, if not already present.
@@ -379,3 +383,18 @@ Use this dashboard to:
379383
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.
380384

381385
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Tomcat-OpenTelemetry/Apache-Tomcat-Connectors.png' alt="Threat intel" />
386+
387+
## Create monitors for Apache Tomcat app
388+
389+
import CreateMonitors from '../../../reuse/apps/create-monitors.md';
390+
391+
<CreateMonitors/>
392+
393+
### Apache Tomcat alerts
394+
395+
| Name | Description | Alert Condition | Recover Condition |
396+
|:--|:--|:--|:--|
397+
| `Apache Tomcat - Access from Highly Malicious Sources` | This alert is triggered when a Tomcat server is accessed from highly malicious IP addresses. | Count > 0 | Count < = 0 |
398+
| `Apache Tomcat - Error` | This alert is triggered when error count is greater than 0. | Count > 0 | Count < = 0 |
399+
| `Apache Tomcat - High Client (HTTP 4xx) Error Rate` | This alert is triggered when there are too many HTTP requests (>5%) with a response status of 4xx. | Count > 0 | Count < = 0 |
400+
| `Apache Tomcat - High Server (HTTP 5xx) Error Rate` | This alert is triggered when there are too many HTTP requests (>5%) with a response status of 5xx. | Count > 0 | Count < = 0 |

0 commit comments

Comments
 (0)