Skip to content

Commit 8d3fc54

Browse files
committed
Merge branch 'main' into DOCS-409
2 parents 67ae91a + 3fc6f73 commit 8d3fc54

File tree

6 files changed

+31
-28
lines changed

6 files changed

+31
-28
lines changed

docs/api/search-job.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,19 @@ So, a 404 status is generated in these two situations:
6666

6767
You can start requesting results asynchronously while the job is running and page through partial results while the job is in progress.
6868

69-
70-
7169
## Search Job Result Limits
7270

7371
| Data Tier | Non-aggregate Search |
7472
| :- | :- |
75-
| Continuous | Can return up to 10M records and 100K messages per search. |
76-
| Frequent | Can return up to 10M records and 100K messages per search. |
77-
| Infrequent | Can return up to 10M records and 100K messages per search. |
73+
| Continuous | Can return up to 100K messages per search. |
74+
| Frequent | Can return up to 100K messages per search. |
75+
| Infrequent | Can return up to 100K messages per search. |
7876

7977
:::info
80-
Flex Licensing model can return up to 10M records and 100K messages per search.
78+
Flex Licensing model can return up to 100K messages per search.
8179
:::
8280

83-
If you need more results, you'll need to break up your search into several searches that span smaller blocks of the time range needed. For example, if your search runs for a week and returns 70 million records, consider breaking it into at least seven searches, each spanning a day.
81+
If you need more results, you'll need to break up your search into several searches that span smaller blocks of the time range needed.
8482

8583
## Rate limit throttling
8684

@@ -110,10 +108,9 @@ The following figure shows the process flow for search jobs.
110108
2. **Response.** Sumo Logic responds with a job ID. If there’s a problem with the request, an error code is provided (see the list of error codes following the figure).
111109
3. **Request.** Use the job ID to request search status. This needs to be done at least every 20-30 seconds so the search session is not canceled due to inactivity.
112110
4. **Response.** Sumo Logic responds with job status. An error code (404) is returned if the request could not be completed. The status includes the current state of the search job (gathering results, done executing, etc.). It also includes the message and record counts based on how many results have already been found while executing the search. For non-aggregation queries, only the number of messages is reported. For aggregation queries, the number of records produced is also reported. The search job status provides access to an implicitly generated histogram of the distribution of found messages over the time range specified for the search job. During and after execution, the API can be used to request available messages and records in a paging fashion.
113-
5. **Request.** You request results. It’s not necessary for the search to be complete for the user to request results; the process works asynchronously. You can repeat the request as often as needed to keep seeing updated results, keeping in mind the rate limits. The Search Job API can return up to 10M records and 100K messages per search.
111+
5. **Request.** You request results. It’s not necessary for the search to be complete for the user to request results; the process works asynchronously. You can repeat the request as often as needed to keep seeing updated results, keeping in mind the rate limits. The Search Job API can return 100K messages per search.
114112
6. **Response.** Sumo Logic delivers JSON-formatted search results as requested. The API can deliver partial results that the user can start paging through, even as new results continue to come in. If there’s a problem with the results, an error code is provided (see the list of error codes following the figure).
115113

116-
117114
## Errors
118115

119116
**Generic errors that apply to all APIs**

docs/integrations/amazon-aws/elastic-container-service-container-insights-cloudwatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1212
Amazon Elastic Container Service (Amazon ECS) is a container management service that allows you to manage Docker containers on a cluster of Amazon EC2 instances. The Sumo Logic app for Amazon ECS provides preconfigured searches and Dashboards that allow you to monitor various metrics (CPU and Memory Utilization, CPU and Memory Reservation) across ECS clusters and services. The app also monitors API calls made by or on behalf of Amazon ECS in your AWS account.
1313

1414
We offer two different ECS versions, which have separate data collection steps:
15-
* **[Collect Logs and Metrics for ECS](/docs/integrations/amazon-aws/elastic-container-service)**. This version collects [ECS CloudWatch Metrics](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-metrics.html#available_cloudwatch_metrics) and [ECS Events using AWS CloudTrail](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail)
15+
* **[Collect Logs and Metrics for ECS](/docs/integrations/amazon-aws/elastic-container-service)**. This version collects [ECS CloudWatch Metrics](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/available-metrics.html) and [ECS Events using AWS CloudTrail](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail). For instructions on collecting this data, refer to the [Amazon Elastic Container Service (ECS)](/docs/integrations/amazon-aws/elastic-container-service/).
1616
* **[Collect Logs, Metrics (Container Insights+CloudWatch) and Traces for ECS](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail)**. This version collects [ECS CloudWatch Metrics](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-metrics.html#available_cloudwatch_metrics)[Container Insights Metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-metrics-ECS.html)[ECS Events using AWS CloudTrail](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail), Application Logs and Traces. Metrics collected by Container Insights are charged as custom metrics. For more information about CloudWatch pricing, see[ Amazon CloudWatch Pricing](https://aws.amazon.com/cloudwatch/pricing/). This solution enables you to monitor both ec2 and fargate based ecs deployments.
1717

1818
This page has instructions for collecting logs and metrics for the Amazon ECS app. It uses the following data:

docs/integrations/amazon-aws/elastic-container-service.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: elastic-container-service
3-
title: Amazon Elastic Container Service (ECS)
4-
sidebar_label: Amazon ECS
3+
title: Amazon ECS without Container Insights and Traces
4+
sidebar_label: Amazon ECS without Container Insights and Traces
55
description: Provides preconfigured searches and Dashboards that allow you to monitor various metrics.
66
---
77

@@ -11,13 +11,11 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1111

1212
Amazon Elastic Container Service (Amazon ECS) is a container management service that allows you to manage Docker containers on a cluster of Amazon EC2 instances. The Sumo Logic app for Amazon ECS provides preconfigured searches and Dashboards that allow you to monitor various metrics (CPU and Memory Utilization, CPU and Memory Reservation) across ECS clusters and services. The app also monitors API calls made by or on behalf of Amazon ECS in your AWS account.
1313

14-
## Log and Metrics types
15-
16-
The app collects ECS logs and metrics for:
17-
* [ECS CloudWatch Metrics](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-metrics.html).
18-
* [ECS Events using AWS CloudTrail](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/logging-using-cloudtrail.html).
19-
* All Amazon ECS actions are logged by CloudTrail and documented in the [Amazon Elastic Container Service API Reference](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_Operations.html).
14+
We offer two different ECS versions, which have separate data collection steps:
15+
* **[Collect Logs and Metrics for ECS](/docs/integrations/amazon-aws/elastic-container-service)**. This version collects [ECS CloudWatch Metrics](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/available-metrics.html) and [ECS Events using AWS CloudTrail](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail).
16+
* **[Collect Logs, Metrics (Container Insights+CloudWatch) and Traces for ECS](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/logging-using-cloudtrail.html)**. This version collects [ECS CloudWatch Metrics](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-metrics.html#available_cloudwatch_metrics), [Container Insights Metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-metrics-ECS.html), [ECS Events using AWS CloudTrail](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail), Application Logs and Traces. Metrics collected by Container Insights are charged as custom metrics. For more information about CloudWatch pricing, see[ Amazon CloudWatch Pricing](https://aws.amazon.com/cloudwatch/pricing/). This solution enables you to monitor both EC2 and Fargate based ECS deployments. For instructions on collecting this data, refer to the [Amazon Elastic Container Service (ECS) using Container Insights and CloudWatch](/docs/integrations/amazon-aws/elastic-container-service-container-insights-cloudwatch/).
2017

18+
This page has instructions for collecting logs and metrics for the Amazon ECS app.
2119

2220
### Sample log messages
2321

docs/search/copilot.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Sumo Logic Copilot is our AI-powered assistant that accelerates investigations a
2222

2323
With its intuitive interface, Copilot automatically generates log searches from natural language queries, helping you quickly investigate performance issues, anomalies, and security threats. It also guides you through investigations step-by-step with AI-driven suggestions to refine your results for faster, more accurate resolutions. Overall, Copilot enhances incident resolution with expert level insights.
2424

25-
<Iframe url="https://player.vimeo.com/video/1021631518?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479"
25+
<Iframe url="https://www.youtube.com/embed/yaeepHSaNKk?rel=0"
2626
width="854px"
2727
height="480px"
2828
id="myId"
@@ -34,7 +34,7 @@ With its intuitive interface, Copilot automatically generates log searches from
3434
/>
3535

3636

37-
### Key features
37+
## Key features
3838

3939
Copilot accelerates incident response by combining prebuilt contextual insights with natural language queries and enhancing time to insights for users across your organization. With sub-3-second response times with over 90% translation accuracy for most queries, Copilot ensures fast and dependable results for supported log sources.
4040

@@ -54,7 +54,7 @@ Copilot leverages foundational models available through Amazon Bedrock. As a res
5454

5555
Additionally, all aspects of our service, including Copilot, adhere to the security and compliance requirements outlined in our [service agreement](https://www.sumologic.com/service-agreement) or in individually negotiated contracts.
5656

57-
### Who benefits from Copilot?
57+
## Who benefits from Copilot?
5858

5959
Copilot is ideal for users of all skill levels:
6060

@@ -93,11 +93,21 @@ In this example, we'll click `Count the number of log entries by the collector I
9393

9494
In the **Ask Something...** field, you can manually enter a natural language prompt similar to the prebuilt ones under **Suggestions**. In addition, use autocompletions if appropriate. Type a word in the search bar to trigger completions based on the keyword.
9595

96-
<!-- TO DO BA to upload to YouTube DEMO: https://drive.google.com/file/d/10XUn4DQD3K91V3Qf5heCizkHJneTaBJ7/view?usp=sharing
97-
-->
98-
9996
<img src={useBaseUrl('img/search/copilot/manual-entry.png')} alt="Copilot time period" style={{border: '1px solid gray'}} width="600" />
10097

98+
#### Video: Autocomplete in action
99+
100+
<Iframe url="https://player.vimeo.com/video/1034043268?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479"
101+
width="854px"
102+
height="480px"
103+
id="myId"
104+
className="video-container"
105+
display="initial"
106+
position="relative"
107+
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
108+
allowfullscreen
109+
/>
110+
101111
Broad questions may not yield accurate results. For best outcomes, frame your queries around a small, well-defined problem. If Copilot is unable to translate your prompt into a query, it will display "Failed translation".
102112

103113
Break your questions into smaller, specific requirements to help Copilot provide more accurate answers.<br/><img src={useBaseUrl('img/search/copilot/copilot-periods.gif')} alt="Copilot time period" style={{border: '1px solid gray'}} width="700" />
@@ -107,7 +117,7 @@ Break your questions into smaller, specific requirements to help Copilot provide
107117
see https://drive.google.com/file/d/10XUn4DQD3K91V3Qf5heCizkHJneTaBJ7/view?usp=sharing
108118
--->
109119

110-
##### Tips and tricks
120+
#### Tips and tricks
111121

112122
* **Start with a broad query**. Begin with a query like `Show me the most recent logs` to understand the structure and available fields in your logs.
113123
* **Disambiguate field names**. If fields have similar names and cause confusion, explicitly specify the field (e.g., `<field_name>`) to improve accuracy.
@@ -205,8 +215,6 @@ Click the **Open in Log Search** icon, which will copy your query from Copilot o
205215

206216
<img src={useBaseUrl('img/search/copilot/open-in-log-search.png')} alt="Copilot open in log search" style={{border: '1px solid gray'}} width="600" />
207217

208-
209-
210218
## Example queries
211219

212220
### Logs for security
@@ -274,7 +282,7 @@ We want your feedback! Let us know what you think by clicking the thumbs up or t
274282

275283
<img src={useBaseUrl('img/search/copilot/feedback-thumbs.png')} alt="Copilot feedback icons" style={{border: '1px solid gray'}} width="800" />
276284

277-
You can also leave feedback on errors.
285+
You can also leave feedback on specific errors.
278286

279287
<img src={useBaseUrl('img/search/copilot/feedback-error.png')} alt="Copilot feedback icons" style={{border: '1px solid gray'}} width="800" />
280288

-20.7 KB
Loading
-10.4 KB
Loading

0 commit comments

Comments
 (0)