Skip to content

Commit 4519fc4

Browse files
amee-sumojpipkin1
andauthored
Update docs/manage/data-archiving/archive-otel.md
Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent b3043d1 commit 4519fc4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/manage/data-archiving/archive-otel.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,11 @@ To use JSON to create an AWS S3 Archive Source reference our AWS Log Source 
168168
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.
169169
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.
170170
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`.
178176
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.
179177
:::note
180178
Fields specified on an AWS S3 Archive Source take precedence if the archived data has the same fields.

0 commit comments

Comments
 (0)