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
Copy file name to clipboardExpand all lines: docs/manage/data-archiving/archive-otel.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,13 +168,11 @@ To use JSON to create an AWS S3 Archive Source reference our AWS Log Source
168
168
1. Select an **S3 region** or keep the default value of **Others**. The S3 region must match the appropriate S3 bucket created in your Amazon account.
169
169
1. For **Bucket Name**, enter the exact name of your organization's S3 bucket. Be sure to double-check the name as it appears in AWS.
170
170
1. For **Path Expression**, enter the wildcard pattern that matches the Archive files you'd like to collect. The pattern:
171
-
* can use one wildcard (\*).
172
-
* can specify a [prefix](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys) so only certain files from your bucket are ingested. For example, if your filename is `prefix/dt=<date>/hour=<hour>/minute=<minute>/<collectorId>/<sourceId>/v2/<fileName>.txt.gzip`, you could use `prefix*` to only ingest from those matching files.
173
-
* can **NOT** use a leading forward slash.
174
-
* can **NOT** have the S3 bucket name.
175
-
1. For **Source Category**, enter any string to tag to the
176
-
data collected from this Source. Category metadata is stored in a
177
-
searchable field called _sourceCategory.
171
+
* Can use one wildcard (\*).
172
+
* Can specify a [prefix](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys) so only certain files from your bucket are ingested. For example, if your filename is `prefix/dt=<date>/hour=<hour>/minute=<minute>/<collectorId>/<sourceId>/v2/<fileName>.txt.gzip`, you could use `prefix*` to only ingest from those matching files.
173
+
* Cannot use a leading forward slash.
174
+
* Cannot have the S3 bucket name.
175
+
1. For **Source Category**, enter any string to tag to the data collected from this Source. Category metadata is stored in a searchable field called `_sourceCategory`.
178
176
1.**Fields**. Click the **+Add Field** link to add custom metadata Fields. Define the fields you want to associate, each field needs a name (key) and value.
179
177
:::note
180
178
Fields specified on an AWS S3 Archive Source take precedence if the archived data has the same fields.
0 commit comments