-
Notifications
You must be signed in to change notification settings - Fork 239
SUMO-282477 | Apoorv | Add. monitors to migrated v2 apps and small fixes #6618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Apoorvkudesia-sumologic
wants to merge
17
commits into
main
Choose a base branch
from
V1ToV2AWSMigrationSet1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
e254726
SUMO-282477 | Apoorv | Add. monitors to migrated v2 apps and small fixes
Apoorvkudesia-sumologic 77a609f
V1ToV2AWSMigrationSet1
jpipkin1 9b4859a
Merge branch 'main' into V1ToV2AWSMigrationSet1
Apoorvkudesia-sumologic 7703575
Update docs/integrations/amazon-aws/elastic-container-service-contain…
Apoorvkudesia-sumologic 72250e1
Update docs/integrations/amazon-aws/elastic-container-service-contain…
Apoorvkudesia-sumologic 3b9e570
Update docs/integrations/amazon-aws/elastic-container-service-contain…
Apoorvkudesia-sumologic c215f3e
Update docs/integrations/amazon-aws/elastic-container-service-contain…
Apoorvkudesia-sumologic 378b448
Update docs/integrations/amazon-aws/elastic-container-service-contain…
Apoorvkudesia-sumologic 2ec597a
Update docs/integrations/amazon-aws/api-gateway.md
Apoorvkudesia-sumologic 7ea4bb0
Update docs/integrations/amazon-aws/application-load-balancer.md
Apoorvkudesia-sumologic aa37704
Update docs/integrations/amazon-aws/application-load-balancer.md
Apoorvkudesia-sumologic 44ac249
Update docs/integrations/amazon-aws/classic-load-balancer.md
Apoorvkudesia-sumologic 44f9fa2
Update docs/integrations/amazon-aws/classic-load-balancer.md
Apoorvkudesia-sumologic f6140f7
Update docs/integrations/amazon-aws/api-gateway.md
Apoorvkudesia-sumologic 31fcfb6
Update docs/integrations/amazon-aws/api-gateway.md
Apoorvkudesia-sumologic b0ac552
Update docs/integrations/amazon-aws/api-gateway.md
Apoorvkudesia-sumologic 7dd6380
Merge branch 'main' into V1ToV2AWSMigrationSet1
Apoorvkudesia-sumologic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,7 @@ | ||||||
| --- | ||||||
| id: api-gateway | ||||||
| title: AWS API Gateway | ||||||
| sidebar_label: AWS API Gateway | ||||||
| description: Amazon API Gateway service allows you to create RESTful APIs, HTTP APIs, and WebSocket APIs for real-time two-way communication applications in containerized and serverless environments, as well as web applications. | ||||||
| --- | ||||||
|
|
||||||
|
|
@@ -565,7 +566,7 @@ Enter a parse expression to create an `account` field that maps to the alias you | |||||
|
|
||||||
| Now that you have set up a collection for the **AWS API gateway**, install the Sumo Logic app to use the pre-configured dashboards that provide visibility into your environment for real-time analysis of overall usage. | ||||||
|
|
||||||
| import AppInstall from '../../reuse/apps/app-install.md'; | ||||||
| import AppInstall from '../../reuse/apps/app-install-v2.md'; | ||||||
|
|
||||||
| <AppInstall/> | ||||||
|
|
||||||
|
|
@@ -715,3 +716,35 @@ Use these dashboards to: | |||||
| #### AWS API Gateway - Enhanced Monitoring (WebSocket API) | ||||||
|
|
||||||
| <img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AWS-API-Gateway/7.-AWS-API-Gateway-Enhanced-Monitoring-WebSocket-API.png' alt="Enhanced Monitoring (WebSocket API)" /> | ||||||
|
|
||||||
| ## Create monitors for AWS API Gateway app | ||||||
|
|
||||||
| import CreateMonitors from '../../reuse/apps/create-monitors.md'; | ||||||
|
|
||||||
| <CreateMonitors/> | ||||||
|
|
||||||
| ### AWS API Gateway alerts | ||||||
|
|
||||||
| | Name | Description | Alert Condition | Recover Condition | | ||||||
| |:-----|:------------|:----------------|:--| | ||||||
| | `AWS API Gateway - High Server-Side Errors` | This alert fires where there are too many API requests (>5%) with server-side errors within 5 minutes. | Count > = 0.05 | Count < 0.05 | | ||||||
| | `AWS API Gateway - High Client-Side Errors` | This alert fires where there are too many API requests (>5%) with client-side errors within 5 minutes. | Count > = 0.05 | Count < 0.05 | | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| | `AWS API Gateway - High Integration Latency` | This alert fires when we detect the high integration latency for the API requests in a stage within 5 minutes. | Count > = 2000 | Count < 2000 | | ||||||
| | `AWS API Gateway - High Latency` | This alert fires when we detect the high latency in a stage within 5 minutes for REST and HTTP API. | Count > = 2500 | Count < 2500 | | ||||||
| | `AWS API Gateway - Low Traffic API` | This alert fires when there is low message traffic volume for the API within 5 minutes. | Count < = 1 | Count > 1 | | ||||||
| | `AWS API Gateway - High Authorizer Errors` | This alert fires when there are too many API requests (>5%) with authorizer errors within 5 minutes. | Count > 5 | Count < = 5 | | ||||||
| | `AWS API Gateway - High Integration Errors` | This alert fires when there are too many API requests (>5%) with integration errors within 5 minutes. | Count > 5 | Count < = 5 | | ||||||
| | `AWS API Gateway - High WAF Errors` | This alert fires when there are too many API requests (>5%) with WAF errors within 5 minutes. | Count > 5 | Count < = 5 | | ||||||
| | `AWS API Gateway - High WAF Latency` | This alert fires when we detect the high WAF latency for the REST and WebSocket API requests in a stage within 5 minutes. | Count > 1000 | Count < = 1000 | | ||||||
|
|
||||||
| ## Upgrade/Downgrade the AWS API Gateway app (Optional) | ||||||
|
|
||||||
| import AppUpdate from '../../reuse/apps/app-update.md'; | ||||||
|
|
||||||
| <AppUpdate/> | ||||||
|
|
||||||
| ## Uninstalling the AWS API Gateway app (Optional) | ||||||
|
|
||||||
| import AppUninstall from '../../reuse/apps/app-uninstall.md'; | ||||||
|
|
||||||
| <AppUninstall/> | ||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.