Skip to content

Commit

Permalink
Update aws-s3-bucket.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Doron-Bargo authored Sep 4, 2023
1 parent 21b9021 commit 9053860
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/shipping/AWS/aws-s3-bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ metrics_alerts: []
drop_filter: []
---

These instructions support collecting logs and metrics from S3 bucket
* [Collect logs from S3 Bucket](#logs)
* [Collect S3 metrics](#metrics)

## Logs

Some AWS services can be configured to ship their logs to an S3 bucket, where Logz.io can fetch those logs directly.
Expand Down Expand Up @@ -41,10 +45,10 @@ Please keep these notes in mind when configuring logging.

### Which shipping method is right for you

* If your data is organized in alphabetical order, you should opt for the S3 fetcher. Logz.io operates this fetcher on our end, directly accessing your S3 to retrieve the data.
* If your data is organized in alphabetical order, you should opt for the [S3 fetcher](#shipping-logs-via-s3-fetcher). Logz.io operates this fetcher on our end, directly accessing your S3 to retrieve the data.


* If your data is not organized in alphabetical order, use the S3 hook. This approach requires deploying a Lambda function within your environment to manage the process.
* If your data is not organized in alphabetical order, use the [S3 hook](#shipping-logs-via-s3-hook). This approach requires deploying a Lambda function within your environment to manage the process.


### Shipping logs via S3 Fetcher
Expand Down Expand Up @@ -663,4 +667,4 @@ Give your data some time to get from your system to ours, then log in to your Lo

<!-- logzio-inject:install:grafana:dashboards ids=["1Pm3OYbu1MRGoELc2qhxQ1"] -->

{@include: ../../_include/metric-shipping/generic-dashboard.html}
{@include: ../../_include/metric-shipping/generic-dashboard.html}

0 comments on commit 9053860

Please sign in to comment.