You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/amazon-aws/application-load-balancer.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
id: application-load-balancer
3
3
title: AWS Application Load Balancer
4
-
description: The Sumo Logic App for AWS Elastic Load Balancing ULM - Application is a unified logs and metrics (ULM) App that gives you visibility into the health of your Application Load Balancer and target groups.
4
+
description: The Sumo Logic app for AWS Elastic Load Balancing ULM - Application is a unified logs and metrics (ULM) app that gives you visibility into the health of your Application Load Balancer and target groups.
5
5
---
6
6
7
7
import useBaseUrl from '@docusaurus/useBaseUrl';
@@ -10,7 +10,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
10
10
11
11
The AWS Application Load Balancer functions at the application layer, receives requests, evaluates the listener rules in priority order to determine which rule to apply, and then selects a target from the target group.
12
12
13
-
The Sumo Logic App for AWS Application Load Balancing uses logs and metrics to give you visibility into the health of your Application Load Balancer and target groups. Use the pre-configured dashboards to understand the latency, request and host status, threat intel, and HTTP backend codes by availability zone and target group.
13
+
The Sumo Logic app for AWS Application Load Balancing uses logs and metrics to give you visibility into the health of your Application Load Balancer and target groups. Use the pre-configured dashboards to understand the latency, request and host status, threat intel, and HTTP backend codes by availability zone and target group.
14
14
15
15
## Log types
16
16
@@ -105,7 +105,7 @@ import Aws3 from '../../reuse/apps/create-aws-s3-source.md';
105
105
106
106
### Field Extraction Rule(s)
107
107
108
-
Create Field Extraction Rule for AWS Application Load Balancer Access Logs. Learn how to create Field Extraction Rule [here](/docs/manage/field-extractions/create-field-extraction-rule).
108
+
Create Field Extraction Rule (FER) for AWS Application Load Balancer Access Logs. Learn how to create Field Extraction Rule [here](/docs/manage/field-extractions/create-field-extraction-rule).
109
109
110
110
```sql
111
111
Rule Name: AwsObservabilityAlbAccessLogsFER
@@ -116,7 +116,9 @@ Scope (Specific Data): account=* region=* (http or https or h2 or grpcs or ws or
## Installing the AWS Application Load Balancer App
140
+
## Installing the AWS Application Load Balancer app
139
141
140
142
Now that you have set up collection for AWS Application Load Balancer, install the Sumo Logic App to use the pre-configured searches and dashboards that provide visibility into your environment for real-time analysis of overall usage.
141
143
142
144
import AppInstall from '../../reuse/apps/app-install.md';
Copy file name to clipboardExpand all lines: docs/integrations/amazon-aws/classic-load-balancer.md
+38-39Lines changed: 38 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
id: classic-load-balancer
3
3
title: AWS Classic Load Balancer
4
-
description: The Sumo Logic App for AWS Elastic Load Balancing Classic is a unified logs and metrics (ULM) App which helps you monitor the classic load balancer.
4
+
description: The Sumo Logic app for AWS Elastic Load Balancing Classic is a unified logs and metrics (ULM) app which helps you monitor the classic load balancer.
5
5
---
6
6
7
7
import useBaseUrl from '@docusaurus/useBaseUrl';
@@ -10,9 +10,9 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
10
10
11
11
AWS Elastic Load Balancer Classic distributes the incoming application traffic across multiple EC2 instances in multiple Availability Zones.
12
12
13
-
The Sumo Logic App for AWS Elastic Load Balancer Classic is a unified logs and metrics App that helps you monitor the classic load balancer. The preconfigured dashboards provide information on the latency, HTTP backend codes, requests, and host status, that help you investigate the issues in the load balancer.
13
+
The Sumo Logic app for AWS Elastic Load Balancer Classic is a unified logs and metrics App that helps you monitor the classic load balancer. The preconfigured dashboards provide information on the latency, HTTP backend codes, requests, and host status, that help you investigate the issues in the load balancer.
14
14
15
-
## Log and Metric Types
15
+
## Log and metric types
16
16
17
17
ELB logs are stored as *.log files in the buckets you specify when you enable logging. The process to enable collection for these logs is described in [AWS ELB Enable Access Logs](http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html).
18
18
@@ -26,7 +26,7 @@ The log format is described in [AWS ELB Access Log Collection](http://docs.aws.a
26
26
For details on AWS Classic Load Balancer metrics, see [here](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-cloudwatch-metrics.html).
Now that you have set up a collection for AWS Classic Load Balancer, install the Sumo Logic App to use the pre-configured searches and dashboards that provide visibility into your environment for real-time analysis of overall usage.
143
+
Now that you have set up a collection for AWS Classic Load Balancer, install the Sumo Logic app to use the pre-configured searches and dashboards that provide visibility into your environment for real-time analysis of overall usage.
144
144
145
145
import AppInstall from '../../reuse/apps/app-install.md';
146
146
147
147
<AppInstall/>
148
148
149
-
## Viewing the AWS Classic Load Balancer Dashboards
149
+
## Viewing the AWS Classic Load Balancer dashboards
150
150
151
-
### AWS Classic Load Balancer - Overview
151
+
### Overview
152
152
153
-
**AWS Classic Load Balancer - Overview** dashboard provides visibility into the health of your Classic Load Balancer, with at-a-glance views of latency, request and host status, requests from malicious sources, and HTTP backend codes.
153
+
The **AWS Classic Load Balancer - Overview** dashboard provides visibility into the health of your Classic Load Balancer, with at-a-glance views of latency, request and host status, requests from malicious sources, and HTTP backend codes.
154
154
155
155
Use this dashboard to:
156
-
* Monitor requests to each load balancer to ensure the load is being distributed as desired
157
-
* Monitor trends for load balancers errors, 4xx and 5xx errors, as well as healthy and unhealthy hosts
158
-
* Monitor the current state across all load balancers via active connections, new connections, backend connection errors, and rejected connections
156
+
* Monitor requests to each load balancer to ensure the load is being distributed as desired.
157
+
* Monitor trends for load balancers errors, 4xx and 5xx errors, as well as healthy and unhealthy hosts.
158
+
* Monitor the current state across all load balancers via active connections, new connections, backend connection errors, and rejected connections.
**AWS Classic Load Balancer - Response Analysis** dashboard provides insights into how your load balancers respond to clients.
165
+
The **AWS Classic Load Balancer - Response Analysis** dashboard provides insights into how your load balancers respond to clients.
166
166
167
167
Use this dashboard to:
168
-
* Monitor incoming client locations for all 5XX, 4XX and 3XX error responses.
168
+
* Monitor incoming client locations for all 5XX, 4XX, and 3XX error responses.
169
169
* Quickly correlate error responses using load balancer access logs and AWS CloudWatch metrics to determine the possible cause for failures and decide corrective actions.
**The AWS Classic Load Balancer - Latency Overview** dashboard provides insights into load balancers' response times and availability zones, including backend log response times.
186
+
The **The AWS Classic Load Balancer - Latency Overview** dashboard provides insights into load balancers response times and availability zones, including backend log response times.
187
187
188
188
Use this dashboard to:
189
189
* Monitor response times by load balancer, and availability zone.
**The AWS Classic Load Balancer - Latency Details** dashboard provides insights into client latency by domain and ELB server and processing times by ELB server throughout your infrastructure.
197
+
The **The AWS Classic Load Balancer - Latency Details** dashboard provides insights into client latency by domain and ELB server and processing times by ELB server throughout your infrastructure.
198
198
199
-
Use this dashboard to:
200
-
* Troubleshoot load balancer performance via detailed views across client, request processing and response time latencies.
199
+
Use this dashboard to troubleshoot load balancer performance via detailed views across client, request processing, and response time latencies.
### AWS Classic Load Balancer - Connection and Host Status
203
+
### Connection and Host Status
205
204
206
-
**The AWS Classic Load Balancer - Connection and Host Status** dashboard provides insights into active and rejected connections, backend connection errors, and healthy and unhealthy hosts.
205
+
The **AWS Classic Load Balancer - Connection and Host Status** dashboard provides insights into active and rejected connections, backend connection errors, and healthy and unhealthy hosts.
207
206
208
207
Use this dashboard to:
209
-
* Monitor active connections, new connections, rejected connections, and connection errors for load balancers
210
-
* Monitor healthy and unhealthy host counts by the load balancer and availability zone across your infrastructure
208
+
* Monitor active connections, new connections, rejected connections, and connection errors for load balancers.
209
+
* Monitor healthy and unhealthy host counts by the load balancer and availability zone across your infrastructure.
**AWS Classic Load Balancer - Threat Intel** dashboard provides insights into incoming requests from malicious sources determined via [Sumo Logic’s Threat Intel feature](/docs/integrations/security-threat-detection/threat-intel-quick-analysis#threat-intel-faq). Panels show detailed information on malicious IPs and the malicious confidence of each threat
225
+
The **AWS Classic Load Balancer - Threat Intel** dashboard provides insights into incoming requests from malicious sources determined via [Sumo Logic’s Threat Intel feature](/docs/integrations/security-threat-detection/threat-intel-quick-analysis#threat-intel-faq). Dashboard panels show detailed information on malicious IPs and the malicious confidence of each threat.
227
226
228
227
Use this dashboard to:
229
-
* Identify known malicious IPs that are accessing your load-balancers and use firewall access control lists to prevent them from sending you traffic going forward
228
+
* Identify known malicious IPs that are accessing your load-balancers and use firewall access control lists to prevent them from sending you traffic going forward.
230
229
* Monitor malicious confidence level for all incoming malicious IP addresses posing the threats.
**AWS Classic Load Balancer - CloudTrail Audit** dashboard provides a comprehensive overview of AWS Classic Load Balancer activities through CloudTrail audit logs. It visualizes successful and failed events globally, event trends, error details, and user activities, offering insights into load balancer performance, security, and usage patterns.
235
+
The **AWS Classic Load Balancer - CloudTrail Audit** dashboard provides a comprehensive overview of activities through CloudTrail audit logs. It visualizes successful and failed events globally, event trends, error details, and user activities, offering insights into load balancer performance, security, and usage patterns.
237
236
238
237
Use this dashboard to:
239
238
* Monitor the geographical distribution of successful and failed load balancer events, allowing for quick identification of regions with high activity or potential issues.
240
-
* Track the overall success rate of load balancer events and analyze trends over time, helping to identify any sudden changes or patterns in performance.
239
+
* Track the overall success rate of load balancer events and analyze trends over time, helping to identify sudden changes or patterns in the performance.
241
240
* Investigate specific error events, including their details, frequency, and associated users, enabling faster troubleshooting and resolution of issues.
242
-
* Identify the most common error types and the users experiencing the highest failure rates, facilitating targeted improvements and user support.
241
+
* Identify the most common error types and the users experiencing highest failure rates, facilitating targeted improvements and user support.
0 commit comments