File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
docs/src/user-guide/guides-using-object-storage Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ logs_input:
19
19
type : " <type>"
20
20
# type-specific settings
21
21
```
22
- * ` <type> ` and the type-specific settings are described in the
23
- [ configuring AWS authentication] ( #configuring-aws-authentication ) section.
22
+
23
+ ` <type> ` and the type-specific settings are described in the
24
+ [ configuring AWS authentication] ( #configuring-aws-authentication ) section.
24
25
25
26
## Configuration for archive storage
26
27
Original file line number Diff line number Diff line change @@ -11,19 +11,18 @@ angle brackets (`<>`) with the appropriate values:
11
11
``` bash
12
12
sbin/compress.sh \
13
13
--timestamp-key < timestamp-key> \
14
- < URL >
14
+ < url >
15
15
```
16
16
17
- Currently, CLP supports the following two types of URLs:
18
-
19
- * ``` https://s3.<region-code>.amazonaws.com/<bucket-name>/<prefix> ```
20
- * ``` https://<bucket-name>.s3.<region-code>.amazonaws.com/<prefix> ```
21
-
22
- Where:
23
- * ` <bucket-name> ` is the name of the S3 bucket containing your logs.
24
- * ` <region-code> ` is the AWS region [ code] [ aws-region-codes ] for the S3 bucket containing your logs.
25
- * ` <prefix> ` is the prefix of all logs you wish to compress and must begin with the
26
- ` <all-logs-prefix> ` value from the [ compression IAM policy] [ compression-iam-policy ] .
17
+ * ` <url> ` is a URL identifying the logs to compress. It can have one of two formats:
18
+ * ` https://<bucket-name>.s3.<region-code>.amazonaws.com/<prefix> `
19
+ * ` https://s3.<region-code>.amazonaws.com/<bucket-name>/<prefix> `
20
+ * The fields in ` <url> ` are as follows:
21
+ * ` <bucket-name> ` is the name of the S3 bucket containing your logs.
22
+ * ` <region-code> ` is the AWS region [ code] [ aws-region-codes ] for the S3 bucket containing your
23
+ logs.
24
+ * ` <prefix> ` is the prefix of all logs you wish to compress and must begin with the
25
+ ` <all-logs-prefix> ` value from the [ compression IAM policy] [ compression-iam-policy ] .
27
26
28
27
:::{note}
29
28
Compressing from S3 only supports a single URL but will compress any logs that have the given
You can’t perform that action at this time.
0 commit comments