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
In this tutorial, we'll simulate generating logs locally, collect them using [Vector](https://vector.dev/), store them in S3, and automate their ingestion into Databend Cloud using scheduled tasks.
6
6
7
+

8
+
7
9
## Before You Start
8
10
9
11
Before you start, ensure you have the following prerequisites in place:
@@ -13,7 +15,7 @@ Before you start, ensure you have the following prerequisites in place:
13
15
-**AWS CLI**: Ensure that the [AWS CLI](https://aws.amazon.com/cli/) is installed and configured with the necessary permissions to access your S3 bucket.
14
16
-**Docker**: Ensure that [Docker](https://www.docker.com/) is installed on your local machine, as it will be used to set up Vector.
15
17
16
-
## Step 1: Create Target Folder in S3 Bucket
18
+
## Step 1: Create a Target Folder in S3 Bucket
17
19
18
20
To store the logs collected by Vector, create a folder named logs in your S3 bucket. In this tutorial, we use `s3://databend-doc/logs/` as the target location.
19
21
@@ -23,7 +25,7 @@ This command creates an empty folder named `logs` in the `databend-doc` bucket:
0 commit comments