Skip to content
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

Update aws-s3-bucket.md #188

Merged
merged 1 commit into from
Sep 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}